oldteacher Active member Tuesday at 7:58 PM #1 Scripting is not my strong point by any means. Is it possible to call a URL (open website) when user closes the app? If possible, anyone have a working example?
Scripting is not my strong point by any means. Is it possible to call a URL (open website) when user closes the app? If possible, anyone have a working example?
oldteacher Active member Yesterday at 12:01 AM #2 Well, my hopes of this being possible are shrinking, lol.
oldteacher Active member Yesterday at 12:18 AM #3 I had a brain fart. Really pretty simple when you get the parameters correct: Code: procedure OnPubBeingClosed; begin OpenFile("https://moreonlineprofit.com", "", ""); end;
I had a brain fart. Really pretty simple when you get the parameters correct: Code: procedure OnPubBeingClosed; begin OpenFile("https://moreonlineprofit.com", "", ""); end;