Frank, Will SKIP 1 or SKIP TO NextField work?
Claudine -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Frank Taylor Sent: Saturday, March 13, 2010 11:37 AM To: RBASE-L Mailing List Subject: [RBASE-L] - Re: Web Browser URL and Form Focus Paul, When I say a form, I mean any form. Here is what I am trying to do. I have a form which asks for the users to enter an account number and then a date, based on this the system can find a pdf document that was scanned in earlier for this account/date and then display it on the form. Then I have more fields on that form where the user will put in billing information based on the document. So in my form I have the date and acctno fields, on a exit eep from the acctno field the code looks up the pdf location and then issues the Property fwebcomponentid GoUrl {document location/name} Now I want the user to be able to continue to the next field and start entering the billing information. The problem I am having is that as soon as I issue the property GoURL command I have lost focus and the only way the user can continue on that form is to click on the form and field they need to be in. The Property {field component id} SET_FOCUS 'True' does not seem to do this when it is a pdf document, but will do it if it is a webpage.. -- Frank Taylor, Information Technologies Administrator -- F.J. O'Hara Corp - Araho Transfer -- Boston, MA. Miami, FL -- [email protected] -- Direct Dial:617-790-3093 ________________________________________ From: [email protected] [[email protected]] On Behalf Of Paul [[email protected]] Sent: Saturday, March 13, 2010 12:04 PM To: RBASE-L Mailing List Subject: [RBASE-L] - Re: Web Browser URL and Form Focus Frank- I did a real fast test and I think I missed something. Which form? [see the note I added in your post] Paul Personally I liked what I saw, just never did it till now. -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Frank Taylor Sent: Saturday, March 13, 2010 10:09 AM To: RBASE-L Mailing List Subject: [RBASE-L] - Re: Web Browser URL and Form Focus Razzak, Got the link and downloaded the example. I think my issue has to do with the fact that I am bringing up a pdf in the web browser component. If I take your form, Webbrowserproperty and in the Form Properties - on after start eep and add the command Property vcurl SET_FOCUS 'TRUE' after the propoerty vcurl gourl .vurl line, I get the desired results of having the cursor in the variable field for the web address bar. BUT now if I change the line in the on after start eep to Set Var vurl = 'C:\temp\Test.pdf' and leave the set_focus command in, the PDF comes up, but I am no longer focused on the form. I have to click on the variable edit field to get back. I understand that by bringing up a PDF I am sort of launching Adobe inside that component so maybe that is why focus is lost, but it would be nice to be able to restore focus and goto another field inside a form [which form] after bringing up the pdf. Any further ideas or maybe I missed something else in the example. -- Frank -- Frank Taylor, Information Technologies Administrator -- F.J. O'Hara Corp - Araho Transfer -- Boston, MA. Miami, FL -- [email protected] -- Direct Dial:617-790-3093 ________________________________________ From: [email protected] [[email protected]] On Behalf Of A. Razzak Memon [[email protected]] Sent: Friday, March 12, 2010 4:28 PM To: RBASE-L Mailing List Subject: [RBASE-L] - Re: Web Browser URL and Form Focus At 04:20 PM 3/12/2010, Frank Taylor wrote: >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, Take a look at the following sample application that demonstrates the use of Web Browser Control PROPERTY and GETPROPERTY commands in 7.6, Turbo V-8, and R:BASE eXtreme 9.0 (32/64). Sample Applications: http://www.razzak.com/sampleapplications/ App: Understanding Web Browser Control PROPERTY/GETPROPERTY Commands Posted on: 02/18/2010. Hope that give you some blue's clues ... Very Best R:egards, Razzak. _______________________________________________________________________ This Email has been scanned for all viruses by PAETEC Email Scanning Services, utilizing MessageLabs proprietary SkyScan infrastructure. If you need assistance, please contact the Systems Administrator, Frank Taylor at [email protected] - 617-790-3093. ** REMEMBER NEVER OPEN AN ATTACHMENT UNLESS YOU ARE SURE OF IT'S CONTENT AND SENDER ** _______________________________________________________________________ _______________________________________________________________________ This Email has been scanned for all viruses by PAETEC Email Scanning Services, utilizing MessageLabs proprietary SkyScan infrastructure. If you need assistance, please contact the Systems Administrator, Frank Taylor at [email protected] - 617-790-3093. ** REMEMBER NEVER OPEN AN ATTACHMENT UNLESS YOU ARE SURE OF IT'S CONTENT AND SENDER ** _______________________________________________________________________

