Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Variable in report designer
Message
From
17/07/2001 14:54:59
 
 
To
14/07/2001 00:01:48
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00530599
Message ID:
00531671
Views:
10
Greetings John,

I'm not sure this will help but, you can try:

let say you have a public variable "NV"//
Public nv
nv = 10

and a cursor //
create cursor ccursor (num n(9,2))
append blank
repl num with 10

From the Report Designer Assign the variable name: (under Variables:)
v1

then the [Value to store]:
nv + ccursor.num

the result displayed will be 20!

Good Luck

Sincerely,
Arthur
Sincerely,
Arthur Alton
3T Senior Programmer
Previous
Reply
Map
View

Click here to load this message in the networking platform