Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to read values of image buttons
Message
De
26/12/2004 21:17:36
 
Information générale
Forum:
Visual FoxPro
Catégorie:
ActiveVFP
Versions des environnements
Visual FoxPro:
VFP 8
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
00972203
Message ID:
00972246
Vues:
14
>I think you need to test each one and see if it's empty or not (see previous code supplied). Have you tried that?

your previous code supplied:
IF ! EMPTY(oRequest.form('r1b2'))
    oResponse.Redirect(oProp.ScriptPath+[?action=r1b2routine])
ENDIF
The thing is that I want to create a generic routine to handle button clicks from a form. So I dont need to know the variable "r1B2". I have solved the problem with normal button clicks but with image buttons it appears different.

Basically could you point me to some link that explains how the Request collection object can be read by VFP.I believe the syntax is different from say VB.

Thanks for your prompt reply.

Bernard
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform