Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Option Buttons
Message
De
30/04/2001 15:45:20
 
 
À
30/04/2001 15:40:27
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00501735
Message ID:
00501744
Vues:
19
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform