RE: [RBASE-L] - SHORTFILENAME vs. LONGFILENAME

2018-01-17 Thread A. Razzak Memon
Manuel, While preparing a sample form to illustrate the use of all GETPROPERTY options for FileListBox control, and having some fun (of course), if your objective is to just get the "file name only", without other stuff, such as drive, path, etc., you may use the GETPROPERTY command as

RE: [RBASE-L] - SHORTFILENAME vs. LONGFILENAME

2018-01-17 Thread MD
I will definitely look into this. Thank you. From: rbase-l@googlegroups.com [mailto:rbase-l@googlegroups.com] On Behalf Of Paul C. Buckley Sent: Wednesday, January 17, 2018 12:23 PM To: rbase-l@googlegroups.com Subject: RE: [RBASE-L] - SHORTFILENAME vs. LONGFILENAME Manuel, Look at

RE: [RBASE-L] - SHORTFILENAME vs. LONGFILENAME

2018-01-17 Thread MD
Thank you Razzak -Original Message- From: rbase-l@googlegroups.com [mailto:rbase-l@googlegroups.com] On Behalf Of A. Razzak Memon Sent: Wednesday, January 17, 2018 12:36 PM To: rbase-l@googlegroups.com Subject: Re: [RBASE-L] - SHORTFILENAME vs. LONGFILENAME I simply could not resist

Re: [RBASE-L] - SHORTFILENAME vs. LONGFILENAME

2018-01-17 Thread karentellef via RBASE-L
Ooops!!! Yeah, I was talking about SET SHORTNAME ON/OFF which I've had to use before. Not the PROPERTY shortname. Sorry! Karen -Original Message- From: A. Razzak Memon To: rbase-l Sent: Wed, Jan 17, 2018 2:36 pm Subject: Re:

Re: [RBASE-L] - SHORTFILENAME vs. LONGFILENAME

2018-01-17 Thread A. Razzak Memon
I simply could not resist letting this thread go with such an answer ... Using the FileListBox control, the SHORTFILENAME has everything to do what Manuel is trying to accomplish. Using the FileListBox form control in R:BASE X and R:BASE Enterprise has a lot to do with the GETPROPERTY

RE: [RBASE-L] - SHORTFILENAME vs. LONGFILENAME

2018-01-17 Thread Paul C. Buckley
Manuel, Look at LoadFileName & LoadFileNamePlus plugins that are included with R:BASE and see if they give you what you need. Good luck, Paul Buckley 4.1.3 LoadFileName The LoadFileName plugin is used to load a file name into a variable by displaying a dialog window for the user

Re: [RBASE-L] - SHORTFILENAME vs. LONGFILENAME

2018-01-17 Thread MD
Thank you Karen I guess I will have to parse out the file name the old fashion way. On January 17, 2018 6:06:31 AM PST, karentellef via RBASE-L wrote: >No "shortfilename" has nothing to do with what you're trying. >Shortfilename is only used when you're using the

RE: [RBASE-L] - SubReports

2018-01-17 Thread jan johansen
Lena, I am away from the office and I know that I have several reports where I turn off the displays of certain sections. So it's possible I may get this wrong. Place your sub-report in a section (something that gives you a componentid) Test for your condition in the report ON BEFORE START eep.

RE: [RBASE-L] - SubReports

2018-01-17 Thread Lena Dammstrom
Jan, I am trying to update an existing report which is working just fine, by adding an additional Sub report. Was SR1, SR2, SR3, SR4 and SR5… now SR1, SR2, SR3(was SR2), SR4(was SR3), SR5(was SR4) and SR6(was SR5). I’ve changed the component IDs When you say After start, I am thinking you are

RE: [RBASE-L] - unusual spacing in email body

2018-01-17 Thread Jim Belisle
No width set. James Belisle Making Information Systems People Friendly Since 1990 [cid:image001.jpg@01CD8CE2.FB048F50] From: karentellef via RBASE-L [mailto:rbase-l@googlegroups.com] Sent: Wednesday, January 17, 2018 12:44 PM To: rbase-l@googlegroups.com Subject: Re: [RBASE-L] - unusual spacing

Re: [RBASE-L] - unusual spacing in email body

2018-01-17 Thread karentellef via RBASE-L
You don't by any chance do something like WRITE (or show var) .vBody=100 do you? If you embed CRs in the text, you cannot also display a width otherwise you get all these weird breaks Karen -Original Message- From: Jim Belisle To: rbase-l

[RBASE-L] - SubReports

2018-01-17 Thread Lena Dammstrom
Using RBase 9.5 (32) version 9.5.5.30128 I have a report with 6 sub reports (ComponentID SR1 – SR6) Main: tmpReportControls with the six Object Sub Reports in the BreakHeader 0, breaking on the RptControlID (in tmpReportControls) Sometimes I do not want SR2 to print So I thought setting

[RBASE-L] - unusual spacing in email body

2018-01-17 Thread Jim Belisle
We send out invoices via email as pdf attachments. Within the email body itself, we have multiple lines with instructions. I use the (CHAR(13)) at the end of each line to put in a carriage return. However for some reason carriage returns show up in strange places. Example: (these are just the

Re: [RBASE-L] - SHORTFILENAME vs. LONGFILENAME

2018-01-17 Thread karentellef via RBASE-L
No "shortfilename" has nothing to do with what you're trying. Shortfilename is only used when you're using the "DIR" command, it controls what's shown back to you in the file listing. Karen -Original Message- From: MD To: rbase-l

[RBASE-L] - SHORTFILENAME vs. LONGFILENAME

2018-01-17 Thread MD
I have a filelistbox and when I select an image on a folder using the PROPERTY LONGFILENAME I obtain the file name and its full path. I wanted to get just the file name so I assumed that using the SHORTFILENAME would yield the name of the file only.Component ID: flbFileNam My code is: