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.
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 ?
-
- Mensajes: 257
- Registrado: Mié Jul 19, 2006 8:48 am
How to set ALIAS ?
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
The alias() I am getting is
oDbfDataSet:cName (without the .dbf extension)
Anyway to assign it myself ?
Thanks
David
-
- Mensajes: 257
- Registrado: Mié Jul 19, 2006 8:48 am
How to set ALIAS ?
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
>
>
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
>
>
-
- Mensajes: 257
- Registrado: Mié Jul 19, 2006 8:48 am
How to set ALIAS ?
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
>
>
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
>
>
-
- Mensajes: 339
- Registrado: Lun Jul 02, 2007 7:17 pm
How to set ALIAS ?
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
>>
>>
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
>>
>>
-
- Mensajes: 339
- Registrado: Lun Jul 02, 2007 7:17 pm
How to set ALIAS ?
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
>>
>>
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 ?
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
>>
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 ?
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
>>
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
>>