Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Mayday!!! Mayday!!!
Message
De
21/10/1999 13:34:35
Julius Sotomil
Icodes Computer Services
Philippines
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Mayday!!! Mayday!!!
Divers
Thread ID:
00279494
Message ID:
00279494
Vues:
45
Hi! (or rather HELP!) I'm an FPW2.6 programmer trying desperately to convert to VFP and would like to seek your guidance.. specifically, my problem is..

I want to make a form for a simple printer dialog which asks the ff. questions..

a. Run date
b. Output (e.i. Screen or Printer)

now.. here's the problem..

I have a code that goes like this

m.run_date = date()
m.destinat = 1

do form prn_dia

do case
case m.destinat = 1 && Screen
report form MyReport preview
case m.destinat = 2 && Printer
report form MyReport to print
endcase

PROBLEM!!! I can't seem to use the dialog with my own variables. I mean the variables after the "do form prn_dia" does not change..


Please help....

Julius
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform