Página 1 de 1
How to set ALIAS ?
Publicado: Vie Oct 13, 2006 1:05 am
por david fung
What is the property for setting ALIAS ?
The alias() I am getting is
oDbfDataSet:cName (without the .dbf extension)
Anyway to assign it myself ?
Thanks
David
How to set ALIAS ?
Publicado: Vie Oct 13, 2006 12:11 pm
por david fung
david fung wrote:
Is there any way to do it ? These should be a way to assign it,
shouldn't it ?
David
> What is the property for setting ALIAS ?
>
> The alias() I am getting is
> oDbfDataSet:cName (without the .dbf extension)
>
> Anyway to assign it myself ?
>
> Thanks
> David
>
>
How to set ALIAS ?
Publicado: Vie Oct 13, 2006 12:11 pm
por david fung
david fung wrote:
Is there any way to do it ? These should be a way to assign it,
shouldn't it ?
David
> What is the property for setting ALIAS ?
>
> The alias() I am getting is
> oDbfDataSet:cName (without the .dbf extension)
>
> Anyway to assign it myself ?
>
> Thanks
> David
>
>
How to set ALIAS ?
Publicado: Vie Oct 13, 2006 2:28 pm
por Ingo Junge-Herrmann
David,
AFAIK DataSet will build an alias automatically. The property oDataSet:cAlias
is readonly.
Take a look at "DataControls" in Xailer's helpfile for more information about
DataSource and DataSet.
Regards
Ingo
david fung <
davfung@yahoo.com> wrote:
>david fung wrote:
>
>Is there any way to do it ? These should be a way to assign it,
>shouldn't it ?
>
>David
>
>
>
>> What is the property for setting ALIAS ?
>>
>> The alias() I am getting is
>> oDbfDataSet:cName (without the .dbf extension)
>>
>> Anyway to assign it myself ?
>>
>> Thanks
>> David
>>
>>
How to set ALIAS ?
Publicado: Vie Oct 13, 2006 2:28 pm
por Ingo Junge-Herrmann
David,
AFAIK DataSet will build an alias automatically. The property oDataSet:cAlias
is readonly.
Take a look at "DataControls" in Xailer's helpfile for more information about
DataSource and DataSet.
Regards
Ingo
david fung <
davfung@yahoo.com> wrote:
>david fung wrote:
>
>Is there any way to do it ? These should be a way to assign it,
>shouldn't it ?
>
>David
>
>
>
>> What is the property for setting ALIAS ?
>>
>> The alias() I am getting is
>> oDbfDataSet:cName (without the .dbf extension)
>>
>> Anyway to assign it myself ?
>>
>> Thanks
>> David
>>
>>
How to set ALIAS ?
Publicado: Sab Oct 14, 2006 9:34 am
por _support_
David,
You can use always the clasic Clipper commands. BTW you can use the method
oDataSet:Select() to do the same as:
SELECT ( oDataSet:cAlias)
Regards,
"david fung" <
davfung@yahoo.com> escribió en el mensaje
news:452f666e$[email=
1@news.xailer.com...]
1@news.xailer.com...[/email]
> david fung wrote:
>
> Is there any way to do it ? These should be a way to assign it, shouldn't
> it ?
>
> David
>
>
>
>> What is the property for setting ALIAS ?
>>
>> The alias() I am getting is
>> oDbfDataSet:cName (without the .dbf extension)
>>
>> Anyway to assign it myself ?
>>
>> Thanks
>> David
>>
How to set ALIAS ?
Publicado: Sab Oct 14, 2006 9:34 am
por _support_
David,
You can use always the clasic Clipper commands. BTW you can use the method
oDataSet:Select() to do the same as:
SELECT ( oDataSet:cAlias)
Regards,
"david fung" <
davfung@yahoo.com> escribió en el mensaje
news:452f666e$[email=
1@news.xailer.com...]
1@news.xailer.com...[/email]
> david fung wrote:
>
> Is there any way to do it ? These should be a way to assign it, shouldn't
> it ?
>
> David
>
>
>
>> What is the property for setting ALIAS ?
>>
>> The alias() I am getting is
>> oDbfDataSet:cName (without the .dbf extension)
>>
>> Anyway to assign it myself ?
>>
>> Thanks
>> David
>>