[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

program error after upgrade to HTTPAPI 1.24



Hello,

after upgrading to HTTPAPI 1.24 from version 1.23. One of our programs crashed with MsgId RNX0425 in procedure XALLOC which is defined in HTTPUTILR4. Responsible for the crash of our program was the following statement:
  WEBFORM_setVar(Form : 'PLZ' : '');  
After changing it to
  WEBFORM_setVar(Form : 'PLZ' : ' ');
everything works fine again.

So obviously the WEBFORM_setVar() procedure doesn't accept empty Strings in V 1.24. Is this a feature or a bug?

With best regards
Dirk Luecke


-----------------------------------------------------------------------
This is the FTPAPI mailing list.  To unsubscribe, please go to:
http://www.scottklement.com/mailman/listinfo/ftpapi
-----------------------------------------------------------------------