Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error message
Message
 
 
To
13/08/2007 09:43:17
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01247687
Message ID:
01247813
Views:
42
>hi,
>i try same error
>
>CREATE CURSOR csrBillTotals (;
>  bill_total Y, ;
>   sheqno i( 20 ), ;
>   forto  c(70), ;
>   bank  c(70), ;
>   dat  d(8), ;
>   tra  m, ;
>   AMOUNT i(10.3),;
>  nam c(70))
>
>  APPEND BLANK
>REPLACE NAM WITH THISFORM.TEXT1.VALUE;
>AMOUNT WITH THISFORM.TEXT2.VALUE ;
>FORTO WITH THISFORM.TEXT3.Value;
>BANK WITH THISFORM.TEXT4.VALUE;
>SHEQNO WITH THISFORM.TEXT5.Value;
>tra with thisform.text10.Value
>****************************************work
>local lcEditValue,lcEditValuett,lcEditValueyy
>lcEditValue = nam
>lcEditValuett = bank
>lcEditValueyy = tra&&memo (edit)
>report form last1 preview
>******************************not work
>
>thanks
>
>>>thank you,

If you now have a cursor, then why do you need some local variables? Use cursor's fields instead and don't forget to put something in Details section.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform