Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to read values of image buttons
Message
From
26/12/2004 21:17:36
 
General information
Forum:
Visual FoxPro
Category:
ActiveVFP
Environment versions
Visual FoxPro:
VFP 8
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00972203
Message ID:
00972246
Views:
13
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform