Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Unknown Member
Message
From
30/06/2008 15:40:35
 
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01327701
Message ID:
01327708
Views:
10
>I could swear this was working when I originally implemented it last week. However, today I am getting the error: Unknown Member: GRDCONTACTS
>
>This error comes up in the following code.
>
>thisform.grdContacts.colContact_Code.Text1.Value = thisform.grdContacts.colContactCode.cmbContact_code.Value
>thisform.grdContacts.colContactDescription.Text1.Value = lkdenr.con_desc
>thisform.grdContacts.colContact_Code.Text1.Refresh
>thisform.grdContacts.colContactDescription.Text1.Refresh
>
>
>grdContacts is (as you probably guessed) a grid in this form. lkdenr is a lookup table. The col's are columns within the grid. cmb is a combo box within the column. Any idea why this error (if I'm not mistaken) is suddenly coming up.

Use Replace to replace the value in the cursor/table instead!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform