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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Disable ClickYes in powerbuilder

Status
Not open for further replies.

irka127

Programmer
Aug 18, 2006
3
US
How can I disable ClickYes express software from Powerbuilder?
I know that it could be done from VB :
Run ("ClickYes.exe -stop")
 
Have you tried the same command in Powerbuilder?

Matt

"Nature forges everything on the anvil of time
 
Run("ClickYes.exe -stop")in powerbuilder script has the same result as Run("ClickYes.exe")
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top