Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to get a string from Web App to PB? Please Help! 1

Status
Not open for further replies.

pbbins01

Programmer
Mar 26, 2007
7
0
0
US
A web application needs to launch PB application. They will be passing a string to PB. I need to get that string in PB.

What function in PB do I need to use to get the string that is being passed from web app? Do you think CommandParm or getcommanddde will work?

Also, the web application is on SQL Server whereas PB app resides on Sybase ASE server. So in my database profile what do i need to do or do I? Any dlls, I need?
 
The the PB application's Open event there should be a CommandLine argument, which should be a string. Look into that & post up results.
 
The commandline or commandparm function did not work. I see that the web is passing me a string but when I try to retrieve in PB it is blank. I tried getcommanddde(ls_command) and that did not work either. When web executes PB it launches and it comes to the login window. Any ideas what I need to do???
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top