Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Unknown member
Message
From
20/03/2006 06:26:21
 
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Environment versions
Visual FoxPro:
VFP 9
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01105751
Message ID:
01105759
Views:
24
thank you,but same error message
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 thisform.text5.value.bill_value
>thisform.text5.value.bill_value
>
>???
>
>
>>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))
>>
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform