Re: [RBASE-L] - Filename COPY, and the persistent date/time stamp

2023-02-13 Thread A. Razzak Memon
Bruce, Change your Windows File Explorer View properties to see the Date created and Date modified columns to see the difference. Very Best R:egards, Razzak On 2/13/2023 5:48 PM, Bruce Chitiea wrote: All: Consider a file displayed in the RGBX5E Command file listing: *template.rmd | 02/12

[RBASE-L] - Filename COPY, and the persistent date/time stamp

2023-02-13 Thread Bruce Chitiea
All: Consider a file displayed in the RGBX5E Command file listing: template.rmd | 02/12/2023 | 13:40 On Monday, Feb 13, at 12:00, use the COPY command within an EEP to make a copy: COPY template.rmd showtime.rmd Now, in the file listing, see: template.rmd | 02/12/2023 | 13:40 showtime.rmd

Re: [RBASE-L] - Using Alias for column names - solution!

2023-02-13 Thread 'Karen Tellef' via RBASE-L
Well folks, Bruce figured it out for me!  I know for sure I haven't done this before.  I had to enclose it with IDQuotes. Step 1:  Each of the 12 variables is defined as:  SET VAR vText = ("vMonth" + CTXT(.vLoopRunning)) SET VAR &vText = ( CVAL("IDQUOTES") + FORMAT(.vDateReport, "MMM-YY") + CV

Re: [RBASE-L] - Using Alias for column names

2023-02-13 Thread 'Karen Tellef' via RBASE-L
Yes, this client is using double quotes -Original Message- From: Bruce Chitiea To: rbase-l@googlegroups.com Sent: Mon, Feb 13, 2023 11:24 am Subject: Re: [RBASE-L] - Using Alias for column names I take it that you're using the [ " ] as your quote character. SET VAR vmonth1 TEXT = (

Re: [RBASE-L] - Using Alias for column names

2023-02-13 Thread Bruce Chitiea
I take it that you're using the [ " ] as your quote character. SET VAR vmonth1 TEXT = ("`Jan-23`") Bruce -- Original Message -- From "'Karen Tellef' via RBASE-L" To "rbase-l@googlegroups.com" Date 2/13/2023 9:06:17 AM Subject [RBASE-L] - Using Alias for column names I could have S

[RBASE-L] - Using Alias for column names

2023-02-13 Thread 'Karen Tellef' via RBASE-L
I could have SWORN I've done this before, but nothing is working. I have a table with columns  Month1, Month2  Month12 I have a bunch of variables that represent the displayed months:   vMonth1 = "Jan-23", vMonth2 = "Feb-23" Trying to do an Excel Gateway export including:   Month1 AS .vMonth1,