I have put hypertext on form using shellexecute command to open the html file - however, IE always opens full screen - does anyone know if we can control size of Internet Explorer screen - and should this question be in different forum?
Hi - that almost works but msg cannot find file (is correct filename and works with shell execute) code is below - I pass the file name to the routine. I have included the shellexecute code that works but is full screen.
LPARAMETERS showurl
LOCAL lnsuccess
STORE 0 TO lnsuccess
"o.navigate2("File://<<&showurl>>")"
When I put "<<" around some thing, it means it is a variable.
Also my code was an alternative to Shellexecute, you cannot use both:
So your code should be
cFile = "C:\showurl.htm" &&& if Showurl is a Htm file and is located on the C drive i.e. Include the name and fullpath.
Thanks - that works perfectly - (using the cfile method). Much better than shell execute. Now I will fine tune so I can position based on screen size etc. (we have code to get that info from windows so should be easy).
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.