Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Small problem
Message
From
07/01/2006 10:15:41
 
 
To
06/01/2006 20:45:20
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01084238
Message ID:
01084404
Views:
7
Hi Hilmar.

1. I am using the same alias for different tables.
2. There is no grid in the form
3. I cannot get the memo field to open << ====== The problem.
4. I am doing exactly what you are showing in the code below.
5. Other fields and variable are working fine

Grady
---------------------------------------------------------------------
This still doesn't hinder you to use the same alias for different tables.

The RecordSource for the Grid, SELECT commands, and IN clauses, among others, all make reference to an alias, NOT to a table. The alias is very often the same as the table name, but you can assign any other alias.

For example:


* (get input from user)
* (store this input into variable lcTable)
* (and then:
use (lcTable) alias MyTable
...
select MyTable
replace ... in MyTable
Grid.RecordSource = "MyTable"
I ain't skeert of nuttin eh?
Yikes! What was that?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform