Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error message
Message
From
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:
01247811
Views:
37
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,
>>i will,
>>
>>but why i can print text directly, the edit is not.
>>
>>
>
>In any case you need a cursor to run a report.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform