Re: ***SPAM*** [RBASE-L] - Short demo Visual Interface

2021-01-28 Thread rbytes
Mr.Luck: You are one hard act to follow, sir! Guessing you could teach one helluva PROPERTY class. bruce, SafeSectors, Inc. On 2021-01-27 14:51, Tony Luck wrote: I have created a short demo of the visual interface I am developing. There is a link to the demo below. The purpose is to show the

Re: [RBASE-L] - convert text to time data type

2021-01-28 Thread 'R Hopkins' via RBASE-L
Dan,  Here is another technique for a converting variable of type time to a vaiable of type text, and it is very simple. SET VAR  vtime TIME = 10:11:22SET VAR  vtxt TEXT =        --This works SET VAR  vtxt TEXT = ()     --This does not works But to work, you can't put parenthesis around the

Re: [RBASE-L] - Re: SQL book

2021-01-28 Thread 'Karen Tellef' via RBASE-L
Thanks for the offer, Richard!  I am done with the conversion, so I don't think I need the manuals anymore.  I hope I have seen the LAST of System V!   But if I ever get contacted again with an old system, I'll remember to post on the list to see who has documentation still! Karen

RE: [RBASE-L] - Enhanced Grid Question

2021-01-28 Thread paul
Javier, I have a similar situation and I did basically what Dan suggests. I base the form on a temporary view and then I have an enhanced speed button on the form that runs the below code. It’s been working great for me. PROPERTY TABLE view_working_sri_po_custom 'CLOSE' PROPERTY TABLE