T
tbergman
Guest
I've been checking out the classes provided with 11.5 SP1 for HTTP requests. I seem to be stuck with an off error when trying to urlencode a string. Now I'm not sure I'm doing this right but when I execute the code below, I get the error "Only "Character" is a valid type option for a LONGCHAR variable (11673). What am I doing wrong? USING OpenEdge.Net.*. def var address as char. Address = "Some Test Address". Address = URI:Encode(Address, UriEncodingTypeEnum:Query) . MESSAGE Address VIEW-AS ALERT-BOX.
Continue reading...
Continue reading...