Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Update table using cursor
Message
De
14/07/2000 06:42:52
 
 
À
14/07/2000 04:16:56
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00392267
Message ID:
00392297
Vues:
9
I've modified your IF statement with some code. I prompted the user right after they previewed the report.

Dave


IF _TALLY > 0
BROWSE
report form payment3 preview

lnResponse=MESSAGEBOX("Do you wish to post this data?",36,"OPTION!")
IF lnResponse = 6
** Routine to update history table.
ELSE
** Do nothing.
ENDIF

***DO FORM POSTMAD
ELSE
MESSAGEBOX("FOUND NO RECORDS THAT MATCH YOUR REQUEST")

ENDIF

RELEASE THISFORM

close all
DO FORM POST1AUL **** THIS IS WHERE I DO MY POSTING program would go
****. IT CLOSES ALL AND START FROM THE BEGAINING, WHICH I SOMEHOW FEEL IS incorrect.
Live life today - tomorrow will take care of itself.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform