R
rblanchard
Guest
Tom, does address need to be defined as a longchar? Roger Blanchard Sent from my mobile device On May 29, 2015, at 5:22 PM, tbergman bounce-tbergman@community.progress.com wrote: OpenEdge.Net - Possible bug? Thread created by tbergman 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. Stop receiving emails on this subject. Flag this post as spam/abuse.
Continue reading...
Continue reading...