Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
GETPEM()
Message
From
15/04/1998 12:32:28
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
15/04/1998 10:42:41
Carla Silva
Http - Produtos Informaticos, Lda.
Odivelas, Portugal
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00092149
Message ID:
00092186
Views:
24
>I`m using Dataenvironment in a Form.
>I want to use the function GETPEM() to return the value of property Alias from a several tables included in the dataenvironment.
>How can I do it ?
>
>Thanks
>Carla
Just to return alias you don't need getpem :
nMembers = amembers(aCursors,thisform.dataenvironment,2)
for ix = 1 to nMembers
 oObject = eval("thisform.dataenvironment."+aCursors[ix])
 if oObject.baseclass = "Cursor"
    ? oObject.alias
 endif
endfor
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Reply
Map
View

Click here to load this message in the networking platform