Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem with TYPE() with variable for the table
Message
From
22/06/2004 23:36:35
Charlie Schreiner
Myers and Stauffer Consulting
Topeka, Kansas, United States
 
 
To
22/06/2004 20:45:44
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00916260
Message ID:
00916289
Views:
10
Hi Evelyn,
You are on the right track.
TYPE(JUSTSTEM(m.RestoreName) + ".frdate") is correct as long as JUSTSTEM(m.RestoreName) returns the alias name--which I suspect it isn't. Just suspend on that command and check it out.
? TYPE("AliasName.frDate")
? USED("AliasName")
? JUSTSTEM(m.RestoreName)
etc.



>i have variable restorename to hold the location and name of the table, then i do type(juststem(restorename)+".frdate").
>
>even if table restorename has the field frdate, type evaluates to U. why is that?
>
>pls help. TIA.
Charlie
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform