[RBASE-L] - Re: COPY command using SELECT?

2020-05-06 Thread Michael Byerley
You can indeed combine select output with literal text on the same line. >From RRBYW20: select (ContFName &ContLName )=40 ,'This is some literal text'=50 from contact where limit = 10 shows: Jill Baileys This is some literal text Shelley Watts

Re: Re[2]: [RBASE-L] - COPY command using SELECT?

2020-05-06 Thread 'Karen Tellef' via RBASE-L
In the code that I suggested and what you post below:  Is "Destination" a column in your table?  If not then it won't work the way you wrote it.  If "destination" is a variable, then it must be dotted: SELECT ‘COPY ‘, DSFile, .Destination + Karen What ends up in the testfile.txt is:  COPY   

[RBASE-L] - recalc var

2020-05-06 Thread Jim Belisle
Is the code RECALC VAR no longer a valid code? I have this in much of my code but when creating new forms and reports I get an error message that "this command is currently unsupported". I thought I saw something on the list a while back about this but cannot find it in my notes. James Belisle