dsprata Posted October 2, 2015 Posted October 2, 2015 Hello , I have a routine that calls another url, but this url is open on the server machine and not on customers, how to fix ? buffer := 'http://' + aAdress; ShellExecute(Application.Handle, nil, PChar(buffer), nil, nil, SW_SHOWNORMAL); Tks Quote
Administrators Farshad Mohajeri Posted October 2, 2015 Administrators Posted October 2, 2015 UniSession.BrowserWindow(); procedure BrowserWindow(AUrl: string; Width, Height: Integer; ATarget: string=''; AOptions:TUniBrowserWindowOptions = [bwResizable, bwStatus]); Quote
dsprata Posted October 2, 2015 Author Posted October 2, 2015 My version does not contain that routine. I have the 0.93.1 version Quote
Administrators Farshad Mohajeri Posted October 2, 2015 Administrators Posted October 2, 2015 My version does not contain that routine. I have the 0.93.1 version Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.