I've encountered a problem trying to call any browser processes via available functions in TD 5.2. My objective is to open a browser with pre-specified URL and input from a data field, however all functions I've tried don't seem to work for me and at this point I can only think about how to come across this issue.
I've nearly accomplished my goal using
Code: Select all
SalLoadApp('iexplore.exe', 'http://samplewebsite.anything/anything/searchwith.php?code=' || dfInput)
I'd really appreciate any help or idea why that might be,
Thanks, Tom