Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Unknown member
Message
From
20/03/2006 05:48:50
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Unknown member
Environment versions
Visual FoxPro:
VFP 9
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01105751
Message ID:
01105751
Views:
67
hi all,

i try to run this code at command button,
i get error message Unknown member "value"
any idea
CLOSE all

USE alltrim(thisform.text5.value) in 0
USE alltrim(thisform.text6.value) in 0
 lcField = alltrim(thisform.text1.value)

replace IN alltrim(thisform.text6.value) ;
   FOR EVAL(lcField)==LookUp(alltrim(thisform.text5.value.&lcfield), EVAL(lcField), alltrim(thisform.text5.value.lcfield)) AND NOT EOF('alltrim(thisform.text5.value)');
val with VAL(ALLTRIM(thisform.text5.value.bill_value))
Next
Reply
Map
View

Click here to load this message in the networking platform