Could you bring that pdf/web control form up in a MDI form?
Not knowing the exact details but my first thought. Sincerely, Paul D. From: [email protected] [mailto:[email protected]] On Behalf Of Frank Taylor Sent: Friday, March 12, 2010 4:20 PM To: RBASE-L Mailing List Subject: [RBASE-L] - Web Browser URL and Form Focus Maybe it's just Friday but I am having an issue in RB 7.6 with a form that has a Web Browser component in it. I have several fields in this form and on an exit eep from one of the fields I determine a filename of a pdf I want to view, so I issue the command : PROPERTY pdfout gourl .vfilename which in turn brings up the document inside the web browser component on my form. My problem is now I have lost focus on the form and I do not move to the next field in the form. I have tried to reinstate the focus back to the form and the next field but am having no luck. I used the follow commands in 2 places and am still stuck. property fexpentry set_focus 'true' PROPERTY FLINEREF SET_FOCUS 'TRUE' Where the form has a component id of fexpentry and the field I want to be in is flineref I issued these commands in both the web component 's On Navigation complete custom complete and also in the exit eep of the field that issues the property gourl command (directly after it) What am I missing to get back to a specific field in my form without having to mouse click on it. Suggestions are appreciated Frank Taylor - Information Technology Administrator F.J. O'Hara & Sons, Inc - Araho Transfer Inc. Boston, MA - Rockland, ME - Miami, FL Direct Dial - 617-790-3093 email: [email protected]

