How are you populating the CGIINP01 and CGIINP02 variables?  You appear to
be using a non-CGIDEV2 subroutine called $INPUT but you haven't included the
code for it so I can't tell what is happening.

In order to populate the variables, somewhere there has to be a call to
ZhbGetInput followed by calls to ZhbGetVar.  Something like this:

If ZhbGetInput(SavedQryStr: QUSEC) > 0;

   // Input found - Assign to variables
    CGIINP01 = ZhbGetVar('CGIINP01');
    CGIINP02 = ZhbGetVar('CGIINP02');

etc. etc.

By the way - why use names like CGIINPn ???  Why not use real names?  Like
FirstName or Lastname?  It makes the code a lot easier to understand when
you go back to it later.

Jon Paris
Partner400

www.Partner400.com
www.RPGWorld.com



------------------------ Yahoo! Groups Sponsor --------------------~--> 
Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/wbFolB/TM
--------------------------------------------------------------------~-> 

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/Easy400Group/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to