Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Option Buttons
Message
From
30/04/2001 15:45:20
 
 
To
30/04/2001 15:40:27
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00501735
Message ID:
00501744
Views:
22
Soory hit the wrong button.

Hi Steven

In your report put a FIELD control with a variable as the value.

Before calling your report do:

DO CASE
CASE THISFORM.optiongroup.value = 1
crptvar = "1st caption"

CASE THISFORM.optiongroup.value = 2
crptvar = "2nd caption"

CASE THISFORM.optiongroup.value = 3
crptvar = "3rd caption"

CASE THISFORM.optiongroup.value = 4
crptvar = "4th caption"
ENDCASE

HTH
Mike
Previous
Reply
Map
View

Click here to load this message in the networking platform