In order for this site to work correctly we need to store a small file (called a cookie) on your computer. Most every site in the world does this, however since the 25th of May 2011, by law we have to get your permission first. Please abandon the forum if you disagree.

Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.

How to set ALIAS ?

Xailer professional forum in English
Responder
david fung
Mensajes: 257
Registrado: Mié Jul 19, 2006 8:48 am

How to set ALIAS ?

Mensaje 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
david fung
Mensajes: 257
Registrado: Mié Jul 19, 2006 8:48 am

How to set ALIAS ?

Mensaje 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
>
>
david fung
Mensajes: 257
Registrado: Mié Jul 19, 2006 8:48 am

How to set ALIAS ?

Mensaje 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
>
>
Ingo Junge-Herrmann
Mensajes: 339
Registrado: Lun Jul 02, 2007 7:17 pm

How to set ALIAS ?

Mensaje 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
>>
>>
Ingo Junge-Herrmann
Mensajes: 339
Registrado: Lun Jul 02, 2007 7:17 pm

How to set ALIAS ?

Mensaje 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
>>
>>
_support_
Mensajes: 146
Registrado: Lun Abr 10, 2006 1:29 pm

How to set ALIAS ?

Mensaje 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
>>
_support_
Mensajes: 146
Registrado: Lun Abr 10, 2006 1:29 pm

How to set ALIAS ?

Mensaje 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
>>
Responder