Re:Invisible invisible insertion point in field - solved but not resolved BZ 1734

2005-07-21 Thread David Wilkinson
First prize is shared by Sarah and Chipp - overlapping group. Thanks guys. Surprisingly BZ returned Key Ray's report first hit, and it is just about on its first birthday. Too much of a rewrite required for the time being, unfortunately. Sarah was also right about the margin/text offset/vscr

Re: Invisible insertion point in field

2005-07-20 Thread David Wilkinson
On Wednesday 20 July 2005 6:00 pm, Jacqueline Landman Gay wrote: > To lock/unlock a field you need to set three field properties: > locktext, autohilite, traversalOn. The last two should be set to > the opposite of the first one. Unfortunately they are opposite As a test, as a result of Jonathon

Re: MatchText and PCRE

2005-07-20 Thread David Wilkinson
during a couple of sleepless nights with a dental abscess. It is not a recipe book, but then I suspect that you already have a good understanding of regex. David Wilkinson ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit t

Invisible insertion point in field

2005-07-20 Thread David Wilkinson
e are the same as the underlying field. I suspect this might be tied to the vertical offset from which text entered into fields, with hgrid enabled, seems to suffer. TIA David Wilkinson ___ use-revolution mailing list use-revolution@lists.runre

Re: Database Query Builder: workaround please

2003-11-14 Thread David Wilkinson
On Thursday 13 November 2003 3:47 pm, you wrote: > On the Database Query Builder, Record Set Tab, SQL query field: > > 1) enter some syntactically bad SQL > 2) click the refresh query button (or close the Database Query > Builder window) > 3) now Rev gets stuck in an endless loop of modal error di

Re: File Open Error: Illegal File Name Character " " in xyz.rev

2002-11-28 Thread David Wilkinson
Rob I did a few experiments and it appears that the restriction is more to do with RevDev under Linux: 1: Rename a standalone to include a space - runs fine from term window or file browser. Build a standalone with spaces in name - Distribution builder replaces them with underscores. 2: Cha

File Open Error: Illegal File Name Character " " in xyz.rev

2002-11-27 Thread David Wilkinson
Just a thought File naming has been a topic before in this list but it would appear that if you want your stacks to work seamlessly on 'nix, (not that anyone does of course!) it would be wise to avoid spaces in stack file names. The db demo included with Rev and Rob Cozens' impressive SDB s

RE: RTF Reader in Rev

2002-11-10 Thread David Wilkinson
Roger Just a suggestion: There is an excellent open source Word compatible WP - Abiword (http:\\www.abisource.com) - reads, writes and prints Word Docs runs on GNU/Linux, BSD, Solaris (2.6, 7,8,9), AIX, HP/UX (10.20, 11.0), OSF/1, Tru64, Mac OS X,QNX,BeOS oh and I nearly forgot Windows. P

Re: Web Access - launch Browser

2002-11-09 Thread David Wilkinson
Jeanne Thanks for your response. Unfortunately, I don't think it is the complete answer since the original scriptlet was: put the selectedtext into tAppName Answer file "Select Text file to open " If tAppName is not empty then put"file:" & it into tFileN

Re: Web Access -launching external browser

2002-11-05 Thread David Wilkinson
FWIW RevGoURL does not seem to work at all on my Unix box If you single step through the revLib, the function returns 255, which I take to mean success, and nothing else. My workaround is to use: put "http://"; & the selectedtext into tUrlName put shell ("netscape" && tUrlName)