Frank,
This command work for me in the regular and compiled version: -- Set file name and be sure to include file extension SET VAR vfile_name TEXT = 'test.swf' PROPERTY vci_WebBrowser GOURL .vfile_name vci_WebBrowser is the component ID for the WebBrowser field where the file is displayed. Make sure that the directory and file exist and are available, and property enclose in quotes if the name/path has blanks. Also make sure you include the file name extension; your computer might know which driver to use but other computers might not, and this is why you might be getting the error. As far as debugging. I have a pass worded option in a menu that allows me to access a simulated R> prompt. From there I can set errors and error messages on (they are normally off) so I can see the error message and where the problem is happening and trace it in the full version accordingly. Javier, Javier Valencia, PE O: 913-829-0888 H: 913-397-9605 C: 913-915-3137 From: [email protected] [mailto:[email protected]] On Behalf Of Frank Taylor Sent: Wednesday, June 05, 2013 12:17 PM To: RBASE-L Mailing List Subject: [RBASE-L] - Property GOURL in compiled App I am having an issue with a form that is run from a compiled app. In this form I have a web browser object. When I call this form using full version RBase 9.5 (V9.5.2.20521) and I issue the command property pdfdoc gourl .vtempfile (vtempfile is defined as w:\docchange) everything works fine. When I run my compiled app (Compiler V9.5.2.20521) of the same code and bring this form up, anytime I issue the property gourl command, I get RBase error window that says Interface not supported. But after I click OK, the gourl command works as it should. Any ideas ? This also brings up a second question, as I am new to compiling my applications, does anyone have any tips or suggestions on debugging issues in compiled apps ? I have many things going on in the form and it took me a while to pin down the command that was giving this error, since it did not do it in full version where I could trace the code.. Thanks for any help Frank Taylor - Director of Information Technology F.J. O'Hara & Sons, Inc - Araho Transfer Inc. Boston, MA - Rockland, ME - Miami, FL Direct Dial - 617-790-3093 email: <http://mail.whitewolftechnologies.com/cgi-bin/compose.exe?id=01ef7f9322f8a7 6400dacb6a1fe342bb5a7&new=&xsl=compose.xsl&[email protected]> [email protected]

