Tony, Not sure what quotes you are referring to. The GOURL syntax I am using only needs to have the variable contain the location of the file that the Web Control will display. In my case... SET VAR vdisplayname TEXT = 'U:\display1\myfile.pdf' Unlike many of the PROPERTY commands, I don't think this one uses any quotes. Am I missing something? Mike
________________________________ From: Tony IJntema <[email protected]> To: RBASE-L Mailing List <[email protected]> Sent: Tuesday, August 21, 2012 3:20 AM Subject: [RBASE-L] - RE: Property componentid GOURL varname makes me lose my cursor Is your variable vdisplayname containing the necessary quotes? Tony From:[email protected] [mailto:[email protected]] On Behalf Of Michael J. Sinclair Sent: dinsdag 21 augustus 2012 0:14 To: RBASE-L Mailing List Subject: [RBASE-L] - Property componentid GOURL varname makes me lose my cursor Hi All, In an eep, if I have this ... PROPERTY id_vfolder set_focus 'TRUE' PROPERTY id_vfolder lastchar 'true' RETURN The focus goes right where I want it, ie the end of the last character in my variable edit field But, if I have this... PROPERTY id_bigpdf GOURL .vdisplayname PROPERTY id_vfolder set_focus 'TRUE' PROPERTY id_vfolder lastchar 'true' RETURN The focus initially goes where it is supposed to go, but then it is "lost", I can't see a cursor anywhere. I have to click on the field at the end of the last character to make changes to the field. When I trace it, it works fine with or without the GOURL. Even stranger, I have "AUTOSELECT" checked for the desired field, and the characters are all still selected, but no cursor! Why is the PROPERTY id_bidpdf GOURL .vdisplayname command causing me to lose my cursor or the cursor location? Mike

