[progress Communities] [progress Openedge Abl] Forum Post: Sending Date Parameter The...

  • Thread starter Thread starter OctavioOlguin
  • Start date Start date
Status
Not open for further replies.
O

OctavioOlguin

Guest
I have an appserver routine, that accepts a dataset with info about a procedure to execute, with parameters and stuff... But now, I deviced some extra functions that it would be nice to have on this processor... the thing is I run out of parameters on the receiving procedure. I'm just missing two dates parameters... The solution I came is to stuff two dates in one char parameter: ttBot.CharParam20 = string(date1) + "," + string(date2). and on the called procedure, unstuff the two dates... But I just wondered.... Being this program in ISO8859 page, and DMY... the date will be stuffed like "30/10/16,31/12/16", what would happend sometime in future, when some customer on different date format tries to use that app... What would be the safest way to send two date params to a program using one char variable? (I´m in no position to expand the interfase of the called procedure) using ABL to standard .p on appserver 11.3

Continue reading...
 
Status
Not open for further replies.
Back
Top