[RBASE-L] - temp view error

2024-01-04 Thread 'Jim Belisle' via RBASE-L
I create a temp view (uses two tables with common columns) that is used as the 
driving table in a report.
In the past, I never had this error show up.
These are var created within the report.

[A screenshot of a computer  Description automatically generated]

I use a var that bring up a DATE and that var shows as correct.
Here is the varible.
SELECT transdateoh INTO vtransdate ivtd FROM orderrows WHERE COUNT = LAST
I can enter into the view and there are plenty of rows.James Belisle
I looked up the explanation on one of the variables. I do not understand the 
explanation.

"If you want to use a wildcard character as a text character in the LIKE 
string, specify the ESCAPE character in place of CHR in the syntax.  In the 
string, use the ESCAPE character in front of the wildcard; R:BASE ignores the 
ESCAPE character and treats the wildcard as a text character.  An ESCAPE 
character can only be followed by a wildcard or another ESCAPE character."

Any guidance would be appreciated.

Jim






-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/LV3PR02MB995918875B2F9C211C700B2AA0672%40LV3PR02MB9959.namprd02.prod.outlook.com.


RE: [RBASE-L] - email novice problems

2023-11-10 Thread 'Jim Belisle' via RBASE-L
Jim,

Try adding a line for the attachment.
You may want to set the attachment as a variable with the complete location.
Example:
Set var vfilename TEXT = 'complete location_1031.PDF'
|EMAIL_ATTACHMENTS 
Try something like this and see what happens.

Jim


From: 'jim schmitt' via RBASE-L 
Sent: Friday, November 10, 2023 4:53 PM
To: rbase group 
Subject: [RBASE-L] - email novice problems

CAUTION:This is an EXTERNAL EMAIL, STOP! and think before clicking on any links 
or opening attachments.
Greeting fellow R:base users:

You may be able to offer some blues clues for me.
This is my first attempt at trying to send a report via email:
Using RB Version X5E  10.5.4 20646

Tried using Razzak's sample in RRBYW20 - code listed below:

PRINT Invoice WHERE TransID = 1031 +
OPTION PDF|FILENAME Invoice_1031.PDF +
|EMAIL ON +
|EMAIL_TO_LIST jim.schm...@yahoo.com +
|EMAIL_FROM_NAME John D. Johnson +
|EMAIL_FROM_ADDRESS jim.schm...@yahoo.com +
|EMAIL_SUBJECT Imagine The Possibilities! +
|EMAIL_BODY Attached is the invoice - sent via R:BASE. Because we Can! +
|EMAIL_DELETE_AFTER_SEND ON +
|EMAIL_SHOW_DIALOG ON
return

If I try it with just the first two lines, it works and creates the PDF file 
which I can see..
With the email options, I get nothing ??
Just can't see what I am missing.any help would be appreciated.

The report email settings listed  below:

[Inline image]
Thanks in advance.
Jim
--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
---
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/1074275864.2200889.1699656760734%40mail.yahoo.com.

-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/PH7PR02MB994323D03D5F3990B3A1C013A0AEA%40PH7PR02MB9943.namprd02.prod.outlook.com.


RE: Re[2]: [RBASE-L] - Printing spreadsheets

2023-03-16 Thread 'Jim Belisle' via RBASE-L
Karen,

Try this.

GATEWAY EXPORT XLSW +
.. set up location of your file here xlsx +
SELECT * FROM (table you created with the info) +
OPTION COL_NAMES ON +
|SHEET_INDEX 1 +
|RAW_GEN ON +
|BLANK_IF_NULL ON +
|BLANK_IF_ZERO OFF +
|SHOW_PROGRESS ON +
|MERGE_DATA ON +
|TAB_NAME ( name of tab in the workbook)

This overwrites the info in the tab you are pointing to.
I use this to add info to multiple tabs in one Excel book.

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01D95811.196F8E90]

From: 'Karen Tellef' via RBASE-L 
Sent: Thursday, March 16, 2023 1:18 PM
To: rbase-l@googlegroups.com
Subject: Re: Re[2]: [RBASE-L] - Printing spreadsheets

CAUTION:This is an EXTERNAL EMAIL, STOP! and think before clicking on any links 
or opening attachments.
This is an already existing spreadsheet, not printing a report to a spreadsheet 
format


Karen



-Original Message-
From: Bruce Chitiea mailto:rby...@safesectors.com>>
To: rbase-l@googlegroups.com 
mailto:rbase-l@googlegroups.com>>
Sent: Thu, Mar 16, 2023 1:15 pm
Subject: Re[2]: [RBASE-L] - Printing spreadsheets
Have you considered:

PRINT reportname ARRANGE clause WHERE clause .. ORDER BY clause .. OPTION XLSX

(from RSyntax)

Bruce

Bruce A. Chitiea | SafeSectors, Inc.
112 Harvard Ave #272 | Claremont CA 91711-4716 | USA
+011 (909) 238-9012 m | rby...@safesectors.com

-- Original Message --
>From "'Karen Tellef' via RBASE-L" 
>mailto:rbase-l@googlegroups.com>>
To "rbase-l@googlegroups.com" 
mailto:rbase-l@googlegroups.com>>
Date 3/16/2023 11:11:51 AM
Subject Re: [RBASE-L] - Printing spreadsheets

This will be a "batch" operation so we wouldn't want to launch them all right 
away.  He claims it's "not a big deal unless it's easy to print them".

I tried your first link, but get a "page not found"

 One place to explore solution:
 
https://support.microsoft.com/en-us/office/command-line-switches-for-microsoft-office-products


Karen




-Original Message-
From: Bruce Chitiea mailto:rby...@safesectors.com>>
To: rbase-l@googlegroups.com 
mailto:rbase-l@googlegroups.com>>
Sent: Thu, Mar 16, 2023 1:08 pm
Subject: Re: [RBASE-L] - Printing spreadsheets
Karen:

Just riffin' here.

LAUNCH excel.exe gets you part of the way there, maybe

One place to explore solution:
https://support.microsoft.com/en-us/office/command-line-switches-for-microsoft-office-products

Another possible source:
www.windows-commandline.com/run-command-for-excel/

In the end PowerShell may be the solution.

Bruce

Bruce A. Chitiea | SafeSectors, Inc.
112 Harvard Ave #272 | Claremont CA 91711-4716 | USA
+011 (909) 238-9012 m | rby...@safesectors.com

-- Original Message --
>From "'Karen Tellef' via RBASE-L" 
>mailto:rbase-l@googlegroups.com>>
To "rbase-l@googlegroups.com" 
mailto:rbase-l@googlegroups.com>>
Date 3/16/2023 10:38:20 AM
Subject [RBASE-L] - Printing spreadsheets

I've never been asked to do this before, and I have nothing in my voluminous 
notes

Can you print an Excel spreadsheet (xlsx) from within your RBase app?


Karen

--
For group guidelines, visit 

RE: Re[4]: [RBASE-L] - GATEWAY IMPORT Fail

2023-01-12 Thread 'Jim Belisle' via RBASE-L
Happy New Year to you as well.


From: rbase-l@googlegroups.com  On Behalf Of Bruce 
Chitiea
Sent: Thursday, January 12, 2023 11:30 AM
To: rbase-l@googlegroups.com
Subject: Re[4]: [RBASE-L] - GATEWAY IMPORT Fail

Hey Jim, Happy New Year, and thanks. Great minds.

My original code, which I simplified for presentation to the list, looked like 
this:

  SET VAR  +
v04_folder_lists = 'D:\WORKBENCH\RBMS\FNAME_2\2-FILE_LIST\', +
v04_fileList_stage1 = 'stage1_list_prepared.txt'

  SET VAR  +
v04_fileSpec_importSource = (.v04_folder_lists + .v04_fileList_stage1)

  GATEWAY IMPORT CUS _fileSpec_importSource +
APPEND stage2_atomized_tt +
OPTION FIRST_ROW 3 +
|SEPARATOR ( +
...+

Also tried the import source as a dot variable. Since the GUI import succeeded, 
now attempting to integrate the .RGW file into the code.

Always appreciated, Bruce

Bruce A. Chitiea | SafeSectors, Inc.
112 Harvard Ave #272 | Claremont CA 91711-4716 | USA
+011 (909) 238-9012 m | rby...@safesectors.com<mailto:rby...@safesectors.com>



-- Original Message --
>From "'Jim Belisle' via RBASE-L" 
>mailto:rbase-l@googlegroups.com>>
To "rbase-l@googlegroups.com<mailto:rbase-l@googlegroups.com>" 
mailto:rbase-l@googlegroups.com>>
Date 1/12/2023 9:10:08 AM
Subject RE: Re[2]: [RBASE-L] - GATEWAY IMPORT Fail

The file path set to a var is normally better because you do not have to worry 
about spaces, etc.
At least that has helped me with my RGW spec code.

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01D92679.DDDE6C20]

From: rbase-l@googlegroups.com<mailto:rbase-l@googlegroups.com> 
mailto:rbase-l@googlegroups.com>> On Behalf Of Bruce 
Chitiea
Sent: Thursday, January 12, 2023 11:01 AM
To: rbase-l@googlegroups.com<mailto:rbase-l@googlegroups.com>
Subject: Re[2]: [RBASE-L] - GATEWAY IMPORT Fail

CAUTION:This is an EXTERNAL EMAIL, STOP! and think before clicking on any links 
or opening attachments.
R:azzak:

Thank you, the GUI import succeeds. An .RGW file was generated during the 
successful import. I am unclear on the syntax for integrating the .RGW approach 
into code. This fails to populate the target table:

GATEWAY IMPORT CUS D:\stage1_list_prepared.txt +
APPEND stage2_atomized_tt +
OPTION SPECIFICATION_FILE_NAME stage1_list_prepared.rgw

What have I missed?

Atmospheric River Rafting Regards, Bruce

Bruce A. Chitiea | SafeSectors, Inc.
112 Harvard Ave #272 | Claremont CA 91711-4716 | USA
+011 (909) 238-9012 m | rby...@safesectors.com<mailto:rby...@safesectors.com>

-- Original Message --
>From "A. Razzak Memon" mailto:raz...@rbase.com>>
To rbase-l@googlegroups.com<mailto:rbase-l@googlegroups.com>
Date 1/11/2023 8:55:32 PM
Subject Re: [RBASE-L] - GATEWAY IMPORT Fail

Bruce,

Are you able to complete the process using the manual GATEWAY IMPORT GUI 
interface?

If successful, you may create the "Import Specification (.rgw)" file to 
automate the entire process.

Hope that provides you with some blue's clues!

Very Best R:egards,

Razzak
On 1/11/2023 10:01 PM, Bruce Chitiea wrote:
RBG5XE current

I'll fill in the drywall forehead dents tomorrow, maybe.

Been all over every aspect of this. Exhaustively. Target table refuses to 
populate.

Can anyone see a reason why this import fails?

GATEWAY TARGET TABLE
  CREATE TEMP TABLE stage2_atomized_tt +
  ( stage1_filenameID TEXT (7) , +
rbms TEXT (4) , +
soNumTEXT (5) , +
custCode_txt TEXT (8) , +
docCode  TEXT (1) , +
docDateRaw   TEXT (10) , +
docNum   TEXT (16) , +
docField08   TEXT (12) , +
docField09   TEXT (20) , +
docField10   TEXT (4) , +
docField11   TEXT (4) , +
docField12   TEXT (40) , +
docField13   TEXT (4) , +
stage2_column_count INT , +
walkListID   INTEGER )

IMPORT DATA SOURCE (sample set)
  D:\stage1_list_prepared.txt

   stage1_fileName
   -
   11(rbms(22650(blkds...(1(2018-11-19(1353(na(0(s(.pdf
   12(rbms(23233(cpsb(1(2020-01-29(543199(stock(0(c(.pdf
   13(rbms(23238(gar.(1(2020-01-06(7274(na(0(c(.pdf
   14(rbms(23239(gar.(1(2020-01-16(7283(na(0(c(.pdf
   15(rbms(23240(gar.(1(2020-01-28(7288(na(0(c(.pdf

GATEWAY IMPORT CODE
   GATEWAY IMPORT CUS  D:\stage1_list_prepared.txt +
   APPEND stage2_atomized_tt +
   OPTION FIRST_ROW 3 +
   |SEPARATOR ( +
   |ADD_MAPPING stage1_fileNameID = field1 +
   |ADD_MAPPING rbms = field2 +
   |ADD_MAPPING soNum= field3 +
   |ADD_MAPPING custCode_txt = field4 +
   |ADD_MAPPING docCode  = field5 +
   |ADD_MAPPING docDateRaw   = field6 +
   |ADD_MAPPING docNum   = field7 +
   |ADD_MAPPING docField08   = field8 +
   |ADD_MAPPING docField09   = field9 +
   |ADD_MAPPING docField10   = field10 +
   |ADD_MAPPING docField11   = field11 +
   |ADD_MAPPING do

RE: Re[2]: [RBASE-L] - GATEWAY IMPORT Fail

2023-01-12 Thread 'Jim Belisle' via RBASE-L
The file path set to a var is normally better because you do not have to worry 
about spaces, etc.
At least that has helped me with my RGW spec code.

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01D92676.6DA979C0]

From: rbase-l@googlegroups.com  On Behalf Of Bruce 
Chitiea
Sent: Thursday, January 12, 2023 11:01 AM
To: rbase-l@googlegroups.com
Subject: Re[2]: [RBASE-L] - GATEWAY IMPORT Fail

CAUTION:This is an EXTERNAL EMAIL, STOP! and think before clicking on any links 
or opening attachments.
R:azzak:

Thank you, the GUI import succeeds. An .RGW file was generated during the 
successful import. I am unclear on the syntax for integrating the .RGW approach 
into code. This fails to populate the target table:

GATEWAY IMPORT CUS D:\stage1_list_prepared.txt +
APPEND stage2_atomized_tt +
OPTION SPECIFICATION_FILE_NAME stage1_list_prepared.rgw

What have I missed?

Atmospheric River Rafting Regards, Bruce

Bruce A. Chitiea | SafeSectors, Inc.
112 Harvard Ave #272 | Claremont CA 91711-4716 | USA
+011 (909) 238-9012 m | rby...@safesectors.com

-- Original Message --
>From "A. Razzak Memon" mailto:raz...@rbase.com>>
To rbase-l@googlegroups.com
Date 1/11/2023 8:55:32 PM
Subject Re: [RBASE-L] - GATEWAY IMPORT Fail

Bruce,

Are you able to complete the process using the manual GATEWAY IMPORT GUI 
interface?

If successful, you may create the "Import Specification (.rgw)" file to 
automate the entire process.

Hope that provides you with some blue's clues!

Very Best R:egards,

Razzak
On 1/11/2023 10:01 PM, Bruce Chitiea wrote:
RBG5XE current

I'll fill in the drywall forehead dents tomorrow, maybe.

Been all over every aspect of this. Exhaustively. Target table refuses to 
populate.

Can anyone see a reason why this import fails?

GATEWAY TARGET TABLE
  CREATE TEMP TABLE stage2_atomized_tt +
  ( stage1_filenameID TEXT (7) , +
rbms TEXT (4) , +
soNumTEXT (5) , +
custCode_txt TEXT (8) , +
docCode  TEXT (1) , +
docDateRaw   TEXT (10) , +
docNum   TEXT (16) , +
docField08   TEXT (12) , +
docField09   TEXT (20) , +
docField10   TEXT (4) , +
docField11   TEXT (4) , +
docField12   TEXT (40) , +
docField13   TEXT (4) , +
stage2_column_count INT , +
walkListID   INTEGER )

IMPORT DATA SOURCE (sample set)
  D:\stage1_list_prepared.txt

   stage1_fileName
   -
   11(rbms(22650(blkds...(1(2018-11-19(1353(na(0(s(.pdf
   12(rbms(23233(cpsb(1(2020-01-29(543199(stock(0(c(.pdf
   13(rbms(23238(gar.(1(2020-01-06(7274(na(0(c(.pdf
   14(rbms(23239(gar.(1(2020-01-16(7283(na(0(c(.pdf
   15(rbms(23240(gar.(1(2020-01-28(7288(na(0(c(.pdf

GATEWAY IMPORT CODE
   GATEWAY IMPORT CUS  D:\stage1_list_prepared.txt +
   APPEND stage2_atomized_tt +
   OPTION FIRST_ROW 3 +
   |SEPARATOR ( +
   |ADD_MAPPING stage1_fileNameID = field1 +
   |ADD_MAPPING rbms = field2 +
   |ADD_MAPPING soNum= field3 +
   |ADD_MAPPING custCode_txt = field4 +
   |ADD_MAPPING docCode  = field5 +
   |ADD_MAPPING docDateRaw   = field6 +
   |ADD_MAPPING docNum   = field7 +
   |ADD_MAPPING docField08   = field8 +
   |ADD_MAPPING docField09   = field9 +
   |ADD_MAPPING docField10   = field10 +
   |ADD_MAPPING docField11   = field11 +
   |ADD_MAPPING docField12   = field12 +
   |ADD_MAPPING docField13   = Field13 +
   |ADD_MAPPING stage2_column_count = field14 +
   |ADD_MAPPING walkListID   = field15

I've tried SEPARATOR option value with and without single quotes: [ ( | '(' ]. 
No difference.

Any thoughts appreciated.

Warmest Regards, Bruce

Bruce A. Chitiea |  SafeSectors, Inc.
112 Harvard Ave #272 | Claremont CA 91711-4716 |  USA
+011 (909) 238-9012 m | rby...@safesectors.com



--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
---
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 

RE: Re[2]: [RBASE-L] - GATEWAY IMPORT Fail

2023-01-12 Thread 'Jim Belisle' via RBASE-L
Bruce,

I set my file to be used in a variable then use this code.

GATEWAY IMPORT CSV  +
APPEND tdaytable OPTION SPECIFICATION_FILE_NAME daytemp.RGW

This should work for you.

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01D92676.44AFAB20]

From: rbase-l@googlegroups.com  On Behalf Of Bruce 
Chitiea
Sent: Thursday, January 12, 2023 11:01 AM
To: rbase-l@googlegroups.com
Subject: Re[2]: [RBASE-L] - GATEWAY IMPORT Fail

CAUTION:This is an EXTERNAL EMAIL, STOP! and think before clicking on any links 
or opening attachments.
R:azzak:

Thank you, the GUI import succeeds. An .RGW file was generated during the 
successful import. I am unclear on the syntax for integrating the .RGW approach 
into code. This fails to populate the target table:

GATEWAY IMPORT CUS D:\stage1_list_prepared.txt +
APPEND stage2_atomized_tt +
OPTION SPECIFICATION_FILE_NAME stage1_list_prepared.rgw

What have I missed?

Atmospheric River Rafting Regards, Bruce

Bruce A. Chitiea | SafeSectors, Inc.
112 Harvard Ave #272 | Claremont CA 91711-4716 | USA
+011 (909) 238-9012 m | rby...@safesectors.com

-- Original Message --
>From "A. Razzak Memon" mailto:raz...@rbase.com>>
To rbase-l@googlegroups.com
Date 1/11/2023 8:55:32 PM
Subject Re: [RBASE-L] - GATEWAY IMPORT Fail

Bruce,

Are you able to complete the process using the manual GATEWAY IMPORT GUI 
interface?

If successful, you may create the "Import Specification (.rgw)" file to 
automate the entire process.

Hope that provides you with some blue's clues!

Very Best R:egards,

Razzak
On 1/11/2023 10:01 PM, Bruce Chitiea wrote:
RBG5XE current

I'll fill in the drywall forehead dents tomorrow, maybe.

Been all over every aspect of this. Exhaustively. Target table refuses to 
populate.

Can anyone see a reason why this import fails?

GATEWAY TARGET TABLE
  CREATE TEMP TABLE stage2_atomized_tt +
  ( stage1_filenameID TEXT (7) , +
rbms TEXT (4) , +
soNumTEXT (5) , +
custCode_txt TEXT (8) , +
docCode  TEXT (1) , +
docDateRaw   TEXT (10) , +
docNum   TEXT (16) , +
docField08   TEXT (12) , +
docField09   TEXT (20) , +
docField10   TEXT (4) , +
docField11   TEXT (4) , +
docField12   TEXT (40) , +
docField13   TEXT (4) , +
stage2_column_count INT , +
walkListID   INTEGER )

IMPORT DATA SOURCE (sample set)
  D:\stage1_list_prepared.txt

   stage1_fileName
   -
   11(rbms(22650(blkds...(1(2018-11-19(1353(na(0(s(.pdf
   12(rbms(23233(cpsb(1(2020-01-29(543199(stock(0(c(.pdf
   13(rbms(23238(gar.(1(2020-01-06(7274(na(0(c(.pdf
   14(rbms(23239(gar.(1(2020-01-16(7283(na(0(c(.pdf
   15(rbms(23240(gar.(1(2020-01-28(7288(na(0(c(.pdf

GATEWAY IMPORT CODE
   GATEWAY IMPORT CUS  D:\stage1_list_prepared.txt +
   APPEND stage2_atomized_tt +
   OPTION FIRST_ROW 3 +
   |SEPARATOR ( +
   |ADD_MAPPING stage1_fileNameID = field1 +
   |ADD_MAPPING rbms = field2 +
   |ADD_MAPPING soNum= field3 +
   |ADD_MAPPING custCode_txt = field4 +
   |ADD_MAPPING docCode  = field5 +
   |ADD_MAPPING docDateRaw   = field6 +
   |ADD_MAPPING docNum   = field7 +
   |ADD_MAPPING docField08   = field8 +
   |ADD_MAPPING docField09   = field9 +
   |ADD_MAPPING docField10   = field10 +
   |ADD_MAPPING docField11   = field11 +
   |ADD_MAPPING docField12   = field12 +
   |ADD_MAPPING docField13   = Field13 +
   |ADD_MAPPING stage2_column_count = field14 +
   |ADD_MAPPING walkListID   = field15

I've tried SEPARATOR option value with and without single quotes: [ ( | '(' ]. 
No difference.

Any thoughts appreciated.

Warmest Regards, Bruce

Bruce A. Chitiea |  SafeSectors, Inc.
112 Harvard Ave #272 | Claremont CA 91711-4716 |  USA
+011 (909) 238-9012 m | rby...@safesectors.com



--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
---
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 

RE: [RBASE-L] - weird form situations

2023-01-12 Thread 'Jim Belisle' via RBASE-L
I was able to discover the problem. My bad when creating some temp tables.
Thanks for the input.


From: 'Karen Tellef' via RBASE-L 
Sent: Thursday, January 12, 2023 9:39 AM
To: rbase-l@googlegroups.com
Subject: Re: [RBASE-L] - weird form situations

CAUTION:This is an EXTERNAL EMAIL, STOP! and think before clicking on any links 
or opening attachments.
If I'm correct, temporary tables will use whatever your SCRATCH setting is 
within RBase.  What do you have that set to in your app?  I would check to make 
sure that that setting is still accurate

Karen




-Original Message-
From: 'Jim Belisle' via RBASE-L 
mailto:rbase-l@googlegroups.com>>
To: RBase Maillist mailto:rbase-l@googlegroups.com>>
Sent: Thu, Jan 12, 2023 9:06 am
Subject: [RBASE-L] - weird form situations
I do not think this is specifically an RBASE problem but it is affecting RBASE 
and I am trying to get ideas from you about what our IT people should look for.

Last night the IT company we use did a server reboot.
This morning we are now experiencing strange behavior with some of our forms, 
mostly the order and quote entry/edit forms.
(at least that is what I have heard about thus far)
One of two problems are showing up.

  1.  In some cases, order entry form, the temporary tables are not being 
created.
  2.  In other cases, quote edit form, the temporary table column names are 
showing in the fields on the form.
(these are the ones I have checked thus far)

I can browse and work in the actual tables since I have been doing that all 
morning.
I used RSCOPE to check all my data, indexes, etc and I received no errors at 
all.
I tried uploading backups of the problem forms and that did not help.
I rebooted my computer and had our users reboot their computers and that did 
not help.

Any suggestions as to what I should try or suggest to the IT people to do on 
their end?

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01D9266F.A5A8AAA0]

--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php<https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.rbase.com%2Fsupport%2Fusersgroup_guidelines.php=05%7C01%7Cjim%40kaypark.com%7C63b474fffe664adb69d908daf4b3238d%7Cb1d6481668ef495ea1453b4a98d6a532%7C1%7C0%7C638091347476984273%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C=58UnSCG3j1sszrF3czbSyI92QQQ9FVKriOWr%2Ft8D%2B0w%3D=0>
---
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
rbase-l+unsubscr...@googlegroups.com<mailto:rbase-l+unsubscr...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/IA1PR02MB88988C9262353365573763F7A0FD9%40IA1PR02MB8898.namprd02.prod.outlook.com<https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgroups.google.com%2Fd%2Fmsgid%2Frbase-l%2FIA1PR02MB88988C9262353365573763F7A0FD9%2540IA1PR02MB8898.namprd02.prod.outlook.com%3Futm_medium%3Demail%26utm_source%3Dfooter=05%7C01%7Cjim%40kaypark.com%7C63b474fffe664adb69d908daf4b3238d%7Cb1d6481668ef495ea1453b4a98d6a532%7C1%7C0%7C638091347476984273%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C=YDwJh4XK28giGEXFt3U%2FZH%2BdYuA%2FTuSXM%2BuBot9%2Fiq0%3D=0>.
--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php<https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.rbase.com%2Fsupport%2Fusersgroup_guidelines.php=05%7C01%7Cjim%40kaypark.com%7C63b474fffe664adb69d908daf4b3238d%7Cb1d6481668ef495ea1453b4a98d6a532%7C1%7C0%7C638091347476984273%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C=58UnSCG3j1sszrF3czbSyI92QQQ9FVKriOWr%2Ft8D%2B0w%3D=0>
---
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
rbase-l+unsubscr...@googlegroups.com<mailto:rbase-l+unsubscr...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/1095061600.408524.1673537942384%40mail.yahoo.com<https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgroups.google.com%2Fd%2Fmsgid%2Frbase-l%2F1095061600.408524.1673537942384%2540mail.yahoo.com%3Futm_medium%3Demail%26utm_source%3Dfooter=05%7C01%7Cjim%40kaypark.com%7C63b474fffe664adb69d908daf4b3238d%7Cb1d6481668ef495ea1453b4a98d6a532%7C1%7C0%7C638091347476984273%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C=k%2BQsttMYshMkZTlcdRZp3Tfiz%2FyZeyKlXLu4q4z0Cj4%3D=0>.

-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this mess

RE: [RBASE-L] - weird form situations

2023-01-12 Thread 'Jim Belisle' via RBASE-L
My scratch settings are on my local C drive.
When connecting the files ($$$) come up where it is supposed to in the TEMP 
folder on my C drive and deletes when exiting RBASE.

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01D9266A.6F3D2F90]

From: 'Karen Tellef' via RBASE-L 
Sent: Thursday, January 12, 2023 9:39 AM
To: rbase-l@googlegroups.com
Subject: Re: [RBASE-L] - weird form situations

CAUTION:This is an EXTERNAL EMAIL, STOP! and think before clicking on any links 
or opening attachments.
If I'm correct, temporary tables will use whatever your SCRATCH setting is 
within RBase.  What do you have that set to in your app?  I would check to make 
sure that that setting is still accurate

Karen




-Original Message-
From: 'Jim Belisle' via RBASE-L 
mailto:rbase-l@googlegroups.com>>
To: RBase Maillist mailto:rbase-l@googlegroups.com>>
Sent: Thu, Jan 12, 2023 9:06 am
Subject: [RBASE-L] - weird form situations
I do not think this is specifically an RBASE problem but it is affecting RBASE 
and I am trying to get ideas from you about what our IT people should look for.

Last night the IT company we use did a server reboot.
This morning we are now experiencing strange behavior with some of our forms, 
mostly the order and quote entry/edit forms.
(at least that is what I have heard about thus far)
One of two problems are showing up.

  1.  In some cases, order entry form, the temporary tables are not being 
created.
  2.  In other cases, quote edit form, the temporary table column names are 
showing in the fields on the form.
(these are the ones I have checked thus far)

I can browse and work in the actual tables since I have been doing that all 
morning.
I used RSCOPE to check all my data, indexes, etc and I received no errors at 
all.
I tried uploading backups of the problem forms and that did not help.
I rebooted my computer and had our users reboot their computers and that did 
not help.

Any suggestions as to what I should try or suggest to the IT people to do on 
their end?

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01D9266A.6F3D2F90]

--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php<https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.rbase.com%2Fsupport%2Fusersgroup_guidelines.php=05%7C01%7Cjim%40kaypark.com%7C63b474fffe664adb69d908daf4b3238d%7Cb1d6481668ef495ea1453b4a98d6a532%7C1%7C0%7C638091347476984273%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C=58UnSCG3j1sszrF3czbSyI92QQQ9FVKriOWr%2Ft8D%2B0w%3D=0>
---
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
rbase-l+unsubscr...@googlegroups.com<mailto:rbase-l+unsubscr...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/IA1PR02MB88988C9262353365573763F7A0FD9%40IA1PR02MB8898.namprd02.prod.outlook.com<https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgroups.google.com%2Fd%2Fmsgid%2Frbase-l%2FIA1PR02MB88988C9262353365573763F7A0FD9%2540IA1PR02MB8898.namprd02.prod.outlook.com%3Futm_medium%3Demail%26utm_source%3Dfooter=05%7C01%7Cjim%40kaypark.com%7C63b474fffe664adb69d908daf4b3238d%7Cb1d6481668ef495ea1453b4a98d6a532%7C1%7C0%7C638091347476984273%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C=YDwJh4XK28giGEXFt3U%2FZH%2BdYuA%2FTuSXM%2BuBot9%2Fiq0%3D=0>.
--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php<https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.rbase.com%2Fsupport%2Fusersgroup_guidelines.php=05%7C01%7Cjim%40kaypark.com%7C63b474fffe664adb69d908daf4b3238d%7Cb1d6481668ef495ea1453b4a98d6a532%7C1%7C0%7C638091347476984273%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C=58UnSCG3j1sszrF3czbSyI92QQQ9FVKriOWr%2Ft8D%2B0w%3D=0>
---
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
rbase-l+unsubscr...@googlegroups.com<mailto:rbase-l+unsubscr...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/1095061600.408524.1673537942384%40mail.yahoo.com<https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgroups.google.com%2Fd%2Fmsgid%2Frbase-l%2F1095061600.408524.1673537942384%2540mail.yahoo.com%3Futm_medium%3Demail%26utm_source%3Dfooter=05%7C01%7Cjim%40kaypark.com%7C63b474fffe664adb69d908daf4b3238d%7Cb1d6481668ef495ea1453b4a98d6a532%7C1%7C0%7C638091347476984273%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3

[RBASE-L] - weird form situations

2023-01-12 Thread 'Jim Belisle' via RBASE-L
I do not think this is specifically an RBASE problem but it is affecting RBASE 
and I am trying to get ideas from you about what our IT people should look for.

Last night the IT company we use did a server reboot.
This morning we are now experiencing strange behavior with some of our forms, 
mostly the order and quote entry/edit forms.
(at least that is what I have heard about thus far)
One of two problems are showing up.

  1.  In some cases, order entry form, the temporary tables are not being 
created.
  2.  In other cases, quote edit form, the temporary table column names are 
showing in the fields on the form.

(these are the ones I have checked thus far)

I can browse and work in the actual tables since I have been doing that all 
morning.
I used RSCOPE to check all my data, indexes, etc and I received no errors at 
all.
I tried uploading backups of the problem forms and that did not help.
I rebooted my computer and had our users reboot their computers and that did 
not help.

Any suggestions as to what I should try or suggest to the IT people to do on 
their end?

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01D92665.1AC96960]

-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/IA1PR02MB88988C9262353365573763F7A0FD9%40IA1PR02MB8898.namprd02.prod.outlook.com.


[RBASE-L] - Gateway

2022-10-10 Thread 'Jim Belisle' via RBASE-L
I am trying to Export information with Gateway to an Excel file from temp files 
created in RBASE.
When I create a temp table for the order header information, these columns are 
primarily TEXT, INTEGER and a few NUMERIC, things go well and all information 
exports properly.
All the columns are in the Excel file and all the rows of information exports.

When I create a temp table for ship to address using similar columns, TEXT, 
INTEGER and a few NUMERIC, the data exported through Gateway is not correct.
Only about 15 of the 59 columns are exporting. And some of the columns not 
exporting are between columns that DO export.
I have never encountered this problem in the 30 years I have exported data to 
Excel.

Below is the information on the limits of Excel and I do not come even close to 
the limits.
[cid:image002.png@01D8DCB9.45BCEF20]

If I go into the table itself and export from there, not using the Gateway 
utility, all columns show up in the export.
However I am not allowed to determine what to do with zeros or null values so 
zeros do not show in the Excel file.
This will make me have to manually put zeros into the file.

Here is the kicker. If I use CODE to do the EXPORT, everything works as 
expected.
GATEWAY EXPORT xls 
(filename) SELECT ALL 
FROM (tablename) OPTION COL_NAMES ON |ACTION OPENVIEW |BLANK_IF_NULL ON 
|BLANK_IF_ZERO OFF

Is there a setting someplace I am missing?

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01D8DCB8.64B1D9A0]

-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/IA1PR02MB88987172172B0A94D189B387A0209%40IA1PR02MB8898.namprd02.prod.outlook.com.


RE: [RBASE-L] - Timing of Evaluations of Variables Defined By Expression Builder

2022-08-19 Thread 'Jim Belisle' via RBASE-L
Jim,

I would think that if you ran the form in the trace mode and used the "watch 
variable" function, that would show you when the variables are evaluated and 
changed. I use that often to make sure things are working in the proper order.

Jim


-Original Message-
From: rbase-l@googlegroups.com  On Behalf Of James 
Burroughs
Sent: Friday, August 19, 2022 12:31 PM
To: 'Karen Tellef' via RBASE-L 
Subject: [RBASE-L] - Timing of Evaluations of Variables Defined By Expression 
Builder

[Some people who received this message don't often get email from 
jburroug...@cox.net. Learn why this is important at 
https://aka.ms/LearnAboutSenderIdentification ]

CAUTION:This is an EXTERNAL EMAIL, STOP! and think before clicking on any links 
or opening attachments.

I have a form which contains a number of variables which were defined by the 
Expression Builder, and have been unable to find an explanation of when these 
expressions are evaluated.  I am concerned that there could be an impact on 
performance if, for example, all of the expressions are evaluated whenever 
anything on the form changes (similar to the Worksheet_Change event in Excel).

Thanks,

Jim

--
For group guidelines, visit 
https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.rbase.com%2Fsupport%2Fusersgroup_guidelines.phpdata=05%7C01%7Cjim%40kaypark.com%7Ce6ddaba169564df1c3b808da82088fc1%7Cb1d6481668ef495ea1453b4a98d6a532%7C1%7C0%7C637965270530223757%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7Csdata=NeDZ%2F9AuvfB0bcmRf%2BWbEDpSnDzW2Wr10AtLPXzY2%2Fw%3Dreserved=0
---
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgroups.google.com%2Fd%2Fmsgid%2Frbase-l%2Fbf510ad3-0bff-a950-eb0d-80588a676d35%2540cox.netdata=05%7C01%7Cjim%40kaypark.com%7Ce6ddaba169564df1c3b808da82088fc1%7Cb1d6481668ef495ea1453b4a98d6a532%7C1%7C0%7C637965270530223757%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7Csdata=nYjt5HUP8HDrXU7aBTBwdpXUJ3NMl7Gp9d3swBUiu4k%3Dreserved=0.

-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/SA0PR02MB7434DC14BCB578149A97406BA06C9%40SA0PR02MB7434.namprd02.prod.outlook.com.


[RBASE-L] - Export to a specific sheet in Excel

2021-12-22 Thread 'Jim Belisle' via RBASE-L
Is there a way to export RBASE info into a specific sheet within an Excel file?

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01D7F732.74A031C0]

-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/SA0PR02MB743497479B13C1C3A65C1572A07D9%40SA0PR02MB7434.namprd02.prod.outlook.com.


RE: [RBASE-L] - Update on R:BASE Community Groups

2021-12-15 Thread 'Jim Belisle' via RBASE-L
Thank you, Razzak.

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01D7F169.4A698B50]

From: rbase-l@googlegroups.com  On Behalf Of A. 
Razzak Memon
Sent: Tuesday, December 14, 2021 8:21 PM
To: rbase-l@googlegroups.com
Subject: [RBASE-L] - Update on R:BASE Community Groups

CAUTION:This is an EXTERNAL EMAIL, STOP! and think before clicking on any links 
or opening attachments.
To R:BASE Community:

After careful consideration and feedback from the R:BASE community,
we have re-evaluated our decision to move away from the R:BASE Google
Group in favor of the R:BASE Community Facebook Group. As such, both
groups will remain active, and we encourage R:BASE users to
participate in both, if they desire.

We appreciate and value the thoughtful comments received, and look
forward to engaging in a more active community.

Very Best R:egards,

Razzak.

R:BASE Technologies, Inc.
https://www.rbase.com

--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
---
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/0M1Utz-1mdK7t1GdV-00tX8n%40mrelay.perfora.net.



-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/SA0PR02MB74346B5D94E89F24E4156DF3A0769%40SA0PR02MB7434.namprd02.prod.outlook.com.


RE: [RBASE-L] - Announcement: R:BASE "Community" Facebook Group

2021-12-14 Thread 'Jim Belisle' via RBASE-L
Thanks, Bill. That is a great link.

But I think that some of the list are not sure that using a Facebook group will 
be as user friendly when it comes to saving threads into folders like you can 
do with an email account. And as someone already pointed out, some do not want 
to have Facebook on all the time.

I know for me, the thing I do not like about the change is that email is so 
easy to manipulate whereas I am not sure that will be the case with Facebook. 
With email, you are already using your email, the group feed comes 
automatically so there is no other program to use, you delete what you do not 
want quickly, you create folders as you need, you save what you want for future 
use and you can use the "find" search bar to filter your info. Those of us who 
have little use for Facebook are not sure those features are readily available 
with Facebook. They may be, but we do not know that is the case.

Just my two cents.

Jim


From: rbase-l@googlegroups.com  On Behalf Of Bill 
Downall
Sent: Tuesday, December 14, 2021 7:25 PM
To: rbase-l@googlegroups.com
Subject: Re: [RBASE-L] - Announcement: R:BASE "Community" Facebook Group

CAUTION:This is an EXTERNAL EMAIL, STOP! and think before clicking on any links 
or opening attachments.
For anyone who has to use FB, but wants to maximize personal privacy and 
security, here are some recent instructions:

https://www.consumerreports.org/privacy/facebook-privacy-settings-a1775535782/

Bill

(sent from mobile phone)

On Tue, Dec 14, 2021, 8:10 PM Mark Lindner 
mailto:mlind...@lindner-law.com>> wrote:
I agree.   I have successfully avoided Facebook until now, and really do not 
want to have anything to do with it.



Mark Lindner
Lindner & Associates
PO Box 327
Randolph  MA  02368
781 247 1100

From: rbase-l@googlegroups.com 
mailto:rbase-l@googlegroups.com>> on behalf of PrPros 
mailto:printerrepairp...@gmail.com>>
Sent: Tuesday, December 14, 2021 6:50 PM
To: rbase-l@googlegroups.com 
mailto:rbase-l@googlegroups.com>>
Subject: Re: [RBASE-L] - Announcement: R:BASE "Community" Facebook Group

I am not a happy camper with this change.  I don't use Facebook.  With all the 
power of R:base why can't Razzak and crew host the list directly?

Howard Langfus
CA Printer Repair Pros LLC
818-993-1960, 661-200-5758


On Tue, Dec 14, 2021 at 2:58 PM Doug Hamilton 
mailto:bugl...@wi.rr.com>> wrote:
So now instead of all the List emails coming into my mailbox
automatically, I've gotta log in to FB and do a bunch of horsin' around
(no offense to horses, Karen) to stay current?  That's counter-productive.

I have 1,000s of RBASE-L emails going back almost 20 years that I
occasionally search and find useful information.
Is there a way to search Fb for relevant posts, keywords or users? If
not, this move from the list is crippling.

And no, I'm not going to stay logged in to FB.  I don't trust the Zuck
and his social engineering or FB and the snooping around it does - I use
FB Container in my browser and don't save passwords.

I hope you reconsider and maintain some type of list server.

Doug

On 12/14/2021 1:51 PM, A. Razzak Memon wrote:
> Tuesday, December 14, 2021
>
> Dear R:BASE Community,
>
> We all know first-hand the fulfillment and joy of helping one another
> and sharing with R:BASE users online.
>
> With the past Email List Servers, and now current Google Group, the
> R:BASE community members have been paying it forward for decades.
>
> As such, we are proud to introduce an additional way to seek help and
> share R:BASE knowledge with the community, the R:BASE Community
> Facebook Group!
>
> As with Facebook posts, your shared group content may receive
> feedback/reaction from members in form of likes, wows, etc., with
> comments and shares.
>
> Use the below URL to join the R:BASE Community Facebook Group, and
> let's start a whole new way of sharing our R:BASE knowledge!
> https://www.facebook.com/groups/958182905107520
>
> While you all join the group and get ready, we are planning to go live
> on January 3rd, 2022.
>
> Please Note: This Google List Server will no longer be active
> effective January 3, 2022.
>
> Very Best R:egards,
>
> Razzak.
>
> R:BASE Technologies, Inc.
> https://www.rbase.com
>
>


--
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus

--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
---
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/dd187840-1d68-312b-7f50-b7c86a816ff9%40wi.rr.com.
--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php

RE: [RBASE-L] - X.5E Upgrade woes

2021-12-06 Thread 'Jim Belisle' via RBASE-L
Patti,

It maybe someone else can guide you better than myself. I just did a quick 
adaptation on a form, I added the table columns and form variables in a test 
DB, and got the results you had wanted. I did not use the var in other fields 
or calculations and did no further testing. Sorry if I steered you wrong.

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01D7EA70.8120DBD0]

From: 'Patti Jakusz' via RBASE-L 
Sent: Sunday, December 5, 2021 2:09 PM
To: rbase-l@googlegroups.com
Subject: Re: [RBASE-L] - X.5E Upgrade woes

Whoops, no it's not saving it with the dashes.  I think when you convert a 
database, it doesn't really modify the way any forms work until you edit and 
save a form again using the new version.
Patti

On Sunday, December 5, 2021, 03:03:14 PM EST, 'Patti Jakusz' via RBASE-L 
mailto:rbase-l@googlegroups.com>> wrote:


Hello Javier,
I think Jim Belisle solved that issue for me.  I must have found a glitch in 
Rbase 10 and my formatted data was saved in the table with the dashes, despite 
the format mask being wrong.  I was using 000\-00\-;0;  Now that I'm using 
10.5E, it seems to work differently.
But it is still saving the data in the table with the dashes  - all 11 
characters, which is what I wanted.  Now that I'm writing this email, I 
realized it's still not working like one would expect, but then things always 
ork screwy for me.

Patti





On Sunday, December 5, 2021, 01:17:54 PM EST, 
mailto:javier.valen...@vtgonline.com>> wrote:



A couple of thoughts about it

First, your code remind me of the time when memory was at a premium and we had 
to sue shorthand to save memory and storage; that is no longer the case A while 
back, I took the time to rewrite a lot of my old code to adapt to the new 
standards and to make it so is legible and easy to follow by any one working on 
the code.

I would start by rewriting the code to include the new syntax

IF vssnum IS NULL THEN

SET VAR vCase = NULL

ELSE

SET VAR vCase = CASENUM IN CASEID WHERE SSNUM = .vssnum

ENDIF



I believe R:Style, when properly configure will do a lot of it for you.

Now a couple of question:

Is vssnum defined before the snippet above and if so, how is it defined or is 
this the value entered in the form?

Can your TRACE the code and see:

What is the value of vssnum before you hit the first line

If it is not NULL, what is the value of vssnum and vCase before and after you 
execute line 4? Is it retrieving the right information for vCase?

This should give you an idea of where the value is changed, at least in the 
code provided.

Also, if you are always using just 9 digits for SSN, why do you have the column 
defined as being 11 characters?



Javier,



Javier Valencia, PE

913-915-3137



From: 'Patti Jakusz' via RBASE-L 
mailto:rbase-l@googlegroups.com>>
Sent: Saturday, December 4, 2021 11:54 AM
To: rbase-l@googlegroups.com<mailto:rbase-l@googlegroups.com>
Subject: Re: [RBASE-L] - X.5E Upgrade woes



I have traced it and watched the variable vssnum.  That is how I knew that the 
dashes were missing.



I made a mistake in my first email.  I set the variable vssnum=SSNum when I 
defined variables, and then I used vssnum in my EEP.



I attached a screen snip from the form and my variables,  then one from the 
formatting of the field, then one of my eep.  The eep doesn't work because my 
dashes are not in vssnum.





On Saturday, December 4, 2021, 12:24:13 PM EST, 'Jim Belisle' via RBASE-L 
mailto:rbase-l@googlegroups.com>> wrote:





Patti,



You state in the first question, “I set a variable vss = SSNum in an eep that 
is run when you exit the SSNum field”.  Could you show me the SET VAR command 
for this variable?



Also I would trace your form so you can look at the variable vss and see what 
it looks like as you go through the form fields. This way you can see if the 
var is correct on the exit EEP and if it is correct, see when it changes.



James Belisle



Making Information Systems People Friendly Since 1990

[cid:image001.jpg@01D7EA70.8120DBD0]



From: 'Patti Jakusz' via RBASE-L 
mailto:rbase-l@googlegroups.com>>
Sent: Saturday, December 4, 2021 10:55 AM
To: rbase-l@googlegroups.com<mailto:rbase-l@googlegroups.com>
Subject: Re: [RBASE-L] - X.5E Upgrade woes



Yes, the de clerk is only entering digits.

No, the table field has no formatting.  It is just a text field 11 characters 
long.  It always worked ok and it still is saved correctly in the table.



In the data-entry form, it displays the number with the formatting, and it 
saves it in the table with formatting.  But it's in between those events where 
it looses the dashes.  And in never did in previous versions.



I use SSNum in other parts of the form  to look up and plug in other info so 
the DE clerk doesn't have to enter it.  But it suddently has no dashes until 
after we hit save.





On Saturday, December 4

RE: [RBASE-L] - X.5E Upgrade woes

2021-12-04 Thread 'Jim Belisle' via RBASE-L
Patti,

You state in the first question, "I set a variable vss = SSNum in an eep that 
is run when you exit the SSNum field".  Could you show me the SET VAR command 
for this variable?

Also I would trace your form so you can look at the variable vss and see what 
it looks like as you go through the form fields. This way you can see if the 
var is correct on the exit EEP and if it is correct, see when it changes.

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01D7E8FE.7E486590]

From: 'Patti Jakusz' via RBASE-L 
Sent: Saturday, December 4, 2021 10:55 AM
To: rbase-l@googlegroups.com
Subject: Re: [RBASE-L] - X.5E Upgrade woes

Yes, the de clerk is only entering digits.
No, the table field has no formatting.  It is just a text field 11 characters 
long.  It always worked ok and it still is saved correctly in the table.

In the data-entry form, it displays the number with the formatting, and it 
saves it in the table with formatting.  But it's in between those events where 
it looses the dashes.  And in never did in previous versions.

I use SSNum in other parts of the form  to look up and plug in other info so 
the DE clerk doesn't have to enter it.  But it suddently has no dashes until 
after we hit save.


On Saturday, December 4, 2021, 11:39:03 AM EST, 'Jim Belisle' via RBASE-L 
mailto:rbase-l@googlegroups.com>> wrote:



Patti,



Some questions:

  1.  Is the entry person entering the info using just the numerical SS#.

Ex. I enter 123456789 but the form is formatted so it shows 123-45-6789.

  1.  Does the table field where the SS# is saved also have the same format so 
the info will always show the numerals with the dashes? Below you will see the 
table column (testcompute) is a computed column using the expression that 
combines in this instance two columns in the table.

[cid:image002.png@01D7E8FE.7E486590]

[cid:image003.png@01D7E8FE.7E486590]

In your table I would think, if the entry person just enters the numerals of 
the SS#, the table column in a text field that is also a computed column.



James Belisle



Making Information Systems People Friendly Since 1990

[cid:image001.jpg@01D7E8FE.7E486590]



From: 'Patti Jakusz' via RBASE-L 
mailto:rbase-l@googlegroups.com>>
Sent: Saturday, December 4, 2021 9:46 AM
To: rbase-l@googlegroups.com<mailto:rbase-l@googlegroups.com>; 
rbase-l+nore...@googlegroups.com<mailto:rbase-l+nore...@googlegroups.com>
Subject: Re: [RBASE-L] - X.5E Upgrade woes



CAUTION:This is an EXTERNAL EMAIL, STOP! and think before clicking on any links 
or opening attachments.

Problem #1 below.  It is losing the formatting anytime I use SSNum in the 
variable definitions in the whole form.  It saves it with the dashes.  It 
displays it with the dashes, but everywhere else it is without dashes.

Help.  I have dozens of forms that use the SSNum as a means for lookups from 
another table.

I hope there is a fix.

Patti



On Saturday, December 4, 2021, 10:35:08 AM EST, 'Patti Jakusz' via RBASE-L 
mailto:rbase-l@googlegroups.com>> wrote:





I need to clarify #2 problem below.  It didn't stop in the middle of printing a 
report.  I ran a command file and I set output filename with screen and had 
Echo on.  It disconnected in the middle of printing a line in my file.  It 
disconnect halfway thru printing someone's SS#.

Patti





On Friday, December 3, 2021, 07:34:48 PM EST, 'Patti Jakusz' via RBASE-L 
mailto:rbase-l@googlegroups.com>> wrote:





Hello Rbase Pros,



We just finally upgraded from Rbase X to X.5 Enterprise and now I have problems.



1)  I have forms that have formatted fields, using Input format masks.  Our 
SSNum has dashes in it and it's stored that way in the database.  I have a form 
where people enter the data for women referred to our program.  SSNum shows up 
on the screen with dashes.  When I save it in the table it has dashes.  But 
when I use use it in an eep before saving the record, the dashes are gone.



I set a variable vss = SSNum in an eep that is run when you exit the SSNum 
field.  This is the point where the dashes disappear.  I need to use it for the 
next field, which has a pop-up menu using .vss



I know I can fix it by adding more code, but I hate to think of all the places 
this might occur.  Is this a bug?  Does it have a fix?  Has anyone else 
experienced this?  (I know I'm the only person in the world who stores SS# with 
dashes, but I do.)   This worked fine in all previous versions.



2. We now have a remote server, instead of one on-site.  Rbase disconnects 
users from the database at random times.  It has nothing to do with inactivity. 
 I've had it disconnect me in the middle of printing a line in a report.  It 
happens in the middle of data-entry.  They  enter a bunch of small records.  
Then the next record there is no connection to the database.  It's crazy.  The 
server says we are not being dropped.  But Rbase says we are.



Anyone

RE: [RBASE-L] - X.5E Upgrade woes

2021-12-04 Thread 'Jim Belisle' via RBASE-L
Patti,

Some questions:

  1.  Is the entry person entering the info using just the numerical SS#.
Ex. I enter 123456789 but the form is formatted so it shows 123-45-6789.

  1.  Does the table field where the SS# is saved also have the same format so 
the info will always show the numerals with the dashes? Below you will see the 
table column (testcompute) is a computed column using the expression that 
combines in this instance two columns in the table.
[cid:image002.png@01D7E8FA.5E70D580]
[cid:image003.png@01D7E8FA.5E70D580]
In your table I would think, if the entry person just enters the numerals of 
the SS#, the table column in a text field that is also a computed column.

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01D7E8F8.D9B992B0]

From: 'Patti Jakusz' via RBASE-L 
Sent: Saturday, December 4, 2021 9:46 AM
To: rbase-l@googlegroups.com; rbase-l+nore...@googlegroups.com
Subject: Re: [RBASE-L] - X.5E Upgrade woes

CAUTION:This is an EXTERNAL EMAIL, STOP! and think before clicking on any links 
or opening attachments.
Problem #1 below.  It is losing the formatting anytime I use SSNum in the 
variable definitions in the whole form.  It saves it with the dashes.  It 
displays it with the dashes, but everywhere else it is without dashes.
Help.  I have dozens of forms that use the SSNum as a means for lookups from 
another table.
I hope there is a fix.
Patti

On Saturday, December 4, 2021, 10:35:08 AM EST, 'Patti Jakusz' via RBASE-L 
mailto:rbase-l@googlegroups.com>> wrote:


I need to clarify #2 problem below.  It didn't stop in the middle of printing a 
report.  I ran a command file and I set output filename with screen and had 
Echo on.  It disconnected in the middle of printing a line in my file.  It 
disconnect halfway thru printing someone's SS#.
Patti


On Friday, December 3, 2021, 07:34:48 PM EST, 'Patti Jakusz' via RBASE-L 
mailto:rbase-l@googlegroups.com>> wrote:


Hello Rbase Pros,

We just finally upgraded from Rbase X to X.5 Enterprise and now I have problems.

1)  I have forms that have formatted fields, using Input format masks.  Our 
SSNum has dashes in it and it's stored that way in the database.  I have a form 
where people enter the data for women referred to our program.  SSNum shows up 
on the screen with dashes.  When I save it in the table it has dashes.  But 
when I use use it in an eep before saving the record, the dashes are gone.

I set a variable vss = SSNum in an eep that is run when you exit the SSNum 
field.  This is the point where the dashes disappear.  I need to use it for the 
next field, which has a pop-up menu using .vss

I know I can fix it by adding more code, but I hate to think of all the places 
this might occur.  Is this a bug?  Does it have a fix?  Has anyone else 
experienced this?  (I know I'm the only person in the world who stores SS# with 
dashes, but I do.)   This worked fine in all previous versions.

2. We now have a remote server, instead of one on-site.  Rbase disconnects 
users from the database at random times.  It has nothing to do with inactivity. 
 I've had it disconnect me in the middle of printing a line in a report.  It 
happens in the middle of data-entry.  They  enter a bunch of small records.  
Then the next record there is no connection to the database.  It's crazy.  The 
server says we are not being dropped.  But Rbase says we are.

Anyone else have this problem?

Thank you!!
Patti


--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
---
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/906679540.2411960.1638577982742%40mail.yahoo.com.
--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
---
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/605141476.2763414.1638631589311%40mail.yahoo.com.


-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 

RE: [RBASE-L] - Comparing R:Base Tables

2021-11-16 Thread 'Jim Belisle' via RBASE-L
Glad I could help.

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01D7DB10.1956AF30]

From: rbase-l@googlegroups.com  On Behalf Of 
myron.fineg...@gmail.com
Sent: Tuesday, November 16, 2021 3:54 PM
To: rbase-l@googlegroups.com
Subject: RE: [RBASE-L] - Comparing R:Base Tables

Jim,
Thanks for the response.

Myron and Jim

From: 'Jim Belisle' via RBASE-L 
mailto:rbase-l@googlegroups.com>>
Sent: November 16, 2021 7:25 AM
To: rbase-l@googlegroups.com<mailto:rbase-l@googlegroups.com>
Subject: RE: [RBASE-L] - Comparing R:Base Tables

If you want to browse the info in table1 you could use
BROWSE * FROM table1 WHERE ‘fieldname’ NOT IN (SELECT ‘fieldname’ FROM table2)

That should give you what you want.

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01D7DB10.1956AF30]

From: rbase-l@googlegroups.com<mailto:rbase-l@googlegroups.com> 
mailto:rbase-l@googlegroups.com>> On Behalf Of 
myron.fineg...@gmail.com<mailto:myron.fineg...@gmail.com>
Sent: Tuesday, November 16, 2021 8:14 AM
To: rbase-l@googlegroups.com<mailto:rbase-l@googlegroups.com>
Subject: RE: [RBASE-L] - Comparing R:Base Tables

CAUTION:This is an EXTERNAL EMAIL, STOP! and think before clicking on any links 
or opening attachments.
The database has two tables (for this example).
Table 1 - has a unique identifier for each house in the community. There are 
17,000 roof tops in the community. So, 17,000 rows. These do not change, it is 
a fixed structure.
Table 2 - uses the same unique identifier. This table contains the property 
owners. There are approximately 32,000 rows of data. So, there can one or many 
rows of data for each house - the individual owners.

We would like to compare table 1 to table 2 for a roof top house (table 1) that 
does not have any owners (table 2). Meaning, are we missing any data?
Once we get the concept we can apply it other situations.

Myron and Jim
Sheriff's Posse of Sun City West


-Original Message-
From: rbase-l@googlegroups.com<mailto:rbase-l@googlegroups.com> 
<mailto:rbase-l@googlegroups.com%3e> On Behalf Of 
javier.valen...@vtgonline.com<mailto:javier.valen...@vtgonline.com>
Sent: November 9, 2021 10:48 AM
To: rbase-l@googlegroups.com<mailto:rbase-l@googlegroups.com>
Subject: RE: [RBASE-L] - Comparing R:Base Tables

Jim,
You have to be more specific in regards of what you want compared such as 
number of records, identical records, size of records and so on. I am sure if 
you provide more details a feasible solution will be found.
I will guess that few if any of our member are familiar with SAS; the last time 
I used SAS was 25 years ago when I was working on multivariate regressions.

Javier,

Javier Valencia, PE
913-915-3137

-Original Message-
From: rbase-l@googlegroups.com<mailto:rbase-l@googlegroups.com> 
<mailto:rbase-l@googlegroups.com%3e> On Behalf Of 
James Burroughs
Sent: Saturday, November 6, 2021 8:29 PM
To: rbase-l@googlegroups.com<mailto:rbase-l@googlegroups.com>
Subject: [RBASE-L] - Comparing R:Base Tables

Does anyone know of an R:Base utility to compare two tables (something along 
the lines of "proc compare" in SAS)?

Thanks,

Jim

--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
---
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
rbase-l+unsubscr...@googlegroups.com<mailto:rbase-l+unsubscr...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/edf72567-0ee2-c71c-8db8-93769f5edb6d%40cox.net.

--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
---
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
rbase-l+unsubscr...@googlegroups.com<mailto:rbase-l+unsubscr...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/!%26!AAAYAG1gU%2BA71stIig71BAFnx9iihQAAEF42Vq%2BBnPBIqeH3ImE/uOgBAA%3D%3D%40vtgonline.com.

--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
---
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
rbase-l+unsubscr...@googlegroups.com<mailto:rbase-l+unsubscr...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/019601d7daf4%244433a670%24cc9af350%24%40gmail.com.
--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
---
You received this message because you are subscribed to t

RE: [RBASE-L] - Comparing R:Base Tables

2021-11-16 Thread 'Jim Belisle' via RBASE-L
If you want to browse the info in table1 you could use
BROWSE * FROM table1 WHERE 'fieldname' NOT IN (SELECT 'fieldname' FROM table2)

That should give you what you want.

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01D7DAC3.26FCD260]

From: rbase-l@googlegroups.com  On Behalf Of 
myron.fineg...@gmail.com
Sent: Tuesday, November 16, 2021 8:14 AM
To: rbase-l@googlegroups.com
Subject: RE: [RBASE-L] - Comparing R:Base Tables

CAUTION:This is an EXTERNAL EMAIL, STOP! and think before clicking on any links 
or opening attachments.
The database has two tables (for this example).
Table 1 - has a unique identifier for each house in the community. There are 
17,000 roof tops in the community. So, 17,000 rows. These do not change, it is 
a fixed structure.
Table 2 - uses the same unique identifier. This table contains the property 
owners. There are approximately 32,000 rows of data. So, there can one or many 
rows of data for each house - the individual owners.

We would like to compare table 1 to table 2 for a roof top house (table 1) that 
does not have any owners (table 2). Meaning, are we missing any data?
Once we get the concept we can apply it other situations.

Myron and Jim
Sheriff's Posse of Sun City West


-Original Message-
From: rbase-l@googlegroups.com 
 On Behalf Of 
javier.valen...@vtgonline.com
Sent: November 9, 2021 10:48 AM
To: rbase-l@googlegroups.com
Subject: RE: [RBASE-L] - Comparing R:Base Tables

Jim,
You have to be more specific in regards of what you want compared such as 
number of records, identical records, size of records and so on. I am sure if 
you provide more details a feasible solution will be found.
I will guess that few if any of our member are familiar with SAS; the last time 
I used SAS was 25 years ago when I was working on multivariate regressions.

Javier,

Javier Valencia, PE
913-915-3137

-Original Message-
From: rbase-l@googlegroups.com 
 On Behalf Of 
James Burroughs
Sent: Saturday, November 6, 2021 8:29 PM
To: rbase-l@googlegroups.com
Subject: [RBASE-L] - Comparing R:Base Tables

Does anyone know of an R:Base utility to compare two tables (something along 
the lines of "proc compare" in SAS)?

Thanks,

Jim

--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
---
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/edf72567-0ee2-c71c-8db8-93769f5edb6d%40cox.net.

--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
---
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/!%26!AAAYAG1gU%2BA71stIig71BAFnx9iihQAAEF42Vq%2BBnPBIqeH3ImE/uOgBAA%3D%3D%40vtgonline.com.

--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
---
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/019601d7daf4%244433a670%24cc9af350%24%40gmail.com.



-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/SA0PR02MB743447FD9D797CF8602FC8DEA0999%40SA0PR02MB7434.namprd02.prod.outlook.com.


RE: [RBASE-L] - Exporting to Excel

2021-11-11 Thread 'Jim Belisle' via RBASE-L
Tony,

Thanks for the suggestion. Unfortunately even when using the choice 'Without 
using Excel' I get errors.
Below is the error that just came up when trying to export from within the 
table.
I have no formulas in the table so that is not the problem.

[cid:image001.png@01D7D6C0.2C1B71E0]

Below is the error I get when trying to use the Gateway utility.
[cid:image004.png@01D7D6C0.8D44F310]

In both cases if I use the CSV extension, everything works as it should.

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image002.jpg@01D7D6C0.2C1B71E0]

From: rbase-l@googlegroups.com  On Behalf Of Tony 
IJntema
Sent: Thursday, November 11, 2021 3:34 AM
To: rbase-l@googlegroups.com
Subject: Re: [RBASE-L] - Exporting to Excel

CAUTION:This is an EXTERNAL EMAIL, STOP! and think before clicking on any links 
or opening attachments.

Jim,

It looks as a bug in Office365.

However you probably can avoid this error using the option 'Without using Excel'

The advantage of this option is that the availabilty of Excel is not needed 
anymore and it is also very fast.

Tony


Op 11-11-2021 om 05:14 schreef 'Jim Belisle' via RBASE-L:
Has anyone run into a problem when exporting table information from RBASE to an 
Excel file?
This has never happened to me before but when I go to export RBASE table 
information to an Excel file, it does two things:

  1.  It only exports part of the table info, maybe 75 lines.
  2.  A box comes up in the background (if I minimize RBASE) asking me to save 
the info to a file rather than saving the info to a file I already chose.
  3.  This error also comes up.

[cid:image003.png@01D7D6C0.2C1B71E0]

I am using the latest version of X5E. We are using Office 365.

I can export to a CSV file just fine.

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image002.jpg@01D7D6C0.2C1B71E0]

--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
---
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
rbase-l+unsubscr...@googlegroups.com<mailto:rbase-l+unsubscr...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/SA0PR02MB74346491BB39867717D1FC98A0949%40SA0PR02MB7434.namprd02.prod.outlook.com<https://groups.google.com/d/msgid/rbase-l/SA0PR02MB74346491BB39867717D1FC98A0949%40SA0PR02MB7434.namprd02.prod.outlook.com?utm_medium=email_source=footer>.


-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/SA0PR02MB74340503BACB21A20259FB02A0949%40SA0PR02MB7434.namprd02.prod.outlook.com.


RE: [RBASE-L] - Moving variables between reports

2021-09-20 Thread 'Jim Belisle' via RBASE-L
Javier,

I followed Razzak’s instructions and was able to copy ALL the var to a new 
report with no problem at all. This below was the original report variables. I 
used the copy icon in the expression builder.
[cid:image001.png@01D7AE49.E57AE0C0]
[cid:image002.png@01D7AE49.E57AE0C0]

Less than 15 seconds later, I used the paste button. All copied over.
[cid:image001.png@01D7AE49.E57AE0C0]
[cid:image003.png@01D7AE49.E57AE0C0]


James Belisle

Making Information Systems People Friendly Since 1990
[cid:image004.jpg@01D7AE49.E57AE0C0]

From: rbase-l@googlegroups.com  On Behalf Of 
javier.valen...@vtgonline.com
Sent: Monday, September 20, 2021 5:35 PM
To: rbase-l@googlegroups.com
Subject: RE: [RBASE-L] - Moving variables between reports

CAUTION:This is an EXTERNAL EMAIL, STOP! and think before clicking on any links 
or opening attachments.

I was hoping for a way to copy all the variables at once. When you have dozens 
of variables it can be time consuming. When I have more time I will explore 
doing "surgery" to the SYS_REPORTS3 table; I have had success in the past doing 
some changes for forms but have not really played with reports. Luckily, there 
are always several ways to do thing in R:Base. 



Javier,



Javier Valencia, PE

913-915-3137



-Original Message-
From: rbase-l@googlegroups.com 
mailto:rbase-l@googlegroups.com>> On Behalf Of A. 
Razzak Memon
Sent: Monday, September 20, 2021 10:50 AM
To: rbase-l@googlegroups.com
Subject: Re: [RBASE-L] - Moving variables between reports



Javier,



You can copy a report/label variable from the Expression Builder, and paste it 
into another report/label.



Buttons for "Copy" and "Paste" have been added to the Expression Builders for 
the Form, Report, and Label modules, to allow users to copy and paste selected, 
either specific or all, variables.



Please note the "Copy" and "Paste" buttons are located next to the "Up" and 
"Down" arrow buttons, which reorder the location of a variable in the 
Expression Builder. You must select the variables first, which enable the 
"Copy" button.



In addition, you may also use [Ctrl]+[C] to copy selected

expression(s) and [Ctrl]+[V] to paste expression(s) while placing the mouse 
cursor over the expression builder window.



Very Best R:egards,



Razzak



https://www.rbase.com

http://www.facebook.com/rbase





At 05:27 AM 9/20/2021, 
javier.valen...@vtgonline.com wrote:



>I have a report that uses a large number of report defined variable to

>calculate totals, cumulative totals averages and weighted averages for

>several columns and at various breaks. I have a second report that uses

>the same defined variable but with a completely different layout.

>

>Is there a way to bulk copy the variables from the first report to the

>second? The alternative is to copy the first report with all the

>variables to a third report, delete the layout, open a second session

>or R:Base and copy the layout of the second report to the third report.

>

>Hopefully there is an easier way to do it.

>

>Javier,







--

For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php

---

You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.

To unsubscribe from this group and stop receiving emails from it, send an email 
to 
rbase-l+unsubscr...@googlegroups.com.

To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/0MPF2s-1mWlP20iQK-004Slo%40mrelay.perfora.net.



-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/SA0PR02MB743465CDD4F14D21157B2009A0A09%40SA0PR02MB7434.namprd02.prod.outlook.com.


RE: [RBASE-L] - R:Mail question

2021-07-27 Thread 'Jim Belisle' via RBASE-L
Tony,

Did you have to download a newer version (TLS 1.2) from the Internet?
I still have my CFG file set to TSL 1

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01D78321.443A2660]

From: rbase-l@googlegroups.com  On Behalf Of Tony Luck
Sent: Tuesday, July 27, 2021 7:49 PM
To: rbase-l@googlegroups.com
Subject: Re: [RBASE-L] - R:Mail question

CAUTION:This is an EXTERNAL EMAIL, STOP! and think before clicking on any links 
or opening attachments.
This is our settings with Office 365 if it helps. I had issues with the earlier 
version but since the update I no longer have any issues.


On Wed, Jul 28, 2021 at 10:11 AM Bruce Chitiea 
mailto:rby...@safesectors.com>> wrote:
David:

After consultation with Support, these values worked for me:

  {system core}
   SET VAR vlogFileFolder = 'yourLogFileFolder'
   SET VAR vaccountName = 'youHost'
   SET VAR vuseTLS = 'USE_REQUIRE_TLS'
   SET VAR vsslVersion = 'SSLV23'
   SET VAR vhostPort = 587

Best, Bruce

Bruce A. Chitiea | SafeSectors, Inc.
112 Harvard Ave #272 | Claremont CA 91711-4716 | USA
rby...@safesectors.com | +011 (909) 238-9012 c | 
+011 (909) 912-8678 f


-- Original Message --
From: dkfowler6...@comcast.net
To: rbase-l@googlegroups.com
Sent: 7/27/2021 5:04:16 PM
Subject: [RBASE-L] - R:Mail question

We've been using R:Mail with R:Base X for 3 years or so.  Same email provider 
(comcast)  and code for sending email without issues all this time.  Today our 
emails quit sending.  A look at the R:Mail log shows that the email provider 
says that authentication and TLS are now required.  We have always had 
authentication enabled along with SSL.
I see different options for TLS in the R:Mail configuration app, but I don't 
really know what any of the options mean.  I made several changes to those 
check boxes and tried many different combinations.  I also changed the port to 
the one now listed as the correct port to use with the provider.  No matter 
what I tried, I end up with a failure notice.   Looking at the log again with 
different TLS settings returns no error, but there is also no log of 
communication with the smtp server.
I also tried using a gmail smtp that we had set up previously as a backup in 
case of issues with the comcast server.  Those attempts gave the same issues 
and failure to send.
Even tried with a Yahoo account with the same results.
I would appreciate any help or advice anyone may have that could get me headed 
in the right direction for a solution.
Thanks,
David Fowler


Sent from my android device.
--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
---
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/7622b9e2-a342-4af6-8a94-47efcfbe41d8.maildroid%40localhost.
--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
---
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/embaa623bc-ecf2-484a-88a8-30d49bc8188d%40pathfinder.


--
Regards
Tony
--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
---
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CABnhDAS1meD_SqkDJfTV34pqLZEO2OtCkrhJ%3D5SK9ByLPb_VGA%40mail.gmail.com.



-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 

[RBASE-L] - RE: scrolling region property commands

2021-07-09 Thread 'Jim Belisle' via RBASE-L
Okay. I received some advice to use an enhanced DB grids instead of the 
scrolling region.
I understand one can apply a component ID to the grid itself. However how does 
one apply a component ID to the individual fields? I do not see a component ID 
field.
Are there other property commands that take the place of a component ID when 
using a DB grid.

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01D774D1.62EB1780]

From: 'Jim Belisle' via RBASE-L 
Sent: Friday, July 9, 2021 9:20 AM
To: rbase-l@googlegroups.com
Subject: [RBASE-L] - scrolling region property commands

CAUTION:This is an EXTERNAL EMAIL, STOP! and think before clicking on any links 
or opening attachments.
For years code I use in the on after start EEP of a form has worked in setting 
focus to the scrolling region and a specific field in the scrolling region when 
certain criteria has been met.
The code uses PROPERTY commands to perform this task.


Earlier this year all of a sudden this code stopped working. The only PROPERTY 
command that works is PROPERTY comp_shiprows SET_FOCUS 'TRUE' (I can see the 
dotted outline of the focused row). Of course this is not what I am after. 
Below is the code I have used for years.

PROPERTY comp_shiprows SET_FOCUS 'TRUE'

PROPERTY comp_orow SET_FOCUS 'TRUE'



I have tested in the trace mode and get interesting results.

  1.  If I am in the trace mode and go through the code one line at a time, the 
code works meaning the scrolling region line is focused and the scrolling 
region field receives the focus and the background color.

[cid:image002.png@01D774D1.62EB1780]

  1.  If I am in the trace mode and go through the code using the "execute to 
break" button, the code works meaning the scrolling region line is focused and 
the scrolling region field receives the focus and the background color.
  2.  If I am in the trace mode and go through the code using the "execute to 
error" button, the scrolling region row is focused (outlined with a broken 
line) but the field does not receive the focus and the background color does 
not show.
  3.  If I use the form in real time, no trace, the scrolling region row is 
focused (outlined with a broken line) but the field does not receive the focus 
and the background color does not show.



It almost seems as if there needs to be another "click" after this command 
(PROPERTY comp_shiprows SET_FOCUS 'TRUE') in order for the field PROPERTY 
commands to work.

Any "blues clues" from the list would be appreciated. My users are use to the 
filed being highlighted and with autoselect and yellow background, they are not 
entering all the info needed on this form.

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01D774D1.62EB1780]



-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/SA0PR02MB7434FC7DF54D903AB26FD8A5A0189%40SA0PR02MB7434.namprd02.prod.outlook.com.


[RBASE-L] - scrolling region property commands

2021-07-09 Thread 'Jim Belisle' via RBASE-L
For years code I use in the on after start EEP of a form has worked in setting 
focus to the scrolling region and a specific field in the scrolling region when 
certain criteria has been met.
The code uses PROPERTY commands to perform this task.


Earlier this year all of a sudden this code stopped working. The only PROPERTY 
command that works is PROPERTY comp_shiprows SET_FOCUS 'TRUE' (I can see the 
dotted outline of the focused row). Of course this is not what I am after. 
Below is the code I have used for years.

PROPERTY comp_shiprows SET_FOCUS 'TRUE'

PROPERTY comp_orow SET_FOCUS 'TRUE'



I have tested in the trace mode and get interesting results.

  1.  If I am in the trace mode and go through the code one line at a time, the 
code works meaning the scrolling region line is focused and the scrolling 
region field receives the focus and the background color.

[cid:image002.png@01D774A3.481E1020]

  1.  If I am in the trace mode and go through the code using the "execute to 
break" button, the code works meaning the scrolling region line is focused and 
the scrolling region field receives the focus and the background color.
  2.  If I am in the trace mode and go through the code using the "execute to 
error" button, the scrolling region row is focused (outlined with a broken 
line) but the field does not receive the focus and the background color does 
not show.
  3.  If I use the form in real time, no trace, the scrolling region row is 
focused (outlined with a broken line) but the field does not receive the focus 
and the background color does not show.



It almost seems as if there needs to be another "click" after this command 
(PROPERTY comp_shiprows SET_FOCUS 'TRUE') in order for the field PROPERTY 
commands to work.

Any "blues clues" from the list would be appreciated. My users are use to the 
filed being highlighted and with autoselect and yellow background, they are not 
entering all the info needed on this form.

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01D774A2.E1DADD20]

-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/SA0PR02MB7434FF1EC8CD6E68F73FC1E4A0189%40SA0PR02MB7434.namprd02.prod.outlook.com.


RE: [RBASE-L] - RBGX5E Server Requirements

2021-06-15 Thread 'Jim Belisle' via RBASE-L
I agree with Javier about using the compiled application. We use the compiler 
and run anywhere from 20 to 30 users at any one time during the busy work day 
(down to less than 10 in the evenings). We have had speed issues in the past as 
many on this list know if you have followed my questions.

This year we finally went to a dedication drive just for RBASE with access to 
the server for all other programs. I have had very few complaints since then 
though we still get the Windows blue circle when running some reports and a few 
view driven forms. The report or form eventually works. It is just a bother to 
look at the circle.

Jim

From: rbase-l@googlegroups.com  On Behalf Of 
javier.valen...@vtgonline.com
Sent: Tuesday, June 15, 2021 1:37 PM
To: rbase-l@googlegroups.com
Subject: RE: [RBASE-L] - RBGX5E Server Requirements

CAUTION:This is an EXTERNAL EMAIL, STOP! and think before clicking on any links 
or opening attachments.
A little late to the game and I think you have gotten answers already. My 
question would be…are you talking about a full development license or a 
compiled executable?
I install the full version on my primary computer and you can get a second 
license for a very low price If you use a second computer. The full 
installation requires access to the registry, the compiled executable requires 
no installation and you can place it in any computer or server that is 
accessible and it will work correctly. Speed is dependent on network speed and 
disk access. Server are optimized for both so they will work considerably 
better than a workstation as database host.

Javier,

Javier Valencia, PE
913-915-3137


From: rbase-l@googlegroups.com 
mailto:rbase-l@googlegroups.com>> On Behalf Of Bruce 
Chitiea
Sent: Monday, June 14, 2021 11:19 AM
To: rbase-l@googlegroups.com
Subject: [RBASE-L] - RBGX5E Server Requirements

Question:

Without taking into account the number of users, does a server install of 
RBGX5E require installation on a server operating system e.g. Microsoft Windows 
Server 2019, or will it run usefully on a Windows 10 workstation?

I'm thinking here of my small-shop environment, where I'd have at most two 
workstation installs testing multi-user configuration.

Wondering if R:BASE concurrency features require server-OS assist.

Thanks very much, yours:

Bruce A. Chitiea | SafeSectors, Inc.
112 Harvard Ave #272 | Claremont CA 91711-4716 | USA
rby...@safesectors.com | +011 (909) 238-9012 c | 
+011 (909) 912-8678 f



--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
---
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/em36f46571-5141-408d-9c3e-d2adf3656b61%40pathfinder.


-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/SA0PR02MB743437025EB172153E5CB80DA0309%40SA0PR02MB7434.namprd02.prod.outlook.com.


RE: [RBASE-L] - edit table using aliases

2021-03-05 Thread 'Jim Belisle' via RBASE-L
I am  very thankful that RBASE support team was successful with the edit as 
alias code, let me know the results which caused me to look more carefully at 
what I was doing. I was able to find the problem and fix it. Thanks to all who 
sent in suggestions. Those suggestions helped me find mistakes.

It is just good to have the list and the support team.

Jim


From: rbase-l@googlegroups.com  On Behalf Of 
javier.valen...@vtgonline.com
Sent: Friday, March 5, 2021 10:19 AM
To: rbase-l@googlegroups.com
Subject: RE: [RBASE-L] - edit table using aliases

This command works:

R>SELECT slot_no AS `Employee ID`, emp_class AS `Employee Classification`, 
emp_sname AS `Employee Short Name` FROM  emp_file
Employee  Employee Employee Short Name
 -  
 ZG-03 AET  NORBY, J
ZG-01 FMS  NELSON, V
ZM-09 FOR  BRAINARD JR., G

You will notice the names get truncated; however, I can specify the lengths as 
follows:

R>SELECT slot_no=15 AS `Employee ID` emp_class=25 AS `Employee Classification`, 
emp_sname=20 AS `Employee Short Name` FROM  emp_file
Employee ID Employee Classification   Employee Short Name
 --- - 
 ZG-03   AET   NORBY, J
ZG-01   FMS   NELSON, V
ZM-09   FOR   BRAINARD JR., G

And now all the aliases are displayed fully and correctly.
You might try:
SET MESSAGES ON
SET ERROR MESSAGES ON
And see what error you get and go from there.

Javier,

Javier Valencia, PE
javier.valen...@vtgonline.com<mailto:javier.valen...@vtgonline.com>
O: 913-829-0888
C: 913-915-3137


From: 'Jim Belisle' via RBASE-L 
mailto:rbase-l@googlegroups.com>>
Sent: Thursday, March 4, 2021 5:16 AM
To: rbase-l@googlegroups.com<mailto:rbase-l@googlegroups.com>
Subject: RE: [RBASE-L] - edit table using aliases

I tried all the suggestions, removed the spaces in the alias names, removed the 
extra comma and removed the extra plus sign. Still no go. I changed code back 
to using all actual column names and it now edits.

If others can try that on their RBASE and it is successful, any blues clues 
would be appreciated.

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01D711C4.8024B330]

From: rbase-l@googlegroups.com<mailto:rbase-l@googlegroups.com> 
mailto:rbase-l@googlegroups.com>> On Behalf Of 
javier.valen...@vtgonline.com<mailto:javier.valen...@vtgonline.com>
Sent: Wednesday, March 3, 2021 3:30 PM
To: rbase-l@googlegroups.com<mailto:rbase-l@googlegroups.com>
Subject: RE: [RBASE-L] - edit table using aliases

CAUTION:This is an EXTERNAL EMAIL, STOP! and think before clicking on any links 
or opening attachments.
Just a correction that might make a difference. Remove the comma after “`Page 
Number`, ”

EDIT +
model# AS `Model Number`, +
kprsellpw AS `KPR List Price`, +
proddesc AS `Product Description`, +
modelwgtpw AS `Weight`, +
sortonepw AS `Prod Line`, +
sorttwopw AS `Sort Two`, +
pagenumpw AS `Page Number` +
FROM xlistupsurcharge +
OPTION CAPTION 'Backup Catalog Product Information' +
|WINDOW_STATE MAXIMIZED +
|COLUMN_WIDTH[0] 150 +
|COLUMN_WIDTH[1] 150 +
|COLUMN_WIDTH[2] 400 +
|COLUMN_WIDTH[3] 50 +
|COLUMN_WIDTH[4] 50

..and it should work…I think. 
Javier,

Javier Valencia, PE
javier.valen...@vtgonline.com<mailto:javier.valen...@vtgonline.com>
O: 913-829-0888
C: 913-915-3137
From: 'Jim Belisle' via RBASE-L 
mailto:rbase-l@googlegroups.com>>
Sent: Wednesday, March 3, 2021 12:13 PM
To: rbase-l@googlegroups.com<mailto:rbase-l@googlegroups.com>
Subject: [RBASE-L] - edit table using aliases

I am using the syntax given in the help in an attempt to edit a table using 
alias column names.
This is the syntax I am using.
EDIT +
model# AS `Model Number`, +
kprsellpw AS `KPR List Price`, +
proddesc AS `Product Description`, +
modelwgtpw AS `Weight`, +
sortonepw AS `Prod Line`, +
sorttwopw AS `Sort Two`, +
pagenumpw AS `Page Number`, +
FROM xlistupsurcharge +
OPTION CAPTION 'Backup Catalog Product Information' +
|WINDOW_STATE MAXIMIZED +
|COLUMN_WIDTH[0] 150 +
|COLUMN_WIDTH[1] 150 +
|COLUMN_WIDTH[2] 400 +
|COLUMN_WIDTH[3] 50 +
|COLUMN_WIDTH[4] 50
RETURN

However when I go to edit the table, after changing the info in one column and 
attempting to go to the next line, I get this error message.

[cid:image002.png@01D711C4.8024B330]

The help instructions below seem to use this same syntax.

EDIT +

CustID AS `Customer ID`, +

Company AS `Company Entity`, +

CustAddress AS `Home Office Address`, +

CustCity AS `Home Office City`, +

CustState AS `Home Office State`, +

CustZip AS `Home Office Zip Code`, +

CustPhone AS `Primary Phone Number`, +

CustFax AS `Fax Number`, +

LastUpdateDate AS `Last Date Modified`, +

LastOrderDate AS `Last Order Date`, +

CustURL AS `Company Home Page`, +

CustEMail AS `Primary Email Address`, +

CustStatus AS `Active Stat

RE: [RBASE-L] - edit table using aliases

2021-03-04 Thread 'Jim Belisle' via RBASE-L
I do not see pagenumber as a reserved word in RBASE nor do I see it as part of 
the ANSI reserved words.

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01D710D3.E325D410]

From: 'Karen Tellef' via RBASE-L 
Sent: Thursday, March 4, 2021 7:54 AM
To: rbase-l@googlegroups.com
Subject: Re: [RBASE-L] - edit table using aliases

You didn't put quotes around the alias, did you?  I've never done that, and 
when I tested one I got an error.

Also do you run with ANSI OFF?  I'm wondering if "pagenumber" is a no-go

Karen



-Original Message-----
From: 'Jim Belisle' via RBASE-L 
mailto:rbase-l@googlegroups.com>>
To: rbase-l@googlegroups.com<mailto:rbase-l@googlegroups.com> 
mailto:rbase-l@googlegroups.com>>
Sent: Thu, Mar 4, 2021 5:16 am
Subject: RE: [RBASE-L] - edit table using aliases
I tried all the suggestions, removed the spaces in the alias names, removed the 
extra comma and removed the extra plus sign. Still no go. I changed code back 
to using all actual column names and it now edits.

If others can try that on their RBASE and it is successful, any blues clues 
would be appreciated.

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01D710D3.E325D410]

From: rbase-l@googlegroups.com<mailto:rbase-l@googlegroups.com> 
mailto:rbase-l@googlegroups.com>> On Behalf Of 
javier.valen...@vtgonline.com<mailto:javier.valen...@vtgonline.com>
Sent: Wednesday, March 3, 2021 3:30 PM
To: rbase-l@googlegroups.com<mailto:rbase-l@googlegroups.com>

Subject: RE: [RBASE-L] - edit table using aliases

CAUTION:This is an EXTERNAL EMAIL, STOP! and think before clicking on any links 
or opening attachments.
Just a correction that might make a difference. Remove the comma after “`Page 
Number`, ”

EDIT +
model# AS `Model Number`, +
kprsellpw AS `KPR List Price`, +
proddesc AS `Product Description`, +
modelwgtpw AS `Weight`, +
sortonepw AS `Prod Line`, +
sorttwopw AS `Sort Two`, +
pagenumpw AS `Page Number` +
FROM xlistupsurcharge +
OPTION CAPTION 'Backup Catalog Product Information' +
|WINDOW_STATE MAXIMIZED +
|COLUMN_WIDTH[0] 150 +
|COLUMN_WIDTH[1] 150 +
|COLUMN_WIDTH[2] 400 +
|COLUMN_WIDTH[3] 50 +
|COLUMN_WIDTH[4] 50

..and it should work…I think. 
Javier,

Javier Valencia, PE
javier.valen...@vtgonline.com<mailto:javier.valen...@vtgonline.com>
O: 913-829-0888
C: 913-915-3137
From: 'Jim Belisle' via RBASE-L 
mailto:rbase-l@googlegroups.com>>
Sent: Wednesday, March 3, 2021 12:13 PM
To: rbase-l@googlegroups.com<mailto:rbase-l@googlegroups.com>
Subject: [RBASE-L] - edit table using aliases

I am using the syntax given in the help in an attempt to edit a table using 
alias column names.
This is the syntax I am using.
EDIT +
model# AS `Model Number`, +
kprsellpw AS `KPR List Price`, +
proddesc AS `Product Description`, +
modelwgtpw AS `Weight`, +
sortonepw AS `Prod Line`, +
sorttwopw AS `Sort Two`, +
pagenumpw AS `Page Number`, +
FROM xlistupsurcharge +
OPTION CAPTION 'Backup Catalog Product Information' +
|WINDOW_STATE MAXIMIZED +
|COLUMN_WIDTH[0] 150 +
|COLUMN_WIDTH[1] 150 +
|COLUMN_WIDTH[2] 400 +
|COLUMN_WIDTH[3] 50 +
|COLUMN_WIDTH[4] 50
RETURN

However when I go to edit the table, after changing the info in one column and 
attempting to go to the next line, I get this error message.

[cid:image002.png@01D710D3.E325D410]

The help instructions below seem to use this same syntax.
EDIT +
CustID AS `Customer ID`, +
Company AS `Company Entity`, +
CustAddress AS `Home Office Address`, +
CustCity AS `Home Office City`, +
CustState AS `Home Office State`, +
CustZip AS `Home Office Zip Code`, +
CustPhone AS `Primary Phone Number`, +
CustFax AS `Fax Number`, +
LastUpdateDate AS `Last Date Modified`, +
LastOrderDate AS `Last Order Date`, +
CustURL AS `Company Home Page`, +
CustEMail AS `Primary Email Address`, +
CustStatus AS `Active Status`, +
PaymentTerm AS `Payment Terms`, +
CreditLimit AS `Imposed Credit Limit` +
FROM Customer +
WHERE CustStatus = 'A' +
ORDER BY Company ASC +
OPTION CAPTION 'Active Customer Information'+
|WINDOW_STATE NORMAL +
|COLUMN_WIDTH[4] 50 +
|COLUMN_WIDTH[5] 50 +
|COLUMN_WIDTH[12] 50

Has anyone else run into this problem?

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01D710D3.E325D410]

--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
---
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
rbase-l+unsubscr...@googlegroups.com<mailto:rbase-l+unsubscr...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CH2PR02MB682135DE10B0A9F40119E93EA0989%40CH2PR02MB6821.namprd02.prod.outlook.com<https://groups.google.com/d/msgid/rbase-l/CH2PR02MB682135DE10B0A9F40119E93EA0989%40CH2PR02MB6821.namprd

RE: [RBASE-L] - edit table using aliases

2021-03-04 Thread 'Jim Belisle' via RBASE-L
I tried all the suggestions, removed the spaces in the alias names, removed the 
extra comma and removed the extra plus sign. Still no go. I changed code back 
to using all actual column names and it now edits.

If others can try that on their RBASE and it is successful, any blues clues 
would be appreciated.

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image002.jpg@01D710B5.7D457D30]

From: rbase-l@googlegroups.com  On Behalf Of 
javier.valen...@vtgonline.com
Sent: Wednesday, March 3, 2021 3:30 PM
To: rbase-l@googlegroups.com
Subject: RE: [RBASE-L] - edit table using aliases

CAUTION:This is an EXTERNAL EMAIL, STOP! and think before clicking on any links 
or opening attachments.
Just a correction that might make a difference. Remove the comma after “`Page 
Number`, ”

EDIT +
model# AS `Model Number`, +
kprsellpw AS `KPR List Price`, +
proddesc AS `Product Description`, +
modelwgtpw AS `Weight`, +
sortonepw AS `Prod Line`, +
sorttwopw AS `Sort Two`, +
pagenumpw AS `Page Number` +
FROM xlistupsurcharge +
OPTION CAPTION 'Backup Catalog Product Information' +
|WINDOW_STATE MAXIMIZED +
|COLUMN_WIDTH[0] 150 +
|COLUMN_WIDTH[1] 150 +
|COLUMN_WIDTH[2] 400 +
|COLUMN_WIDTH[3] 50 +
|COLUMN_WIDTH[4] 50

..and it should work…I think. 
Javier,

Javier Valencia, PE
javier.valen...@vtgonline.com<mailto:javier.valen...@vtgonline.com>
O: 913-829-0888
C: 913-915-3137
From: 'Jim Belisle' via RBASE-L 
mailto:rbase-l@googlegroups.com>>
Sent: Wednesday, March 3, 2021 12:13 PM
To: rbase-l@googlegroups.com<mailto:rbase-l@googlegroups.com>
Subject: [RBASE-L] - edit table using aliases

I am using the syntax given in the help in an attempt to edit a table using 
alias column names.
This is the syntax I am using.
EDIT +
model# AS `Model Number`, +
kprsellpw AS `KPR List Price`, +
proddesc AS `Product Description`, +
modelwgtpw AS `Weight`, +
sortonepw AS `Prod Line`, +
sorttwopw AS `Sort Two`, +
pagenumpw AS `Page Number`, +
FROM xlistupsurcharge +
OPTION CAPTION 'Backup Catalog Product Information' +
|WINDOW_STATE MAXIMIZED +
|COLUMN_WIDTH[0] 150 +
|COLUMN_WIDTH[1] 150 +
|COLUMN_WIDTH[2] 400 +
|COLUMN_WIDTH[3] 50 +
|COLUMN_WIDTH[4] 50
RETURN

However when I go to edit the table, after changing the info in one column and 
attempting to go to the next line, I get this error message.

[cid:image003.png@01D710B5.7D457D30]

The help instructions below seem to use this same syntax.

EDIT +

CustID AS `Customer ID`, +

Company AS `Company Entity`, +

CustAddress AS `Home Office Address`, +

CustCity AS `Home Office City`, +

CustState AS `Home Office State`, +

CustZip AS `Home Office Zip Code`, +

CustPhone AS `Primary Phone Number`, +

CustFax AS `Fax Number`, +

LastUpdateDate AS `Last Date Modified`, +

LastOrderDate AS `Last Order Date`, +

CustURL AS `Company Home Page`, +

CustEMail AS `Primary Email Address`, +

CustStatus AS `Active Status`, +

PaymentTerm AS `Payment Terms`, +

CreditLimit AS `Imposed Credit Limit` +

FROM Customer +

WHERE CustStatus = 'A' +

ORDER BY Company ASC +

OPTION CAPTION 'Active Customer Information'+

|WINDOW_STATE NORMAL +

|COLUMN_WIDTH[4] 50 +

|COLUMN_WIDTH[5] 50 +

|COLUMN_WIDTH[12] 50

Has anyone else run into this problem?

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image002.jpg@01D710B5.7D457D30]

--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
---
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
rbase-l+unsubscr...@googlegroups.com<mailto:rbase-l+unsubscr...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CH2PR02MB682135DE10B0A9F40119E93EA0989%40CH2PR02MB6821.namprd02.prod.outlook.com<https://groups.google.com/d/msgid/rbase-l/CH2PR02MB682135DE10B0A9F40119E93EA0989%40CH2PR02MB6821.namprd02.prod.outlook.com?utm_medium=email_source=footer>.


-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CH2PR02MB682110C80CD8E266507B8BECA0979%40CH2PR02MB6821.namprd02.prod.outlook.com.


[RBASE-L] - edit table using aliases

2021-03-03 Thread 'Jim Belisle' via RBASE-L
I am using the syntax given in the help in an attempt to edit a table using 
alias column names.
This is the syntax I am using.
EDIT +
model# AS `Model Number`, +
kprsellpw AS `KPR List Price`, +
proddesc AS `Product Description`, +
modelwgtpw AS `Weight`, +
sortonepw AS `Prod Line`, +
sorttwopw AS `Sort Two`, +
pagenumpw AS `Page Number`, +
FROM xlistupsurcharge +
OPTION CAPTION 'Backup Catalog Product Information' +
|WINDOW_STATE MAXIMIZED +
|COLUMN_WIDTH[0] 150 +
|COLUMN_WIDTH[1] 150 +
|COLUMN_WIDTH[2] 400 +
|COLUMN_WIDTH[3] 50 +
|COLUMN_WIDTH[4] 50
RETURN

However when I go to edit the table, after changing the info in one column and 
attempting to go to the next line, I get this error message.

[cid:image001.png@01D71026.90474330]

The help instructions below seem to use this same syntax.

EDIT +

CustID AS `Customer ID`, +

Company AS `Company Entity`, +

CustAddress AS `Home Office Address`, +

CustCity AS `Home Office City`, +

CustState AS `Home Office State`, +

CustZip AS `Home Office Zip Code`, +

CustPhone AS `Primary Phone Number`, +

CustFax AS `Fax Number`, +

LastUpdateDate AS `Last Date Modified`, +

LastOrderDate AS `Last Order Date`, +

CustURL AS `Company Home Page`, +

CustEMail AS `Primary Email Address`, +

CustStatus AS `Active Status`, +

PaymentTerm AS `Payment Terms`, +

CreditLimit AS `Imposed Credit Limit` +

FROM Customer +

WHERE CustStatus = 'A' +

ORDER BY Company ASC +

OPTION CAPTION 'Active Customer Information'+

|WINDOW_STATE NORMAL +

|COLUMN_WIDTH[4] 50 +

|COLUMN_WIDTH[5] 50 +

|COLUMN_WIDTH[12] 50

Has anyone else run into this problem?

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image002.jpg@01D71026.90474330]

-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CH2PR02MB682135DE10B0A9F40119E93EA0989%40CH2PR02MB6821.namprd02.prod.outlook.com.


RE: [RBASE-L] - Table browsing

2021-02-03 Thread 'Jim Belisle' via RBASE-L
Do you have a date field where you can DELETE based on the date?

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01D6FA49.C9823A80]

From: rbase-l@googlegroups.com  On Behalf Of IT Man
Sent: Wednesday, February 3, 2021 4:20 PM
To: rbase-l@googlegroups.com
Subject: [RBASE-L] - Table browsing

CAUTION:This is an EXTERNAL EMAIL, STOP! and think before clicking on any links 
or opening attachments.
Is there a way to select multiple rows in a table and delete or do I have to 
delete one at a time? I have 20 years of data that is not needed and needs 
deleted

Thank You
Patrick Schlauch
Trexler Rubber



-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/DM6PR02MB6828FCE12A19431199FC9CD9A0B49%40DM6PR02MB6828.namprd02.prod.outlook.com.


RE: Jan [RBASE-L] - Help - first time sending report via email

2021-02-03 Thread 'Jim Belisle' via RBASE-L
Patti,

If you want the info I sent to Jan, I can send that at your personal email.

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01D6FA09.45CCFD00]

From: 'Patti Jakusz' via RBASE-L 
Sent: Wednesday, February 3, 2021 8:46 AM
To: rbase-l@googlegroups.com
Subject: Re: Jan [RBASE-L] - Help - first time sending report via email

Hi Jan,

This sounds hopeful.  Thank you!!

On Wednesday, February 3, 2021, 6:54:37 AM EST, jan johansen 
mailto:j...@jjcalibrations.com>> wrote:



Patti,

Don't give up. Jim has offered me some suggestions to look for.
He has it working. I just need to clear my slate a little.


From: "'Patti Jakusz' via RBASE-L" 
mailto:rbase-l@googlegroups.com>>
To: "rbase-l@googlegroups.com<mailto:rbase-l@googlegroups.com>" 
mailto:rbase-l@googlegroups.com>>
Date: Wed, 3 Feb 2021 01:20:07 + (UTC)
Subject: Re: [RBASE-L] - Help - first time sending report via email


Just last week, our system admin installed X5E on all the computers.  (By now, 
I forgot how to convert the databases.)

I'm not sure we are going to buy Rmail because I am turning in my notice next 
year and we have to get them a new database, probably something other Healthy 
Start sites are using, though they are terrible,

I'm starting a different thread with a new question, printing to a URL on 
OneDrive.
Patti


On Friday, January 29, 2021, 10:44:04 PM EST, 'Jim Belisle' via RBASE-L 
mailto:rbase-l@googlegroups.com>> wrote:


We have office 365 and use RMAIL. It took a little trial and error but we got 
it to work.
We use version X5E.

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01D6FA09.45CCFD00]

From: 'Karen Tellef' via RBASE-L 
mailto:rbase-l@googlegroups.com>>
Sent: Friday, January 29, 2021 10:54 AM
To: rbase-l@googlegroups.com<mailto:rbase-l@googlegroups.com>
Subject: Re: [RBASE-L] - Help - first time sending report via email


CAUTION:This is an EXTERNAL EMAIL, STOP! and think before clicking on any links 
or opening attachments.
I looked in my notes document, and I saved this from 2016:


Claudine reports in 2016 that the print/email on does not work with email from 
Office365.   Per Razzak, it won’t work because you cannot specify the port 
within the print, only by setting up Rmail.  One of the Office365 email 
requirements for integration with third-party applications, in this case 
R:BASE, is Transport Layer Security (TLS) and Secure Sockets Layer (SSL) 
support, specifically with port 587.  The option to specify TLS/SSL email 
security protocol is not available in the R:BASE PRINT command at this time, 
and is only available within R:Mail.


Karen


-Original Message-
From: 'Patti Jakusz' via RBASE-L 
mailto:rbase-l@googlegroups.com>>
To: rbase-l@googlegroups.com<mailto:rbase-l@googlegroups.com> 
mailto:rbase-l@googlegroups.com>>
Sent: Fri, Jan 29, 2021 10:42 am
Subject: Re: [RBASE-L] - Help - first time sending report via email
Hi Karen,
Dan sent me this list also, but he had Authentication on.  I tried it your way, 
with "Off".  Still didn't work.  IT doesn't even go all the way thru to give me 
the dialog box.  Jan said it might be a problem with office365.  I will see if 
our tech guy can help with that.
Patti

On Friday, January 29, 2021, 11:14:09 AM EST, 'Karen Tellef' via RBASE-L 
mailto:rbase-l@googlegroups.com>> wrote:


Don't know if this will help, but here's an example of what I use.  I am 
passing in a bunch of variables (email host info is looked up).  BTW you don't 
have to repeat the filename as an "attachment"

PRINT invemail WHERE billto = .vblto +
 OPTION PDF | FILENAME  +
 |EMAIL ON +
 |EMAIL_AUTHENTICATION OFF +
 |EMAIL_HOST  +
 |EMAIL_PORT 25 +
 |EMAIL_USERID  +
 |EMAIL_PASSWORD  +
 |EMAIL_TO_LIST  +
 |EMAIL_FROM_ADDRESS  +
 |EMAIL_SUBJECT  +
 |EMAIL_BODY  +
 |EMAIL_DELETE_AFTER_SEND ON +
 |EMAIL_SHOW_DIALOG OFF
Karen



-Original Message-
From: 'Patti Jakusz' via RBASE-L 
mailto:rbase-l@googlegroups.com>>
To: rbase-l@googlegroups.com<mailto:rbase-l@googlegroups.com> 
mailto:rbase-l@googlegroups.com>>; RBASE-L 
mailto:rbas...@rbase.com>>
Sent: Fri, Jan 29, 2021 9:53 am
Subject: [RBASE-L] - Help - first time sending report via email
Hello Everyone,

For the first time, I'm trying to have our database send reports as email 
attachments.

I set up our email account and can send and receive messages.  I set up our 
server info in Rbase Report Settings.  Tested and works ok.  (see snip attached)

I have a command file that prints the report and is supposed to send it to the 
email address, but it doesn't.  I get a dialog box so I think the command file 
worked far enough along to get to the end.  But I don't get any error message 
and I don't get an email - not in the inbox of one address or the sent box of 
the other address.

I don't know how to troubleshoot.  I atta

RE: [RBASE-L] - Help - first time sending report via email

2021-01-29 Thread 'Jim Belisle' via RBASE-L
We have office 365 and use RMAIL. It took a little trial and error but we got 
it to work.
We use version X5E.

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01D6F687.D906D5D0]

From: 'Karen Tellef' via RBASE-L 
Sent: Friday, January 29, 2021 10:54 AM
To: rbase-l@googlegroups.com
Subject: Re: [RBASE-L] - Help - first time sending report via email

CAUTION:This is an EXTERNAL EMAIL, STOP! and think before clicking on any links 
or opening attachments.
I looked in my notes document, and I saved this from 2016:


Claudine reports in 2016 that the print/email on does not work with email from 
Office365.   Per Razzak, it won’t work because you cannot specify the port 
within the print, only by setting up Rmail.  One of the Office365 email 
requirements for integration with third-party applications, in this case 
R:BASE, is Transport Layer Security (TLS) and Secure Sockets Layer (SSL) 
support, specifically with port 587.  The option to specify TLS/SSL email 
security protocol is not available in the R:BASE PRINT command at this time, 
and is only available within R:Mail.


Karen


-Original Message-
From: 'Patti Jakusz' via RBASE-L 
mailto:rbase-l@googlegroups.com>>
To: rbase-l@googlegroups.com 
mailto:rbase-l@googlegroups.com>>
Sent: Fri, Jan 29, 2021 10:42 am
Subject: Re: [RBASE-L] - Help - first time sending report via email
Hi Karen,
Dan sent me this list also, but he had Authentication on.  I tried it your way, 
with "Off".  Still didn't work.  IT doesn't even go all the way thru to give me 
the dialog box.  Jan said it might be a problem with office365.  I will see if 
our tech guy can help with that.
Patti

On Friday, January 29, 2021, 11:14:09 AM EST, 'Karen Tellef' via RBASE-L 
mailto:rbase-l@googlegroups.com>> wrote:


Don't know if this will help, but here's an example of what I use.  I am 
passing in a bunch of variables (email host info is looked up).  BTW you don't 
have to repeat the filename as an "attachment"

PRINT invemail WHERE billto = .vblto +
 OPTION PDF | FILENAME  +
 |EMAIL ON +
 |EMAIL_AUTHENTICATION OFF +
 |EMAIL_HOST  +
 |EMAIL_PORT 25 +
 |EMAIL_USERID  +
 |EMAIL_PASSWORD  +
 |EMAIL_TO_LIST  +
 |EMAIL_FROM_ADDRESS  +
 |EMAIL_SUBJECT  +
 |EMAIL_BODY  +
 |EMAIL_DELETE_AFTER_SEND ON +
 |EMAIL_SHOW_DIALOG OFF
Karen



-Original Message-
From: 'Patti Jakusz' via RBASE-L 
mailto:rbase-l@googlegroups.com>>
To: rbase-l@googlegroups.com 
mailto:rbase-l@googlegroups.com>>; RBASE-L 
mailto:rbas...@rbase.com>>
Sent: Fri, Jan 29, 2021 9:53 am
Subject: [RBASE-L] - Help - first time sending report via email
Hello Everyone,

For the first time, I'm trying to have our database send reports as email 
attachments.

I set up our email account and can send and receive messages.  I set up our 
server info in Rbase Report Settings.  Tested and works ok.  (see snip attached)

I have a command file that prints the report and is supposed to send it to the 
email address, but it doesn't.  I get a dialog box so I think the command file 
worked far enough along to get to the end.  But I don't get any error message 
and I don't get an email - not in the inbox of one address or the sent box of 
the other address.

I don't know how to troubleshoot.  I attached my command file below.  Can 
anyone help?

PRINT NurseRfrlOutcome whe Casenum='30109' and IDO13bor=1 +

OPTION PDF|FILENAME L:\Letter\pj30109.PDF +

|EMAIL ON +

|EMAIL_TO_LIST 
pjak...@baltimorehealthystart.org +

|EMAIL_FROM_ADDRESS 
rbaset...@baltimorehealthystart.org 
+

|EMAIL_SUBJECT referral for nurse +

|EMAIL_BODY Attached is the invoice - sent via R:BASE. Because we Can! +

|EMAIL_ATTACHMENTS L:\Letter\pj30109.PDF +

|EMAIL_DELETE_AFTER_SEND OFF +

|EMAIL_SHOW_DIALOG ON


--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
---
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/2123626015.163953.1611935622005%40mail.yahoo.com.
--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
---
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 

RE: [RBASE-L] - new to drag and drop

2021-01-18 Thread 'Jim Belisle' via RBASE-L
Now it comes up with the circle with a / in it designating I am unable to drag 
the info.
The code in the drag is working because it is populating some var.
So now figuring out the DROP code.
Enough for tonight.

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01D6EDC9.73A91AC0]

From: rbase-l@googlegroups.com  On Behalf Of Tony Luck
Sent: Monday, January 18, 2021 6:10 PM
To: rbase-l@googlegroups.com
Subject: Re: [RBASE-L] - new to drag and drop

On the DRAG eep the GETPROPERTY will get the unique value and store it to 
Vvariable (ensuring your first column is the unique ID for the row)

GETPROPERTY grid1 TEXTVALUE Vvariable
RETURN

In the DROP eep process the row based on the unique ID i.e.

APPEND tablerow TO newtable where uniqueID = .Vvariable

This will DROP the row to the other table. Use the property commands to refresh 
table or list depending on what process you need to carry out.
Hope this helps out..

On Tue, Jan 19, 2021 at 9:04 AM 'Jim Belisle' via RBASE-L 
mailto:rbase-l@googlegroups.com>> wrote:
Okay. I was able to do that with this code
GETPROPERTY comp_pneed VISIBLEROWCOUNT 'vcr'

Then I want to
SELECT values (7 of them)
INTO variables (7 of them)
FROM schedneeds
WHERE ? = .vcr

The WHERE part is what I am not sure of. I have the variable but what word 
represents the whole row I just chose.

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01D6EDC9.73A91AC0]

From: rbase-l@googlegroups.com<mailto:rbase-l@googlegroups.com> 
mailto:rbase-l@googlegroups.com>> On Behalf Of Buddy 
Walker
Sent: Monday, January 18, 2021 4:53 PM
To: rbase-l@googlegroups.com<mailto:rbase-l@googlegroups.com>
Subject: RE: [RBASE-L] - new to drag and drop

You should be able to set a variable for the uniqueID row you click on. Then 
right your code as to what you want it to do



From: 'Jim Belisle' via RBASE-L 
mailto:rbase-l@googlegroups.com>>
Sent: Monday, January 18, 2021 5:42 PM
To: rbase-l@googlegroups.com<mailto:rbase-l@googlegroups.com>
Subject: RE: [RBASE-L] - new to drag and drop

I have that part, Buddy. I just do not know how (code wise) the row is grabbed. 
Some code has to be able to distinguish one row from the others. That is where 
I am stuck. I do not see a PROPERTY command that helps me identify a specific 
row in the DBGrid.

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01D6EDC9.73A91AC0]

From: rbase-l@googlegroups.com<mailto:rbase-l@googlegroups.com> 
mailto:rbase-l@googlegroups.com>> On Behalf Of Buddy 
Walker
Sent: Monday, January 18, 2021 4:38 PM
To: rbase-l@googlegroups.com<mailto:rbase-l@googlegroups.com>
Subject: RE: [RBASE-L] - new to drag and drop

CAUTION:This is an EXTERNAL EMAIL, STOP! and think before clicking on any links 
or opening attachments.
Jim
   Right click on DBGrid then enable Drag and Drop should be near the bottom. 
You will see Start Drag (EEP) and Drop Drag (EEP)
Buddy

From: 'Jim Belisle' via RBASE-L 
mailto:rbase-l@googlegroups.com>>
Sent: Monday, January 18, 2021 5:05 PM
To: rbase-l@googlegroups.com<mailto:rbase-l@googlegroups.com>
Subject: [RBASE-L] - new to drag and drop

I am new to drag and drop so not sure how to “GRAB” a row from a DBGrid.
The DBGrid is in the row select mode so I can grab a row.
Also the record count on the left is on so I have the row number.
How does one identify the specific row you want to grab?
In RDOCS I do not find a PROPERTY command to grab the record number of a row.

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01D6EDC9.73A91AC0]

--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
---
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
rbase-l+unsubscr...@googlegroups.com<mailto:rbase-l+unsubscr...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CH2PR02MB6821ED4691F176CAAA1B22FDA0A40%40CH2PR02MB6821.namprd02.prod.outlook.com<https://groups.google.com/d/msgid/rbase-l/CH2PR02MB6821ED4691F176CAAA1B22FDA0A40%40CH2PR02MB6821.namprd02.prod.outlook.com?utm_medium=email_source=footer>.
--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
---
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
rbase-l+unsubscr...@googlegroups.com<mailto:rbase-l+unsubscr...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CH2PR02MB68214D59477F2F7AA282476FA0A40%40CH2PR02MB6821.namprd02.prod.outlook.com<https://groups.google.com/d/msgid/rbase-l/CH2PR02MB68214D59477F2F7AA2824

RE: [RBASE-L] - new to drag and drop

2021-01-18 Thread 'Jim Belisle' via RBASE-L
Thanks Tony. That is getting me closer. Just have to work on the DROP part now.

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01D6EDC8.C1B6E7C0]

From: rbase-l@googlegroups.com  On Behalf Of Tony Luck
Sent: Monday, January 18, 2021 6:10 PM
To: rbase-l@googlegroups.com
Subject: Re: [RBASE-L] - new to drag and drop

On the DRAG eep the GETPROPERTY will get the unique value and store it to 
Vvariable (ensuring your first column is the unique ID for the row)

GETPROPERTY grid1 TEXTVALUE Vvariable
RETURN

In the DROP eep process the row based on the unique ID i.e.

APPEND tablerow TO newtable where uniqueID = .Vvariable

This will DROP the row to the other table. Use the property commands to refresh 
table or list depending on what process you need to carry out.
Hope this helps out..

On Tue, Jan 19, 2021 at 9:04 AM 'Jim Belisle' via RBASE-L 
mailto:rbase-l@googlegroups.com>> wrote:
Okay. I was able to do that with this code
GETPROPERTY comp_pneed VISIBLEROWCOUNT 'vcr'

Then I want to
SELECT values (7 of them)
INTO variables (7 of them)
FROM schedneeds
WHERE ? = .vcr

The WHERE part is what I am not sure of. I have the variable but what word 
represents the whole row I just chose.

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01D6EDC8.C1B6E7C0]

From: rbase-l@googlegroups.com<mailto:rbase-l@googlegroups.com> 
mailto:rbase-l@googlegroups.com>> On Behalf Of Buddy 
Walker
Sent: Monday, January 18, 2021 4:53 PM
To: rbase-l@googlegroups.com<mailto:rbase-l@googlegroups.com>
Subject: RE: [RBASE-L] - new to drag and drop

You should be able to set a variable for the uniqueID row you click on. Then 
right your code as to what you want it to do



From: 'Jim Belisle' via RBASE-L 
mailto:rbase-l@googlegroups.com>>
Sent: Monday, January 18, 2021 5:42 PM
To: rbase-l@googlegroups.com<mailto:rbase-l@googlegroups.com>
Subject: RE: [RBASE-L] - new to drag and drop

I have that part, Buddy. I just do not know how (code wise) the row is grabbed. 
Some code has to be able to distinguish one row from the others. That is where 
I am stuck. I do not see a PROPERTY command that helps me identify a specific 
row in the DBGrid.

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01D6EDC8.C1B6E7C0]

From: rbase-l@googlegroups.com<mailto:rbase-l@googlegroups.com> 
mailto:rbase-l@googlegroups.com>> On Behalf Of Buddy 
Walker
Sent: Monday, January 18, 2021 4:38 PM
To: rbase-l@googlegroups.com<mailto:rbase-l@googlegroups.com>
Subject: RE: [RBASE-L] - new to drag and drop

CAUTION:This is an EXTERNAL EMAIL, STOP! and think before clicking on any links 
or opening attachments.
Jim
   Right click on DBGrid then enable Drag and Drop should be near the bottom. 
You will see Start Drag (EEP) and Drop Drag (EEP)
Buddy

From: 'Jim Belisle' via RBASE-L 
mailto:rbase-l@googlegroups.com>>
Sent: Monday, January 18, 2021 5:05 PM
To: rbase-l@googlegroups.com<mailto:rbase-l@googlegroups.com>
Subject: [RBASE-L] - new to drag and drop

I am new to drag and drop so not sure how to “GRAB” a row from a DBGrid.
The DBGrid is in the row select mode so I can grab a row.
Also the record count on the left is on so I have the row number.
How does one identify the specific row you want to grab?
In RDOCS I do not find a PROPERTY command to grab the record number of a row.

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01D6EDC8.C1B6E7C0]

--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
---
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
rbase-l+unsubscr...@googlegroups.com<mailto:rbase-l+unsubscr...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CH2PR02MB6821ED4691F176CAAA1B22FDA0A40%40CH2PR02MB6821.namprd02.prod.outlook.com<https://groups.google.com/d/msgid/rbase-l/CH2PR02MB6821ED4691F176CAAA1B22FDA0A40%40CH2PR02MB6821.namprd02.prod.outlook.com?utm_medium=email_source=footer>.
--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
---
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
rbase-l+unsubscr...@googlegroups.com<mailto:rbase-l+unsubscr...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CH2PR02MB68214D59477F2F7AA282476FA0A40%40CH2PR02MB6821.namprd02.prod.outlook.com<https://groups.google.com/d/msgid/rbase-l/CH2PR02MB68214D59477F2F7AA282476FA0A40%40CH2PR02MB6821.namprd02.prod.outlook.com?utm_medium=email_source=footer>.
--
For group guidelines, visit 
http://www.rbas

RE: [RBASE-L] - new to drag and drop

2021-01-18 Thread 'Jim Belisle' via RBASE-L
Okay. I was able to do that with this code
GETPROPERTY comp_pneed VISIBLEROWCOUNT 'vcr'

Then I want to
SELECT values (7 of them)
INTO variables (7 of them)
FROM schedneeds
WHERE ? = .vcr

The WHERE part is what I am not sure of. I have the variable but what word 
represents the whole row I just chose.

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01D6EDBB.502A3920]

From: rbase-l@googlegroups.com  On Behalf Of Buddy 
Walker
Sent: Monday, January 18, 2021 4:53 PM
To: rbase-l@googlegroups.com
Subject: RE: [RBASE-L] - new to drag and drop

You should be able to set a variable for the uniqueID row you click on. Then 
right your code as to what you want it to do



From: 'Jim Belisle' via RBASE-L 
mailto:rbase-l@googlegroups.com>>
Sent: Monday, January 18, 2021 5:42 PM
To: rbase-l@googlegroups.com<mailto:rbase-l@googlegroups.com>
Subject: RE: [RBASE-L] - new to drag and drop

I have that part, Buddy. I just do not know how (code wise) the row is grabbed. 
Some code has to be able to distinguish one row from the others. That is where 
I am stuck. I do not see a PROPERTY command that helps me identify a specific 
row in the DBGrid.

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01D6EDBB.502A3920]

From: rbase-l@googlegroups.com<mailto:rbase-l@googlegroups.com> 
mailto:rbase-l@googlegroups.com>> On Behalf Of Buddy 
Walker
Sent: Monday, January 18, 2021 4:38 PM
To: rbase-l@googlegroups.com<mailto:rbase-l@googlegroups.com>
Subject: RE: [RBASE-L] - new to drag and drop

CAUTION:This is an EXTERNAL EMAIL, STOP! and think before clicking on any links 
or opening attachments.
Jim
   Right click on DBGrid then enable Drag and Drop should be near the bottom. 
You will see Start Drag (EEP) and Drop Drag (EEP)
Buddy

From: 'Jim Belisle' via RBASE-L 
mailto:rbase-l@googlegroups.com>>
Sent: Monday, January 18, 2021 5:05 PM
To: rbase-l@googlegroups.com<mailto:rbase-l@googlegroups.com>
Subject: [RBASE-L] - new to drag and drop

I am new to drag and drop so not sure how to “GRAB” a row from a DBGrid.
The DBGrid is in the row select mode so I can grab a row.
Also the record count on the left is on so I have the row number.
How does one identify the specific row you want to grab?
In RDOCS I do not find a PROPERTY command to grab the record number of a row.

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01D6EDBB.502A3920]

--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
---
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
rbase-l+unsubscr...@googlegroups.com<mailto:rbase-l+unsubscr...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CH2PR02MB6821ED4691F176CAAA1B22FDA0A40%40CH2PR02MB6821.namprd02.prod.outlook.com<https://groups.google.com/d/msgid/rbase-l/CH2PR02MB6821ED4691F176CAAA1B22FDA0A40%40CH2PR02MB6821.namprd02.prod.outlook.com?utm_medium=email_source=footer>.
--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
---
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
rbase-l+unsubscr...@googlegroups.com<mailto:rbase-l+unsubscr...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CH2PR02MB68214D59477F2F7AA282476FA0A40%40CH2PR02MB6821.namprd02.prod.outlook.com<https://groups.google.com/d/msgid/rbase-l/CH2PR02MB68214D59477F2F7AA282476FA0A40%40CH2PR02MB6821.namprd02.prod.outlook.com?utm_medium=email_source=footer>.


-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CH2PR02MB682104A0FAAF8B744DA4C005A0A40%40CH2PR02MB6821.namprd02.prod.outlook.com.


RE: [RBASE-L] - new to drag and drop

2021-01-18 Thread 'Jim Belisle' via RBASE-L
I have that part, Buddy. I just do not know how (code wise) the row is grabbed. 
Some code has to be able to distinguish one row from the others. That is where 
I am stuck. I do not see a PROPERTY command that helps me identify a specific 
row in the DBGrid.

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01D6EDB8.E16227C0]

From: rbase-l@googlegroups.com  On Behalf Of Buddy 
Walker
Sent: Monday, January 18, 2021 4:38 PM
To: rbase-l@googlegroups.com
Subject: RE: [RBASE-L] - new to drag and drop

CAUTION:This is an EXTERNAL EMAIL, STOP! and think before clicking on any links 
or opening attachments.
Jim
   Right click on DBGrid then enable Drag and Drop should be near the bottom. 
You will see Start Drag (EEP) and Drop Drag (EEP)
Buddy

From: 'Jim Belisle' via RBASE-L 
mailto:rbase-l@googlegroups.com>>
Sent: Monday, January 18, 2021 5:05 PM
To: rbase-l@googlegroups.com<mailto:rbase-l@googlegroups.com>
Subject: [RBASE-L] - new to drag and drop

I am new to drag and drop so not sure how to “GRAB” a row from a DBGrid.
The DBGrid is in the row select mode so I can grab a row.
Also the record count on the left is on so I have the row number.
How does one identify the specific row you want to grab?
In RDOCS I do not find a PROPERTY command to grab the record number of a row.

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01D6EDB8.E16227C0]

--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
---
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
rbase-l+unsubscr...@googlegroups.com<mailto:rbase-l+unsubscr...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CH2PR02MB6821ED4691F176CAAA1B22FDA0A40%40CH2PR02MB6821.namprd02.prod.outlook.com<https://groups.google.com/d/msgid/rbase-l/CH2PR02MB6821ED4691F176CAAA1B22FDA0A40%40CH2PR02MB6821.namprd02.prod.outlook.com?utm_medium=email_source=footer>.


-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CH2PR02MB68214D59477F2F7AA282476FA0A40%40CH2PR02MB6821.namprd02.prod.outlook.com.


[RBASE-L] - new to drag and drop

2021-01-18 Thread 'Jim Belisle' via RBASE-L
I am new to drag and drop so not sure how to "GRAB" a row from a DBGrid.
The DBGrid is in the row select mode so I can grab a row.
Also the record count on the left is on so I have the row number.
How does one identify the specific row you want to grab?
In RDOCS I do not find a PROPERTY command to grab the record number of a row.

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01D6EDB0.0C373520]

-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CH2PR02MB6821ED4691F176CAAA1B22FDA0A40%40CH2PR02MB6821.namprd02.prod.outlook.com.


RE: [RBASE-L] - enhanced tab control

2021-01-18 Thread 'Jim Belisle' via RBASE-L
Yes.
I will be signing off for now.
Thanks for your suggestions and questions.

From: rbase-l@googlegroups.com  On Behalf Of jan 
johansen
Sent: Monday, January 18, 2021 8:36 AM
To: 'Jim Belisle' via RBASE-L 
Subject: RE: [RBASE-L] - enhanced tab control

Is your 'PROPERTY' code in the 'tab change eep'?



From: "'Jim Belisle' via RBASE-L" 
mailto:rbase-l@googlegroups.com>>
To: "rbase-l@googlegroups.com<mailto:rbase-l@googlegroups.com>" 
mailto:rbase-l@googlegroups.com>>
Date: Mon, 18 Jan 2021 14:13:38 +
Subject: RE: [RBASE-L] - enhanced tab control

No. Using the actual table.
My ultimate goal is to either do a drag and drop from another control that is 
on the same tab.
Or I may use a varlistview for the other table and do a click to bring rows 
over to the DBGrid table.

I am trying to associate each tab (I will end up with 10 or so tabs) to a diff. 
number.
Then using the drag and drop or click, bring rows over from another table side 
by side.

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01D6ED76.3B9606A0]

From: rbase-l@googlegroups.com<mailto:rbase-l@googlegroups.com> 
mailto:rbase-l@googlegroups.com>> On Behalf Of jan 
johansen
Sent: Monday, January 18, 2021 8:08 AM
To: 'Jim Belisle' via RBASE-L 
mailto:rbase-l@googlegroups.com>>
Subject: RE: [RBASE-L] - enhanced tab control

Jim,

Are you using a temp table to display the data in the db-grid?
If so, why not just drop the table, and reload it with only the rows you need.

Jan



From: "'Jim Belisle' via RBASE-L" 
mailto:rbase-l@googlegroups.com>>
To: "rbase-l@googlegroups.com<mailto:rbase-l@googlegroups.com>" 
mailto:rbase-l@googlegroups.com>>
Date: Mon, 18 Jan 2021 13:42:36 +
Subject: RE: [RBASE-L] - enhanced tab control

Thanks, Jan. I was able to capture the TAB caption just fine. Now for the next 
step.
The tab has an enhanced DBGrid control. I want to filter the information of the 
DBgrid based upon the caption. On tab change here is the code.

(this is successful)
GETPROPERTY comp_tab501 CAPTION 'vtabcap'

The code below does not change the DBgrid to show JUST the 501 info.
PROPERTY comp_501 'FILTERS->COLUMN_NAME->empid' .vtabcap
PROPERTY TABLE scheduling 'REFRESH'
RETURN

I have tried the code using an & in front of the var, without the single quotes 
on the FILTER section, etc. Nothing changes what the user will see. I want just 
the 501 info to show.

I even tried closing the table then opening it. No change.
PROPERTY TABLE scheduling 'CLOSE'
PROPERTY TABLE scheduling 'OPEN'

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01D6ED76.3B9606A0]

From: rbase-l@googlegroups.com<mailto:rbase-l@googlegroups.com> 
mailto:rbase-l@googlegroups.com>> On Behalf Of jan 
johansen
Sent: Monday, January 18, 2021 7:30 AM
To: 'Jim Belisle' via RBASE-L 
mailto:rbase-l@googlegroups.com>>
Subject: Re: [RBASE-L] - enhanced tab control


CAUTION:This is an EXTERNAL EMAIL, STOP! and think before clicking on any links 
or opening attachments.
Jim,

This might be a little hard to explain.

You need to assign a componentid to the overall control, which is the 
EnhancedTab control.
Then you need to assign componentid's to the individual tabs in the EnhancedTab 
control.

I think should point you in the right direction.

Jan







From: "'Jim Belisle' via RBASE-L" 
mailto:rbase-l@googlegroups.com>>
To: "rbase-l@googlegroups.com<mailto:rbase-l@googlegroups.com>" 
mailto:rbase-l@googlegroups.com>>
Date: Mon, 18 Jan 2021 12:42:18 +
Subject: [RBASE-L] - enhanced tab control

I am using the enhanced tab control for the first time.
I want to use the var links editor to capture the tabs caption value. It is 
also the first time for me to use the links editor.
[cid:image002.png@01D6ED76.3B9606A0]
The value of vtabcap is not changing and I get an error saying the var has not 
been defined.

[cid:image003.png@01D6ED76.3B9606A0]

So my questions are:

  1.  Am I using the links editor properly?
  2.  Is there a way to capture the caption of the tab using the GETPROPERTY 
commands? I do not see anything in RDOCS.

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01D6ED76.3B9606A0]


--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
---
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
rbase-l+unsubscr...@googlegroups.com<mailto:rbase-l+unsubscr...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CH2PR02MB6821371F2A19F0358DCDA156A0A40%40CH2PR02MB6821.namprd02.prod.outlook.com<https://groups.google.com/d/msgid/rbase-l/CH2PR02MB6821371F2A19F0358DCDA156A0A40%

RE: [RBASE-L] - enhanced tab control

2021-01-18 Thread 'Jim Belisle' via RBASE-L
No. Using the actual table.
My ultimate goal is to either do a drag and drop from another control that is 
on the same tab.
Or I may use a varlistview for the other table and do a click to bring rows 
over to the DBGrid table.

I am trying to associate each tab (I will end up with 10 or so tabs) to a diff. 
number.
Then using the drag and drop or click, bring rows over from another table side 
by side.

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01D6ED71.79090550]

From: rbase-l@googlegroups.com  On Behalf Of jan 
johansen
Sent: Monday, January 18, 2021 8:08 AM
To: 'Jim Belisle' via RBASE-L 
Subject: RE: [RBASE-L] - enhanced tab control

Jim,

Are you using a temp table to display the data in the db-grid?
If so, why not just drop the table, and reload it with only the rows you need.

Jan



From: "'Jim Belisle' via RBASE-L" 
mailto:rbase-l@googlegroups.com>>
To: "rbase-l@googlegroups.com<mailto:rbase-l@googlegroups.com>" 
mailto:rbase-l@googlegroups.com>>
Date: Mon, 18 Jan 2021 13:42:36 +
Subject: RE: [RBASE-L] - enhanced tab control

Thanks, Jan. I was able to capture the TAB caption just fine. Now for the next 
step.
The tab has an enhanced DBGrid control. I want to filter the information of the 
DBgrid based upon the caption. On tab change here is the code.

(this is successful)
GETPROPERTY comp_tab501 CAPTION 'vtabcap'

The code below does not change the DBgrid to show JUST the 501 info.
PROPERTY comp_501 'FILTERS->COLUMN_NAME->empid' .vtabcap
PROPERTY TABLE scheduling 'REFRESH'
RETURN

I have tried the code using an & in front of the var, without the single quotes 
on the FILTER section, etc. Nothing changes what the user will see. I want just 
the 501 info to show.

I even tried closing the table then opening it. No change.
PROPERTY TABLE scheduling 'CLOSE'
PROPERTY TABLE scheduling 'OPEN'

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01D6ED71.79090550]

From: rbase-l@googlegroups.com<mailto:rbase-l@googlegroups.com> 
mailto:rbase-l@googlegroups.com>> On Behalf Of jan 
johansen
Sent: Monday, January 18, 2021 7:30 AM
To: 'Jim Belisle' via RBASE-L 
mailto:rbase-l@googlegroups.com>>
Subject: Re: [RBASE-L] - enhanced tab control


CAUTION:This is an EXTERNAL EMAIL, STOP! and think before clicking on any links 
or opening attachments.
Jim,

This might be a little hard to explain.

You need to assign a componentid to the overall control, which is the 
EnhancedTab control.
Then you need to assign componentid's to the individual tabs in the EnhancedTab 
control.

I think should point you in the right direction.

Jan







From: "'Jim Belisle' via RBASE-L" 
mailto:rbase-l@googlegroups.com>>
To: "rbase-l@googlegroups.com<mailto:rbase-l@googlegroups.com>" 
mailto:rbase-l@googlegroups.com>>
Date: Mon, 18 Jan 2021 12:42:18 +
Subject: [RBASE-L] - enhanced tab control

I am using the enhanced tab control for the first time.
I want to use the var links editor to capture the tabs caption value. It is 
also the first time for me to use the links editor.
[cid:image002.png@01D6ED71.79090550]
The value of vtabcap is not changing and I get an error saying the var has not 
been defined.

[cid:image003.png@01D6ED71.79090550]

So my questions are:

  1.  Am I using the links editor properly?
  2.  Is there a way to capture the caption of the tab using the GETPROPERTY 
commands? I do not see anything in RDOCS.

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01D6ED71.79090550]


--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
---
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
rbase-l+unsubscr...@googlegroups.com<mailto:rbase-l+unsubscr...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CH2PR02MB6821371F2A19F0358DCDA156A0A40%40CH2PR02MB6821.namprd02.prod.outlook.com<https://groups.google.com/d/msgid/rbase-l/CH2PR02MB6821371F2A19F0358DCDA156A0A40%40CH2PR02MB6821.namprd02.prod.outlook.com?utm_medium=email_source=footer>.

--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
---
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
rbase-l+unsubscr...@googlegroups.com<mailto:rbase-l+unsubscr...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CH2PR02MB68218714920F69806D56923BA0A40%40CH2PR02MB6821.namprd02.prod.outlook.com<https://groups.google.com/d/msgid/rbase-l/CH2PR02MB68218714920F69806D56923BA0A40%40CH2PR02MB6821.namprd02.

RE: [RBASE-L] - enhanced tab control

2021-01-18 Thread 'Jim Belisle' via RBASE-L
Thanks, Jan. I was able to capture the TAB caption just fine. Now for the next 
step.
The tab has an enhanced DBGrid control. I want to filter the information of the 
DBgrid based upon the caption. On tab change here is the code.

(this is successful)
GETPROPERTY comp_tab501 CAPTION 'vtabcap'

The code below does not change the DBgrid to show JUST the 501 info.
PROPERTY comp_501 'FILTERS->COLUMN_NAME->empid' .vtabcap
PROPERTY TABLE scheduling 'REFRESH'
RETURN

I have tried the code using an & in front of the var, without the single quotes 
on the FILTER section, etc. Nothing changes what the user will see. I want just 
the 501 info to show.

I even tried closing the table then opening it. No change.
PROPERTY TABLE scheduling 'CLOSE'
PROPERTY TABLE scheduling 'OPEN'

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image002.jpg@01D6ED6D.7C4393B0]

From: rbase-l@googlegroups.com  On Behalf Of jan 
johansen
Sent: Monday, January 18, 2021 7:30 AM
To: 'Jim Belisle' via RBASE-L 
Subject: Re: [RBASE-L] - enhanced tab control

CAUTION:This is an EXTERNAL EMAIL, STOP! and think before clicking on any links 
or opening attachments.
Jim,

This might be a little hard to explain.

You need to assign a componentid to the overall control, which is the 
EnhancedTab control.
Then you need to assign componentid's to the individual tabs in the EnhancedTab 
control.

I think should point you in the right direction.

Jan







From: "'Jim Belisle' via RBASE-L" 
mailto:rbase-l@googlegroups.com>>
To: "rbase-l@googlegroups.com<mailto:rbase-l@googlegroups.com>" 
mailto:rbase-l@googlegroups.com>>
Date: Mon, 18 Jan 2021 12:42:18 +
Subject: [RBASE-L] - enhanced tab control

I am using the enhanced tab control for the first time.
I want to use the var links editor to capture the tabs caption value. It is 
also the first time for me to use the links editor.
[cid:image004.png@01D6ED6D.7C4393B0]
The value of vtabcap is not changing and I get an error saying the var has not 
been defined.

[cid:image005.png@01D6ED6D.7C4393B0]

So my questions are:

  1.  Am I using the links editor properly?
  2.  Is there a way to capture the caption of the tab using the GETPROPERTY 
commands? I do not see anything in RDOCS.

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image002.jpg@01D6ED6D.7C4393B0]


--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
---
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
rbase-l+unsubscr...@googlegroups.com<mailto:rbase-l+unsubscr...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CH2PR02MB6821371F2A19F0358DCDA156A0A40%40CH2PR02MB6821.namprd02.prod.outlook.com<https://groups.google.com/d/msgid/rbase-l/CH2PR02MB6821371F2A19F0358DCDA156A0A40%40CH2PR02MB6821.namprd02.prod.outlook.com?utm_medium=email_source=footer>.


-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CH2PR02MB68218714920F69806D56923BA0A40%40CH2PR02MB6821.namprd02.prod.outlook.com.


[RBASE-L] - enhanced tab control

2021-01-18 Thread 'Jim Belisle' via RBASE-L
I am using the enhanced tab control for the first time.
I want to use the var links editor to capture the tabs caption value. It is 
also the first time for me to use the links editor.
[cid:image001.png@01D6ED64.ADDF1880]
The value of vtabcap is not changing and I get an error saying the var has not 
been defined.

[cid:image003.png@01D6ED65.10045ED0]

So my questions are:

  1.  Am I using the links editor properly?
  2.  Is there a way to capture the caption of the tab using the GETPROPERTY 
commands? I do not see anything in RDOCS.

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image002.jpg@01D6ED64.ADDF1880]

-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CH2PR02MB6821371F2A19F0358DCDA156A0A40%40CH2PR02MB6821.namprd02.prod.outlook.com.


[RBASE-L] - RE: enhanced DB grid

2021-01-15 Thread 'Jim Belisle' via RBASE-L
This is a temp table as part of a form that has two DB grids and two var 
listviews.
So I am in the table itself when the box comes up. The form settings is not 
controlling this DBgrid.
I already have the do not show save dialog checked.

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01D6EB2B.D1409500]

From: rbase-l@googlegroups.com  On Behalf Of Dan 
Goldberg
Sent: Friday, January 15, 2021 10:38 AM
To: rbase-l@googlegroups.com
Subject: [RBASE-L] - Re: enhanced DB grid

CAUTION:This is an EXTERNAL EMAIL, STOP! and think before clicking on any links 
or opening attachments.
Form setting has a checkbox to turn it off
Dan Goldberg
MIS Manager
Lance Campers


From: 'Jim Belisle' via RBASE-L 
mailto:rbase-l@googlegroups.com>>
Sent: Friday, January 15, 2021 8:36:09 AM
To: rbase-l@googlegroups.com<mailto:rbase-l@googlegroups.com> 
mailto:rbase-l@googlegroups.com>>
Subject: [RBASE-L] - enhanced DB grid


Is there a PROPERTY command for the enhanced DB grid that prevents this box 
from coming up when you make a change in a row?

[cid:image002.png@01D6EB2B.D1409500]





James Belisle



Making Information Systems People Friendly Since 1990

[cid:image001.jpg@01D6EB2B.D1409500]


--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
---
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
rbase-l+unsubscr...@googlegroups.com<mailto:rbase-l+unsubscr...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CH2PR02MB68210094C1E9574A71E4B2DFA0A70%40CH2PR02MB6821.namprd02.prod.outlook.com<https://groups.google.com/d/msgid/rbase-l/CH2PR02MB68210094C1E9574A71E4B2DFA0A70%40CH2PR02MB6821.namprd02.prod.outlook.com?utm_medium=email_source=footer>.


-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CH2PR02MB68217B84284A95E415B486FCA0A70%40CH2PR02MB6821.namprd02.prod.outlook.com.


[RBASE-L] - enhanced DB grid

2021-01-15 Thread 'Jim Belisle' via RBASE-L
Is there a PROPERTY command for the enhanced DB grid that prevents this box 
from coming up when you make a change in a row?
[cid:image002.png@01D6EB2A.3C00D690]


James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01D6EB24.4CF47ED0]

-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CH2PR02MB68210094C1E9574A71E4B2DFA0A70%40CH2PR02MB6821.namprd02.prod.outlook.com.


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

2021-01-13 Thread 'Jim Belisle' via RBASE-L
Try this.
Use the strip function (SSTRIP(source, chars)) to strip the space and the AM or 
PM from the text.
Ex.  SET VAR vstrip TEXT = (SSTRIP(8:00 AM, ' APM'))

Then set the next var to TIME this var.
EX. SET VAR vtime TIME = .vstrip

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01D6E98B.F70AE2A0]

From: rbase-l@googlegroups.com  On Behalf Of Dan 
Goldberg
Sent: Wednesday, January 13, 2021 8:58 AM
To: 'rbase-l@googlegroups.com' 
Subject: [RBASE-L] - convert text to time data type

CAUTION:This is an EXTERNAL EMAIL, STOP! and think before clicking on any links 
or opening attachments.
I have a text field that a user selects from for each hour.

8:00 AM
9:00 AM
10:00 AM


I need to convert that to a time format so I can use it in calculations. I do 
not see a function to do so. Anyone know how I can convert it?

TIA

Dan Goldberg


-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CH2PR02MB68218543DA652FA802F4B9A7A0A90%40CH2PR02MB6821.namprd02.prod.outlook.com.


RE: [RBASE-L] - dbgrid not showing all rows

2021-01-07 Thread 'Jim Belisle' via RBASE-L
Jan,

I can look into that. In that case, I may need to create a temp table with diff 
col names.

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01D6E4FA.389A94E0]

From: rbase-l@googlegroups.com  On Behalf Of jan 
johansen
Sent: Thursday, January 7, 2021 12:39 PM
To: 'Jim Belisle' via RBASE-L 
Subject: Re: [RBASE-L] - dbgrid not showing all rows

CAUTION:This is an EXTERNAL EMAIL, STOP! and think before clicking on any links 
or opening attachments.
James,

I'm not going to say this correctly.
If you have have 2 rows with a duplicated column, no rows show.

Does that make sense?

Jan



From: "'Jim Belisle' via RBASE-L" 
mailto:rbase-l@googlegroups.com>>
To: "rbase-l@googlegroups.com<mailto:rbase-l@googlegroups.com>" 
mailto:rbase-l@googlegroups.com>>
Date: Thu, 7 Jan 2021 18:32:24 +
Subject: [RBASE-L] - dbgrid not showing all rows

I am sure I am missing something simple but here is the problem.
I am adding a DB grid to a form based upon a temp table.
When the grid is visible with a property command all that shows are the first 
two rows.
When I look at the temp table, all rows are there.

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01D6E4FA.389A94E0]


--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
---
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
rbase-l+unsubscr...@googlegroups.com<mailto:rbase-l+unsubscr...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CY4PR0201MB33943600F72AB712B77B49ECA0AF0%40CY4PR0201MB3394.namprd02.prod.outlook.com<https://groups.google.com/d/msgid/rbase-l/CY4PR0201MB33943600F72AB712B77B49ECA0AF0%40CY4PR0201MB3394.namprd02.prod.outlook.com?utm_medium=email_source=footer>.


-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CY4PR0201MB3394AC5ED45457E112464F52A0AF0%40CY4PR0201MB3394.namprd02.prod.outlook.com.


[RBASE-L] - dbgrid not showing all rows

2021-01-07 Thread 'Jim Belisle' via RBASE-L
I am sure I am missing something simple but here is the problem.
I am adding a DB grid to a form based upon a temp table.
When the grid is visible with a property command all that shows are the first 
two rows.
When I look at the temp table, all rows are there.

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01D6E4F1.2610BA10]

-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CY4PR0201MB33943600F72AB712B77B49ECA0AF0%40CY4PR0201MB3394.namprd02.prod.outlook.com.


RE: [RBASE-L] - VAR LOOKUP LISTVIEW

2021-01-05 Thread 'Jim Belisle' via RBASE-L
Thanks Tony. I was looking at that earlier but only looked at it in the 
PROPERTY command.
Your email prompted me to do some figuring and I am well on my way to what I 
want to accomplish.

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01D6E385.F94D8150]

From: rbase-l@googlegroups.com  On Behalf Of Tony Luck
Sent: Tuesday, January 5, 2021 2:00 PM
To: rbase-l@googlegroups.com
Subject: Re: [RBASE-L] - VAR LOOKUP LISTVIEW

CAUTION:This is an EXTERNAL EMAIL, STOP! and think before clicking on any links 
or opening attachments.
Below is a snippet  of code I use with the checkbox to allow the user to select 
multiple ponds then process them either as a collective or you could process 
them individually
The GETPROPERTY componentid CHECKEDITEMS variable will contain the checked 
items. The use of the ampersand variable is a little trick I've been using 
since the RBase 2.11 days, god I'm getting old, anyway it works very quickly.

SET VAR vlist TEXT = NULL
GETPROPERTY list1 CHECKEDITEMS vlist

UPDATE seasontrack SET stockdate = .#DATE, seasondesc = .vseason +
WHERE site IN (CHOOSE site FROM seasontrack WHERE site CONTAINS )
RETURN

On Wed, Jan 6, 2021 at 4:02 AM 'Jim Belisle' via RBASE-L 
mailto:rbase-l@googlegroups.com>> wrote:
I noticed there is an effect (on the variable list view control) of show check 
boxes. However I do not see the purpose of the check boxes.
I see no EEP available that relates specifically to the checked boxes.

  1.  So what is the purpose of having the check boxes?
  2.  Is there a way to assign an eep to fire when the checkbox is checked?

I want to be able to bring up a form (as well as enter a qty in a var) based on 
the box being checked.

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01D6E385.F94D8150]

--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
---
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
rbase-l+unsubscr...@googlegroups.com<mailto:rbase-l+unsubscr...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CY4PR0201MB3394D623094268B659620318A0D10%40CY4PR0201MB3394.namprd02.prod.outlook.com<https://groups.google.com/d/msgid/rbase-l/CY4PR0201MB3394D623094268B659620318A0D10%40CY4PR0201MB3394.namprd02.prod.outlook.com?utm_medium=email_source=footer>.


--
Regards
Tony
--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
---
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
rbase-l+unsubscr...@googlegroups.com<mailto:rbase-l+unsubscr...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CABnhDASSgPB2XgMwJQJs%2Bo1yGkYgkOU9PjXx87Sx%2BdGmWO-vuQ%40mail.gmail.com<https://groups.google.com/d/msgid/rbase-l/CABnhDASSgPB2XgMwJQJs%2Bo1yGkYgkOU9PjXx87Sx%2BdGmWO-vuQ%40mail.gmail.com?utm_medium=email_source=footer>.



-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CY4PR0201MB3394C8E58EB20D194DBF88A5A0D00%40CY4PR0201MB3394.namprd02.prod.outlook.com.


[RBASE-L] - VAR LOOKUP LISTVIEW

2021-01-05 Thread 'Jim Belisle' via RBASE-L
I noticed there is an effect (on the variable list view control) of show check 
boxes. However I do not see the purpose of the check boxes.
I see no EEP available that relates specifically to the checked boxes.

  1.  So what is the purpose of having the check boxes?
  2.  Is there a way to assign an eep to fire when the checkbox is checked?

I want to be able to bring up a form (as well as enter a qty in a var) based on 
the box being checked.

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01D6E35A.A264B8C0]

-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CY4PR0201MB3394D623094268B659620318A0D10%40CY4PR0201MB3394.namprd02.prod.outlook.com.


RE: Re[2]: [RBASE-L] - autonum when creating

2020-12-24 Thread 'Jim Belisle' via RBASE-L
Thanks Bruce.

My Christmas present is if I can get this task scheduling form to work 
properly. 

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01D6D9E1.6C396CA0]

From: rbase-l@googlegroups.com  On Behalf Of Bruce 
Chitiea
Sent: Thursday, December 24, 2020 10:34 AM
To: rbase-l@googlegroups.com
Subject: Re[2]: [RBASE-L] - autonum when creating

When there is already data in the table:

If you have a temp-table column containing DISTINCT primary key values, you can 
AUTONUM that column (to add more rows) by following Tony's syntax, but with the 
NONUM parameter.

NONUM autonumbers a column without overwriting existing column values.

Merry Christmas, James!

Bruce A. Chitiea
SafeSectors, Inc.
---
112 Harvard Ave #272
Claremont CA 91711-4716
---
rby...@safesectors.com<mailto:rby...@safesectors.com>
---
+011 (909) 238-9012 c
+011 (909) 912-8678 f


-- Original Message --
From: "jan johansen" mailto:j...@jjcalibrations.com>>
To: "'Jim Belisle' via RBASE-L" 
mailto:rbase-l@googlegroups.com>>
Sent: 12/24/2020 6:02:37 AM
Subject: RE: [RBASE-L] - autonum when creating


Jim,

Yes. The AUTONUM is issued after the table is created and before you insert 
data.

Jan


From: "'Jim Belisle' via RBASE-L" 
mailto:rbase-l@googlegroups.com>>
To: "rbase-l@googlegroups.com<mailto:rbase-l@googlegroups.com>" 
mailto:rbase-l@googlegroups.com>>
Date: Thu, 24 Dec 2020 13:51:03 +
Subject: RE: [RBASE-L] - autonum when creating

Tony,

So after you create the table but before adding rows you use the code you 
mentioned instead of the alter table command?

I saw the syntax you mentioned but was not sure if I used the alter command.

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01D6D9E1.6C396CA0]

From: rbase-l@googlegroups.com<mailto:rbase-l@googlegroups.com> 
mailto:rbase-l@googlegroups.com>> On Behalf Of Tony 
IJntema
Sent: Thursday, December 24, 2020 7:41 AM
To: rbase-l@googlegroups.com<mailto:rbase-l@googlegroups.com>
Subject: Re: [RBASE-L] - autonum when creating


CAUTION:This is an EXTERNAL EMAIL, STOP! and think before clicking on any links 
or opening attachments.
AUTONUM  IN   USINGNUM
Tony

Op 24-12-2020 om 14:27 schreef 'Jim Belisle' via RBASE-L:
What is the proper syntax for creating a column within a temp table as an auto 
numbered column?

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01D6D9E1.6C396CA0]

--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
---
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
rbase-l+unsubscr...@googlegroups.com<mailto:rbase-l+unsubscr...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CY4PR0201MB3394F36E4750A622B0545B5FA0DD0%40CY4PR0201MB3394.namprd02.prod.outlook.com<https://groups.google.com/d/msgid/rbase-l/CY4PR0201MB3394F36E4750A622B0545B5FA0DD0%40CY4PR0201MB3394.namprd02.prod.outlook.com?utm_medium=email_source=footer>.

--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
---
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
rbase-l+unsubscr...@googlegroups.com<mailto:rbase-l+unsubscr...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CY4PR0201MB339466EAC7B6E384E173574DA0DD0%40CY4PR0201MB3394.namprd02.prod.outlook.com<https://groups.google.com/d/msgid/rbase-l/CY4PR0201MB339466EAC7B6E384E173574DA0DD0%40CY4PR0201MB3394.namprd02.prod.outlook.com?utm_medium=email_source=footer>.
--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
---
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
rbase-l+unsubscr...@googlegroups.com<mailto:rbase-l+unsubscr...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/WC20201224140237.72000E%40jjcalibrations.com<https://groups.google.com/d/msgid/rbase-l/WC20201224140237.72000E%40jjcalibrations.com?utm_medium=email_source=footer>.



-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an em

RE: [RBASE-L] - autonum when creating

2020-12-24 Thread 'Jim Belisle' via RBASE-L
I am glad you were able to get some sunshine. Just a little time zone 
difference

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01D6D9D8.E493C0A0]

From: rbase-l@googlegroups.com  On Behalf Of Tony 
IJntema
Sent: Thursday, December 24, 2020 9:29 AM
To: 'Jim Belisle' via RBASE-L 
Subject: Re: [RBASE-L] - autonum when creating


James,

Sorry for not replying. However the sun was shining after days with a lot of 
rain. So I took my bike and went to the local river (The IJssel in Holland) to 
get some fresh air.

Jan was right with autonum.

What I sometimes do with (temp) tables, is create the table with RBdefine and 
then unload the structure. Then you are sure everything is in the proper order.



Tony

Op 24-12-2020 om 15:03 schreef 'Jim Belisle' via RBASE-L:
Thanks to Tony and Jan. I seldom use the auto num so all new to me.

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01D6D9D8.E493C0A0]

From: rbase-l@googlegroups.com<mailto:rbase-l@googlegroups.com> 
<mailto:rbase-l@googlegroups.com> On Behalf Of jan 
johansen
Sent: Thursday, December 24, 2020 8:03 AM
To: 'Jim Belisle' via RBASE-L 
<mailto:rbase-l@googlegroups.com>
Subject: RE: [RBASE-L] - autonum when creating


Jim,

Yes. The AUTONUM is issued after the table is created and before you insert 
data.

Jan


From: "'Jim Belisle' via RBASE-L" 
mailto:rbase-l@googlegroups.com>>
To: "rbase-l@googlegroups.com<mailto:rbase-l@googlegroups.com>" 
mailto:rbase-l@googlegroups.com>>
Date: Thu, 24 Dec 2020 13:51:03 +
Subject: RE: [RBASE-L] - autonum when creating

Tony,

So after you create the table but before adding rows you use the code you 
mentioned instead of the alter table command?

I saw the syntax you mentioned but was not sure if I used the alter command.

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01D6D9D8.E493C0A0]

From: rbase-l@googlegroups.com<mailto:rbase-l@googlegroups.com> 
mailto:rbase-l@googlegroups.com>> On Behalf Of Tony 
IJntema
Sent: Thursday, December 24, 2020 7:41 AM
To: rbase-l@googlegroups.com<mailto:rbase-l@googlegroups.com>
Subject: Re: [RBASE-L] - autonum when creating


CAUTION:This is an EXTERNAL EMAIL, STOP! and think before clicking on any links 
or opening attachments.
AUTONUM  IN   USINGNUM
Tony

Op 24-12-2020 om 14:27 schreef 'Jim Belisle' via RBASE-L:
What is the proper syntax for creating a column within a temp table as an auto 
numbered column?

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01D6D9D8.E493C0A0]

--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
---
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
rbase-l+unsubscr...@googlegroups.com<mailto:rbase-l+unsubscr...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CY4PR0201MB3394F36E4750A622B0545B5FA0DD0%40CY4PR0201MB3394.namprd02.prod.outlook.com<https://groups.google.com/d/msgid/rbase-l/CY4PR0201MB3394F36E4750A622B0545B5FA0DD0%40CY4PR0201MB3394.namprd02.prod.outlook.com?utm_medium=email_source=footer>.

--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
---
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
rbase-l+unsubscr...@googlegroups.com<mailto:rbase-l+unsubscr...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CY4PR0201MB339466EAC7B6E384E173574DA0DD0%40CY4PR0201MB3394.namprd02.prod.outlook.com<https://groups.google.com/d/msgid/rbase-l/CY4PR0201MB339466EAC7B6E384E173574DA0DD0%40CY4PR0201MB3394.namprd02.prod.outlook.com?utm_medium=email_source=footer>.
--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
---
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
rbase-l+unsubscr...@googlegroups.com<mailto:rbase-l+unsubscr...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CY4PR0201MB33946BAECEAF0DE8BB73F771A0DD0%40CY4PR0201MB3394.namprd02.prod.outlook.com<https://groups.google.com/d/msgid/rbase-l/CY4PR0201MB33946BAECEAF0DE8BB73F771A0DD0%40CY4PR0201MB3394.namprd02.prod.outlook.com?utm_medium=email_source=footer>.


-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Group

[RBASE-L] - task scheduler

2020-12-24 Thread 'Jim Belisle' via RBASE-L
I am new with the task scheduler. I added information to the temp table I am 
using for the scheduler.
However when in the design mode and hit the RUN button, all the entries go back 
to 1899.

I guess I have many questions on this but the first one is regarding the fields.

  1.  I have a date field formatted with four digit year using 09/08/2020 as 
the date.
  2.  The start and stop times for the individual tasks are using the TIME data 
type rather than DATETIME.
  3.  The PROPERTY command on after start goes to the date of 09/08/2020.

So the two immediate questions are:

  1.  How does the calendar know what field to look at to sync the date to the 
form? Somehow it is not syncing with the date field.

Note: My global settings are set to (both format and sequence to MM/DD/.
I am sure it is something simple but I am sure I will be asking more questions.

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01D6D9CB.F5217F50]

-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CY4PR0201MB33941A47C7CEAA1406B9A4C3A0DD0%40CY4PR0201MB3394.namprd02.prod.outlook.com.


RE: [RBASE-L] - autonum when creating

2020-12-24 Thread 'Jim Belisle' via RBASE-L
Thanks to Tony and Jan. I seldom use the auto num so all new to me.

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01D6D9CB.51C2FCD0]

From: rbase-l@googlegroups.com  On Behalf Of jan 
johansen
Sent: Thursday, December 24, 2020 8:03 AM
To: 'Jim Belisle' via RBASE-L 
Subject: RE: [RBASE-L] - autonum when creating


Jim,

Yes. The AUTONUM is issued after the table is created and before you insert 
data.

Jan


From: "'Jim Belisle' via RBASE-L" 
mailto:rbase-l@googlegroups.com>>
To: "rbase-l@googlegroups.com<mailto:rbase-l@googlegroups.com>" 
mailto:rbase-l@googlegroups.com>>
Date: Thu, 24 Dec 2020 13:51:03 +
Subject: RE: [RBASE-L] - autonum when creating

Tony,

So after you create the table but before adding rows you use the code you 
mentioned instead of the alter table command?

I saw the syntax you mentioned but was not sure if I used the alter command.

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01D6D9CB.51C2FCD0]

From: rbase-l@googlegroups.com<mailto:rbase-l@googlegroups.com> 
mailto:rbase-l@googlegroups.com>> On Behalf Of Tony 
IJntema
Sent: Thursday, December 24, 2020 7:41 AM
To: rbase-l@googlegroups.com<mailto:rbase-l@googlegroups.com>
Subject: Re: [RBASE-L] - autonum when creating


CAUTION:This is an EXTERNAL EMAIL, STOP! and think before clicking on any links 
or opening attachments.
AUTONUM  IN   USING    NUM
Tony

Op 24-12-2020 om 14:27 schreef 'Jim Belisle' via RBASE-L:
What is the proper syntax for creating a column within a temp table as an auto 
numbered column?

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01D6D9CB.51C2FCD0]

--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
---
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
rbase-l+unsubscr...@googlegroups.com<mailto:rbase-l+unsubscr...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CY4PR0201MB3394F36E4750A622B0545B5FA0DD0%40CY4PR0201MB3394.namprd02.prod.outlook.com<https://groups.google.com/d/msgid/rbase-l/CY4PR0201MB3394F36E4750A622B0545B5FA0DD0%40CY4PR0201MB3394.namprd02.prod.outlook.com?utm_medium=email_source=footer>.

--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
---
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
rbase-l+unsubscr...@googlegroups.com<mailto:rbase-l+unsubscr...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CY4PR0201MB339466EAC7B6E384E173574DA0DD0%40CY4PR0201MB3394.namprd02.prod.outlook.com<https://groups.google.com/d/msgid/rbase-l/CY4PR0201MB339466EAC7B6E384E173574DA0DD0%40CY4PR0201MB3394.namprd02.prod.outlook.com?utm_medium=email_source=footer>.


-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CY4PR0201MB33946BAECEAF0DE8BB73F771A0DD0%40CY4PR0201MB3394.namprd02.prod.outlook.com.


RE: [RBASE-L] - autonum when creating

2020-12-24 Thread 'Jim Belisle' via RBASE-L
Tony,

So after you create the table but before adding rows you use the code you 
mentioned instead of the alter table command?

I saw the syntax you mentioned but was not sure if I used the alter command.

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01D6D9C9.8695DAB0]

From: rbase-l@googlegroups.com  On Behalf Of Tony 
IJntema
Sent: Thursday, December 24, 2020 7:41 AM
To: rbase-l@googlegroups.com
Subject: Re: [RBASE-L] - autonum when creating

CAUTION:This is an EXTERNAL EMAIL, STOP! and think before clicking on any links 
or opening attachments.

AUTONUM  IN   USINGNUM
Tony

Op 24-12-2020 om 14:27 schreef 'Jim Belisle' via RBASE-L:
What is the proper syntax for creating a column within a temp table as an auto 
numbered column?

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01D6D9C9.8695DAB0]

--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
---
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
rbase-l+unsubscr...@googlegroups.com<mailto:rbase-l+unsubscr...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CY4PR0201MB3394F36E4750A622B0545B5FA0DD0%40CY4PR0201MB3394.namprd02.prod.outlook.com<https://groups.google.com/d/msgid/rbase-l/CY4PR0201MB3394F36E4750A622B0545B5FA0DD0%40CY4PR0201MB3394.namprd02.prod.outlook.com?utm_medium=email_source=footer>.


-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CY4PR0201MB339466EAC7B6E384E173574DA0DD0%40CY4PR0201MB3394.namprd02.prod.outlook.com.


[RBASE-L] - autonum when creating

2020-12-24 Thread 'Jim Belisle' via RBASE-L
What is the proper syntax for creating a column within a temp table as an auto 
numbered column?

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01D6D9C6.3789D460]

-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CY4PR0201MB3394F36E4750A622B0545B5FA0DD0%40CY4PR0201MB3394.namprd02.prod.outlook.com.


RE: [RBASE-L] - Query

2020-12-23 Thread 'Jim Belisle' via RBASE-L
Jan,

How many times have I had those, Duh, moments. Too many to recall.
You also have a Merry Christmas.

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01D6D921.D87765E0]

From: rbase-l@googlegroups.com  On Behalf Of jan 
johansen
Sent: Wednesday, December 23, 2020 11:44 AM
To: 'Jim Belisle' via RBASE-L 
Subject: RE: [RBASE-L] - Query

Duh,

Thanks Jim.

Merry Christmas!

Jan



From: "'Jim Belisle' via RBASE-L" 
mailto:rbase-l@googlegroups.com>>
To: "rbase-l@googlegroups.com<mailto:rbase-l@googlegroups.com>" 
mailto:rbase-l@googlegroups.com>>
Date: Wed, 23 Dec 2020 17:35:11 +
Subject: RE: [RBASE-L] - Query

BROWSE table1 WHERE common col info NOT IN  (SELECT common col info FROM table2)

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01D6D921.D87765E0]

From: rbase-l@googlegroups.com<mailto:rbase-l@googlegroups.com> 
mailto:rbase-l@googlegroups.com>> On Behalf Of jan 
johansen
Sent: Wednesday, December 23, 2020 11:33 AM
To: rbase-l@googlegroups.com<mailto:rbase-l@googlegroups.com>
Subject: [RBASE-L] - Query


CAUTION:This is an EXTERNAL EMAIL, STOP! and think before clicking on any links 
or opening attachments.
Group,

Situation.

Table 1 and Table 2 are related via a common column.

I want to view items in Table 1 that doesn't have any data in Table 2.

This should be simple but the syntax escapes me right now.

Jan

--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
---
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
rbase-l+unsubscr...@googlegroups.com<mailto:rbase-l+unsubscr...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CY4PR0201MB3394F53004A650C67DE5AD62A0DE0%40CY4PR0201MB3394.namprd02.prod.outlook.com<https://groups.google.com/d/msgid/rbase-l/CY4PR0201MB3394F53004A650C67DE5AD62A0DE0%40CY4PR0201MB3394.namprd02.prod.outlook.com?utm_medium=email_source=footer>.


-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CY4PR0201MB3394E7339718DAB158C9C273A0DE0%40CY4PR0201MB3394.namprd02.prod.outlook.com.


[RBASE-L] - RE: out of sync

2020-12-23 Thread 'Jim Belisle' via RBASE-L
Thanks, Dan. Simple and works. That is the way I like it.

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01D6D921.B6FBC5F0]

From: rbase-l@googlegroups.com  On Behalf Of Dan 
Goldberg
Sent: Wednesday, December 23, 2020 11:39 AM
To: rbase-l@googlegroups.com
Subject: [RBASE-L] - RE: out of sync

CAUTION:This is an EXTERNAL EMAIL, STOP! and think before clicking on any links 
or opening attachments.
RBSYNC dbname EXECUTE

Dan Goldberg



From: 'Jim Belisle' via RBASE-L 
mailto:rbase-l@googlegroups.com>>
Sent: Wednesday, December 23, 2020 9:37 AM
To: rbase-l@googlegroups.com<mailto:rbase-l@googlegroups.com>
Subject: [RBASE-L] - out of sync

We just had an Internet outage and it cause RBASE to get corrupted. Now the RX4 
file is out of sync.
I have RSCOPE and it shows an index error.

How does one go about getting the RX4 file back in sync with the others. I 
cannot connect to the DB to do any kind of rebuild or pack.

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01D6D921.B6FBC5F0]

--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
---
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
rbase-l+unsubscr...@googlegroups.com<mailto:rbase-l+unsubscr...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CY4PR0201MB3394254B989C69F48B73B7B0A0DE0%40CY4PR0201MB3394.namprd02.prod.outlook.com<https://groups.google.com/d/msgid/rbase-l/CY4PR0201MB3394254B989C69F48B73B7B0A0DE0%40CY4PR0201MB3394.namprd02.prod.outlook.com?utm_medium=email_source=footer>.


-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CY4PR0201MB3394B2D7596C043C1596830DA0DE0%40CY4PR0201MB3394.namprd02.prod.outlook.com.


[RBASE-L] - out of sync

2020-12-23 Thread 'Jim Belisle' via RBASE-L
We just had an Internet outage and it cause RBASE to get corrupted. Now the RX4 
file is out of sync.
I have RSCOPE and it shows an index error.

How does one go about getting the RX4 file back in sync with the others. I 
cannot connect to the DB to do any kind of rebuild or pack.

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01D6D91F.E3FA65E0]

-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CY4PR0201MB3394254B989C69F48B73B7B0A0DE0%40CY4PR0201MB3394.namprd02.prod.outlook.com.


RE: [RBASE-L] - Query

2020-12-23 Thread 'Jim Belisle' via RBASE-L
BROWSE table1 WHERE common col info NOT IN  (SELECT common col info FROM table2)

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01D6D91F.AB633EF0]

From: rbase-l@googlegroups.com  On Behalf Of jan 
johansen
Sent: Wednesday, December 23, 2020 11:33 AM
To: rbase-l@googlegroups.com
Subject: [RBASE-L] - Query

CAUTION:This is an EXTERNAL EMAIL, STOP! and think before clicking on any links 
or opening attachments.
Group,

Situation.

Table 1 and Table 2 are related via a common column.

I want to view items in Table 1 that doesn't have any data in Table 2.

This should be simple but the syntax escapes me right now.

Jan


-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CY4PR0201MB3394F53004A650C67DE5AD62A0DE0%40CY4PR0201MB3394.namprd02.prod.outlook.com.


[RBASE-L] - drag and drop

2020-12-23 Thread 'Jim Belisle' via RBASE-L
I have a couple of questions about drag and drop. I have never used this 
feature.

  1.  Can you drag and drop between tables if both tables are associated on the 
same form? Or can you only drag within one table?
  2.  I have read the instructions on Drag and Drop but do not understand what 
code I would use in each part, On start drag, on drag drop.

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01D6D90C.922F32D0]

-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CY4PR0201MB3394F03F2DD0F9187B34B574A0DE0%40CY4PR0201MB3394.namprd02.prod.outlook.com.


RE: [RBASE-L] - Creating DB Task Tracker Hints as Description

2020-12-22 Thread 'Jim Belisle' via RBASE-L
Razzak and Dan,

Real nice layouts. We are looking at scheduling and these will give us more 
ways to look at what we want as an end product. I really like this thread. Very 
helpful.

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01D6D850.8C9D4A30]

From: rbase-l@googlegroups.com  On Behalf Of A. 
Razzak Memon
Sent: Tuesday, December 22, 2020 10:37 AM
To: rbase-l@googlegroups.com
Subject: [RBASE-L] - Creating DB Task Tracker Hints as Description

CAUTION:This is an EXTERNAL EMAIL, STOP! and think before clicking on any links 
or opening attachments.
Using the latest updates of R:BASE X.5 Enterprise (Version 10.5),
here's how you can create DB Task Tracker Hints as Description.

See attached screenshots for complete details 

Have Fun!

Very Best R:egards,

Razzak

--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
---
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/0MFN9m-1koRI112c0-00ELvf%40mrelay.perfora.net.



-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CY4PR0201MB3394391056CEABDE7CF029DBA0DF0%40CY4PR0201MB3394.namprd02.prod.outlook.com.


[RBASE-L] - pop up menu in DB Grid Tree

2020-12-21 Thread 'Jim Belisle' via RBASE-L
I did not see any choice for a pop up menu within a DB Grid Tree. Is there a 
property command that would give this option?
This would be for individual cells within the DB grid.

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01D6D79D.00475340]

-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CY4PR0201MB3394DF72FBF9E4D473F8FB96A0C00%40CY4PR0201MB3394.namprd02.prod.outlook.com.


RE: [RBASE-L] - using INNER JOINS?

2020-12-19 Thread 'Jim Belisle' via RBASE-L
Reading the help regarding the use of JOIN in this manner using ALL columns of 
each table so that is not useful for what I am trying to do. Thanks for 
pointing me there anyway.

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01D6D5F9.9A4F9C90]

From: 'Jim Belisle' via RBASE-L 
Sent: Saturday, December 19, 2020 9:47 AM
To: rbase-l@googlegroups.com
Subject: RE: [RBASE-L] - using INNER JOINS?

I will give it a try. Thanks.

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01D6D5F9.9A4F9C90]

From: rbase-l@googlegroups.com<mailto:rbase-l@googlegroups.com> 
mailto:rbase-l@googlegroups.com>> On Behalf Of Bruce 
Chitiea
Sent: Saturday, December 19, 2020 9:44 AM
To: rbase-l@googlegroups.com<mailto:rbase-l@googlegroups.com>
Subject: Re: [RBASE-L] - using INNER JOINS?

CAUTION:This is an EXTERNAL EMAIL, STOP! and think before clicking on any links 
or opening attachments.
perhaps of some assistance here?

Bruce

***

Friday, March 14, 2014

Tip of the Day: JOIN, INTERSECT, SUBTRACT, and UNION - Temporary Table
Support
Product.: R:BASE eXtreme 9.5 (32/64)
Build...: 9.5.4.30310 or higher www.rupdates.com<http://www.rupdates.com>
Keywords: JOIN, INTERSECT, SUBTRACT, UNION, TEMPORARY
Section.: Commands, Temporary Tables

Did you know that a TEMPORARY option has been enhanced for the JOIN, INTERSECT, 
SUBTRACT, and UNION commands, to support the creation of a temporary table?

The following example uses the JOIN command to create ProdDetail as a temporary 
table:

JOIN ProdLocation USING Model WITH Product USING Model +
FORMING TEMPORARY ProdDetail

The following example uses the INTERSECT command to create RepSales as
a temporary table:

INTERSECT Employee WITH SalesBonus FORMING TEMPORARY RepSales +
USING EmpLname, EmpID, HireDate, NetAmount, TransDate, Bonus, BonusPct

The following example uses the SUBTRACT command to create NoBonus as a
temporary table:

SUBTRACT SalesBonus FROM Employee FORMING TEMPORARY NoBonus

The following example uses the UNION command to create SalesRepHistory
as a temporary table:

UNION Employee WITH SalesBonus FORMING TEMPORARY SalesRepHistory

Enjoy the showcase and pride of our eXpanded R:Dream Team!

Very Best R:egards,

Razzak.

www.rbase.com<http://www.rbase.com>
www.facebook.com/rbase<http://www.facebook.com/rbase>
www.Razzak.com<http://www.Razzak.com>
www.RazzakMemon.com<http://www.RazzakMemon.com>
-- 31 years of continuous innovation!
16 Years of R:BASE Technologies, Inc. making R:BASE what it is today!

-- Original Message --
From: "'Jim Belisle' via RBASE-L" 
mailto:rbase-l@googlegroups.com>>
To: "rbase-l@googlegroups.com<mailto:rbase-l@googlegroups.com>" 
mailto:rbase-l@googlegroups.com>>
Sent: 12/18/2020 5:15:56 PM
Subject: [RBASE-L] - using INNER JOINS?

The following code works and goes to the screen

SELECT control#,transdate,model#,sortoneoh,remainqtyoh, +
partnum,partpcspt,numpart,assypcsae +
FROM ((topenorders t1 +
INNER JOIN orderrows t2 ON t1.control# = t2.control#) J1 +
INNER JOIN prodpart t3 ON j1.model# = t3.model#) J2 +
INNER JOIN assy_part t4 ON j2.partnum = t4.assembly# +
WHERE sortoneoh IN (ad,bl,br,lr,fp,ot,pb,pc,pt,sp) +
AND remainqtyoh > 0 AND packlistpt='Y'

However When I try to insert that info directly into a table, I get an error.

INSERT INTO tmodprod (control#,transdate,model#,sortone,remainqty, +
partnumpp,partpcs,partnumap,assypcs) +

SELECT control#,transdate,model#,sortoneoh,remainqtyoh, +
partnum,partpcspt,numpart,assypcsae +
FROM ((topenorders t1 +
INNER JOIN orderrows t2 ON t1.control# = t2.control#) J1 +
INNER JOIN prodpart t3 ON j1.model# = t3.model#) J2 +
INNER JOIN assy_part t4 ON j2.partnum = t4.assembly# +
WHERE sortoneoh IN (ad,bl,br,lr,fp,ot,pb,pc,pt,sp) +
AND remainqtyoh > 0 AND packlistpt='Y'

This is the error. Tmodprod is a real temp table already created.
So am I wrong in trying to INSERT using the INNER JOIN code?

[cid:image002.png@01D6D5F9.9A4F9C90]

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01D6D5F9.9A4F9C90]

--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
---
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
rbase-l+unsubscr...@googlegroups.com<mailto:rbase-l+unsubscr...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CY4PR0201MB33948E5608EBBA00E571733FA0C20%40CY4PR0201MB3394.namprd02.prod.outlook.com<https://groups.google.com/d/msgid/rbase-l/CY4PR0201MB33948E5608EBBA00E571733FA0C20%40CY4PR0201MB3394.namprd02.prod.outlook.com?utm_medium=email_source=footer>.


-- 
For group guidelines, visit 
http://www.r

RE: [RBASE-L] - using INNER JOINS?

2020-12-19 Thread 'Jim Belisle' via RBASE-L
I will give it a try. Thanks.

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image002.jpg@01D6D5EB.E7E9D320]

From: rbase-l@googlegroups.com  On Behalf Of Bruce 
Chitiea
Sent: Saturday, December 19, 2020 9:44 AM
To: rbase-l@googlegroups.com
Subject: Re: [RBASE-L] - using INNER JOINS?

CAUTION:This is an EXTERNAL EMAIL, STOP! and think before clicking on any links 
or opening attachments.
perhaps of some assistance here?

Bruce

***

Friday, March 14, 2014

Tip of the Day: JOIN, INTERSECT, SUBTRACT, and UNION - Temporary Table
Support
Product.: R:BASE eXtreme 9.5 (32/64)
Build...: 9.5.4.30310 or higher www.rupdates.com<http://www.rupdates.com>
Keywords: JOIN, INTERSECT, SUBTRACT, UNION, TEMPORARY
Section.: Commands, Temporary Tables

Did you know that a TEMPORARY option has been enhanced for the JOIN, INTERSECT, 
SUBTRACT, and UNION commands, to support the creation of a temporary table?

The following example uses the JOIN command to create ProdDetail as a temporary 
table:

JOIN ProdLocation USING Model WITH Product USING Model +
FORMING TEMPORARY ProdDetail

The following example uses the INTERSECT command to create RepSales as
a temporary table:

INTERSECT Employee WITH SalesBonus FORMING TEMPORARY RepSales +
USING EmpLname, EmpID, HireDate, NetAmount, TransDate, Bonus, BonusPct

The following example uses the SUBTRACT command to create NoBonus as a
temporary table:

SUBTRACT SalesBonus FROM Employee FORMING TEMPORARY NoBonus

The following example uses the UNION command to create SalesRepHistory
as a temporary table:

UNION Employee WITH SalesBonus FORMING TEMPORARY SalesRepHistory

Enjoy the showcase and pride of our eXpanded R:Dream Team!

Very Best R:egards,

Razzak.

www.rbase.com<http://www.rbase.com>
www.facebook.com/rbase<http://www.facebook.com/rbase>
www.Razzak.com<http://www.Razzak.com>
www.RazzakMemon.com<http://www.RazzakMemon.com>
-- 31 years of continuous innovation!
16 Years of R:BASE Technologies, Inc. making R:BASE what it is today!

-- Original Message --
From: "'Jim Belisle' via RBASE-L" 
mailto:rbase-l@googlegroups.com>>
To: "rbase-l@googlegroups.com<mailto:rbase-l@googlegroups.com>" 
mailto:rbase-l@googlegroups.com>>
Sent: 12/18/2020 5:15:56 PM
Subject: [RBASE-L] - using INNER JOINS?

The following code works and goes to the screen

SELECT control#,transdate,model#,sortoneoh,remainqtyoh, +
partnum,partpcspt,numpart,assypcsae +
FROM ((topenorders t1 +
INNER JOIN orderrows t2 ON t1.control# = t2.control#) J1 +
INNER JOIN prodpart t3 ON j1.model# = t3.model#) J2 +
INNER JOIN assy_part t4 ON j2.partnum = t4.assembly# +
WHERE sortoneoh IN (ad,bl,br,lr,fp,ot,pb,pc,pt,sp) +
AND remainqtyoh > 0 AND packlistpt='Y'

However When I try to insert that info directly into a table, I get an error.

INSERT INTO tmodprod (control#,transdate,model#,sortone,remainqty, +
partnumpp,partpcs,partnumap,assypcs) +

SELECT control#,transdate,model#,sortoneoh,remainqtyoh, +
partnum,partpcspt,numpart,assypcsae +
FROM ((topenorders t1 +
INNER JOIN orderrows t2 ON t1.control# = t2.control#) J1 +
INNER JOIN prodpart t3 ON j1.model# = t3.model#) J2 +
INNER JOIN assy_part t4 ON j2.partnum = t4.assembly# +
WHERE sortoneoh IN (ad,bl,br,lr,fp,ot,pb,pc,pt,sp) +
AND remainqtyoh > 0 AND packlistpt='Y'

This is the error. Tmodprod is a real temp table already created.
So am I wrong in trying to INSERT using the INNER JOIN code?

[cid:image003.png@01D6D5EB.E7E9D320]

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image002.jpg@01D6D5EB.E7E9D320]

--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
---
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
rbase-l+unsubscr...@googlegroups.com<mailto:rbase-l+unsubscr...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CY4PR0201MB33948E5608EBBA00E571733FA0C20%40CY4PR0201MB3394.namprd02.prod.outlook.com<https://groups.google.com/d/msgid/rbase-l/CY4PR0201MB33948E5608EBBA00E571733FA0C20%40CY4PR0201MB3394.namprd02.prod.outlook.com?utm_medium=email_source=footer>.



-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CY4PR0201MB33949C3A9B8D163D27857781A0C20%40CY4PR0201MB3394.namprd02.prod.outlook.com.


[RBASE-L] - using INNER JOINS?

2020-12-18 Thread 'Jim Belisle' via RBASE-L
The following code works and goes to the screen

SELECT control#,transdate,model#,sortoneoh,remainqtyoh, +
partnum,partpcspt,numpart,assypcsae +
FROM ((topenorders t1 +
INNER JOIN orderrows t2 ON t1.control# = t2.control#) J1 +
INNER JOIN prodpart t3 ON j1.model# = t3.model#) J2 +
INNER JOIN assy_part t4 ON j2.partnum = t4.assembly# +
WHERE sortoneoh IN (ad,bl,br,lr,fp,ot,pb,pc,pt,sp) +
AND remainqtyoh > 0 AND packlistpt='Y'

However When I try to insert that info directly into a table, I get an error.

INSERT INTO tmodprod (control#,transdate,model#,sortone,remainqty, +
partnumpp,partpcs,partnumap,assypcs) +

SELECT control#,transdate,model#,sortoneoh,remainqtyoh, +
partnum,partpcspt,numpart,assypcsae +
FROM ((topenorders t1 +
INNER JOIN orderrows t2 ON t1.control# = t2.control#) J1 +
INNER JOIN prodpart t3 ON j1.model# = t3.model#) J2 +
INNER JOIN assy_part t4 ON j2.partnum = t4.assembly# +
WHERE sortoneoh IN (ad,bl,br,lr,fp,ot,pb,pc,pt,sp) +
AND remainqtyoh > 0 AND packlistpt='Y'

This is the error. Tmodprod is a real temp table already created.
So am I wrong in trying to INSERT using the INNER JOIN code?

[cid:image001.png@01D6D572.34C4F780]

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image002.jpg@01D6D572.34C4F780]

-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CY4PR0201MB33948E5608EBBA00E571733FA0C20%40CY4PR0201MB3394.namprd02.prod.outlook.com.


RE: [RBASE-L] - proper code

2020-12-16 Thread 'Jim Belisle' via RBASE-L
Karen,

Thanks for the code. I tried this below and here is where the problem is.

SET ERROR MESSAGE 705 OFF
DROP CURSOR c1
DROP CURSOR c2
SET ERROR MESSAGE 705 ON
DECLARE c1 CURSOR FOR SELECT partnum  +
FROM topnopuinfo WHERE dateprom IS NOT NULL +
ORDER BY partnum, dateprom, control#, model#
OPEN c1
FETCH c1 INTO vpnum ivpnum

DECLARE c2 CURSOR FOR SELECT control#, model#, needpcs +
FROM topnopuinfo +
WHERE dateprom IS NOT NULL AND partnum = .vpnum +
ORDER BY dateprom, control#, model#

WHILE SQLCODE <> 100 THEN
  SELECT totinvpcs INTO vinvamt FROM inv_all_open WHERE partnum=.vpnum
  OPEN c2 RESET
  FETCH c2 INTO vcnum ivcnum, vmnum ivmnum, vnpcs ivnpcs
  WHILE SQLCODE <> 100 THEN
SELECT SUM(invused) INTO vsumused FROM topnopuinfo WHERE partnum=.vpnum
SET VAR vinvleft = (.vinvamt-(.vsumused+.vnpcs))
SET VAR vinvuse = .vnpcs
IF vinvleft < 0 THEN
  SET VAR vinvleft = 0
  SET VAR vinvuse = 0
ENDIF
UPDATE topnopuinfo SET invleft=.vinvleft,invused=.vinvuse +
WHERE partnum=.vpnum AND control#=.vcnum AND model#=.vmnum
FETCH c2 INTO vcnum ivcnum, vmnum ivmnum, vnpcs ivnpcs
  ENDWHILE
  FETCH c1 INTO vpnum ivpnum
ENDWHILE
SET ERROR MESSAGE 705 OFF
DROP CURSOR c1
DROP CURSOR c2
SET ERROR MESSAGE 705 ON
RETURN

As you can see in the below table, the first part, 21IBL-235S was updated (we 
had no inventory) and went onto the next part, 2BG-1.
So the first cursor successfully went to the next part.
The second cursor went through the two different orders (control# col) for the 
two different models showing the second cursor was successful.
Invused and invleft were properly updated.
[cid:image002.png@01D6D3A8.995CA380]
But once 2BG-1 part was completed with these two orders, the cursor went right 
back to the second line, shown below, instead of going onto 2BG-3L on the 
fourth line.
 [cid:image003.png@01D6D3A8.995CA380]

If you see something I am doing wrong, I would appreciate any suggestions.

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01D6D3A8.179D9CA0]

From: 'Karen Tellef' via RBASE-L 
Sent: Tuesday, December 15, 2020 10:19 AM
To: rbase-l@googlegroups.com
Subject: Re: [RBASE-L] - proper code

CAUTION:This is an EXTERNAL EMAIL, STOP! and think before clicking on any links 
or opening attachments.
Don't have any brilliant ideas for you.  But if you need an example of a nested 
cursor, here's what I usually do.  Often the 2nd cursor will have a where 
clause using variables from the 1st cursor, so you need to initialize those 
variables before the Declares


DROP CURSOR c1
DROP CURSOR c2
DECLARE c1 CURSOR FOR SELECT columns FROM table WHERE ...
DECLARE c2 CURSOR FOR SELECT columns FROM table WHERE ...
OPEN c1
WHILE 1 = 1 THEN
  FETCH c1 INTO vars
  IF SQLCODE = 100 THEN
BREAK
  ENDIF

   *( do stuff with 1st table)


   OPEN c2 RESET
   WHILE 1 = 1 THEN
 FETCH c2 INTO vars
 IF SQLCODE = 100 THEN
   BREAK
 ENDIF

 *(do stuff with 2nd table)
   ENDWHILE

ENDWHILE
DROP CURSOR c1
DROP CURSOR C2



Karen

-Original Message-----
From: 'Jim Belisle' via RBASE-L 
mailto:rbase-l@googlegroups.com>>
To: rbase-l@googlegroups.com<mailto:rbase-l@googlegroups.com> 
mailto:rbase-l@googlegroups.com>>
Sent: Mon, Dec 14, 2020 4:13 pm
Subject: [RBASE-L] - proper code
Background: We ship out products that are unassembled. That means what we ship 
out are individual parts and assemblies we make.
Problem: We want to look at a form I am creating so that any part looked at for 
any product on an open order, the user will be able to see if our existing 
inventory has that part covered. This is based upon the date we plan we ship it.
Goal: I am trying to update usable inventory based upon part numbers used in a 
product and promised ship dates.

So the code I need is code that will look at the table where this info is 
located, find each part, find the promised date (ascending), find the product 
the part belongs to, then update the needed amt to 0 (for scheduling the hours 
needed) if we have the parts available. The actual inventory amount will not 
change, but the variable used during the process will update to take the actual 
inv amt, subtract the amt needed to fill the next promised date for that part 
belonging to the product.

So we want to be able to look at the form in this manner.
Part  productpromised qty need  
need to make   start inv amtinv left var
Part A  8BLA15  01/05/2021  15  
  0  100  85
Part A  8BLA16  01/05/2021  15  
  0  70
Part A  8BLA17  01/08/2021  75  
  5  0

I was looking at using CURSORS to do the job but not sure if that is the mo

[RBASE-L] - Kudos for a form

2020-12-12 Thread 'Jim Belisle' via RBASE-L
A big Kudos to the Rbase dream team for the addition of the DBpivotgrid form.
I just now started to discover all the flexibility of this form. I believe our 
shop team will like this for planning and scheduling purposes.
I have been looking for how to use this Drill down feature for years. This form 
fits the bill. Thanks again to the Dream Team.
[cid:image002.png@01D6D069.CB48D5E0]

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01D6D069.5416EB60]

-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CY4PR0201MB339466E1A695D8DC71164D0CA0C90%40CY4PR0201MB3394.namprd02.prod.outlook.com.


[RBASE-L] - EMAIL ANOMALY

2020-12-07 Thread 'Jim Belisle' via RBASE-L
Buddy,

Thanks for the mention of the password. Though I never changed the password, 
the administrator checked the password and asked me to try a different one.
Sure enough, the password he gave me worked. I have no idea where things got 
changed since I am the one who runs the configuration file for RMAIL.

I am just glad it is working.

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01D6CCAF.FC3D7EC0]

-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CY4PR0201MB3394D4691D4581751E0EDD1DA0CD0%40CY4PR0201MB3394.namprd02.prod.outlook.com.


RE: [RBASE-L] - rmail anomaly

2020-12-07 Thread 'Jim Belisle' via RBASE-L
We use three different email setups for our various departments. Invoicing has 
its own setup and that is why only invoicing has been affected. I just have to 
do a little more looking to figure this out. Always difficult when no changes 
have been made and this happens.

Thanks for the input.


From: rbase-l@googlegroups.com  On Behalf Of Buddy 
Walker
Sent: Monday, December 7, 2020 1:00 PM
To: rbase-l@googlegroups.com
Subject: RE: [RBASE-L] - rmail anomaly

CAUTION:This is an EXTERNAL EMAIL, STOP! and think before clicking on any links 
or opening attachments.
Karen
  I thought about that as well but thought maybe they are using a different one 
for invoices

Buddy


From: 'Karen Tellef' via RBASE-L 
mailto:rbase-l@googlegroups.com>>
Sent: Monday, December 7, 2020 1:50 PM
To: rbase-l@googlegroups.com<mailto:rbase-l@googlegroups.com>
Subject: Re: [RBASE-L] - rmail anomaly

Buddy:  but if the user/password changed on the server, then all his programs 
would fail, not just this one

Jim:  You don't have user/PW hard-coded into the RMail code, do you?  Assume 
you use just the one CFG file?

Karen


-Original Message-
From: Buddy Walker mailto:walker.bu...@comcast.net>>
To: rbase-l@googlegroups.com<mailto:rbase-l@googlegroups.com>
Sent: Mon, Dec 7, 2020 12:38 pm
Subject: RE: [RBASE-L] - rmail anomaly
Jim
  I would think the user and/or password you are using to send from your 
applications has changed on the outlook server

Buddy

From: 'Jim Belisle' via RBASE-L 
mailto:rbase-l@googlegroups.com>>
Sent: Monday, December 7, 2020 1:08 PM
To: rbase-l@googlegroups.com<mailto:rbase-l@googlegroups.com>
Subject: [RBASE-L] - rmail anomaly

We use RMAIL X5 and we installed the latest update.
All has been going well. Then we ran into a glitch on Friday of last week, but 
ONLY for ONE area of my application.
When doing the invoicing and trying to send the invoices out using the RMAIL, I 
got this error.
[cid:image001.png@01D6CC9B.C6EAC480]

As far as I know, no other area within RBASE have my users had this problem 
when sending emails.
Only with the invoicing. I have not touched the invoicing code within my app in 
quite some time.
The pdf files go to the same location outside of RBASE as they have always gone.

Anybody have any blues clues for me to check on?

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image002.jpg@01D6CC9B.C6EAC480]

--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
---
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
rbase-l+unsubscr...@googlegroups.com<mailto:rbase-l+unsubscr...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CY4PR0201MB3394024A526D2001C1F0735AA0CE0%40CY4PR0201MB3394.namprd02.prod.outlook.com<https://groups.google.com/d/msgid/rbase-l/CY4PR0201MB3394024A526D2001C1F0735AA0CE0%40CY4PR0201MB3394.namprd02.prod.outlook.com?utm_medium=email_source=footer>.
--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
---
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
rbase-l+unsubscr...@googlegroups.com<mailto:rbase-l+unsubscr...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/000401d6ccc8%24201d6090%24605821b0%24%40comcast.net<https://groups.google.com/d/msgid/rbase-l/000401d6ccc8%24201d6090%24605821b0%24%40comcast.net?utm_medium=email_source=footer>.
--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
---
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
rbase-l+unsubscr...@googlegroups.com<mailto:rbase-l+unsubscr...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/1874866159.4571820.1607366992898%40mail.yahoo.com<https://groups.google.com/d/msgid/rbase-l/1874866159.4571820.1607366992898%40mail.yahoo.com?utm_medium=email_source=footer>.


-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CY4PR0201MB33943DCA6267C9269622E475A0CE0%40CY4PR0201MB3394.namprd02.prod.outlook.com.


[RBASE-L] - rmail anomaly

2020-12-07 Thread 'Jim Belisle' via RBASE-L
We use RMAIL X5 and we installed the latest update.
All has been going well. Then we ran into a glitch on Friday of last week, but 
ONLY for ONE area of my application.
When doing the invoicing and trying to send the invoices out using the RMAIL, I 
got this error.
[cid:image002.png@01D6CC8D.BFA90AF0]

As far as I know, no other area within RBASE have my users had this problem 
when sending emails.
Only with the invoicing. I have not touched the invoicing code within my app in 
quite some time.
The pdf files go to the same location outside of RBASE as they have always gone.

Anybody have any blues clues for me to check on?

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01D6CC8D.38C9E9A0]

-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CY4PR0201MB3394024A526D2001C1F0735AA0CE0%40CY4PR0201MB3394.namprd02.prod.outlook.com.


[RBASE-L] - RE: MAPI MAIL

2020-12-02 Thread 'Jim Belisle' via RBASE-L
Vous pouvez utiliser le BCC pour vous envoyer l'e-mail. Cela vérifierait que 
l'e-mail a été envoyé.

James

You could use the BCC to send yourself the email. This would verify the email 
was sent.


From: rbase-l@googlegroups.com  On Behalf Of 
Jean-Marc Massé
Sent: Wednesday, December 2, 2020 10:07 AM
To: rbase-l@googlegroups.com
Subject: [RBASE-L] - MAPI MAIL




Bonjour à tous,



Lors de l'utilisation du "Plugin MAPI MAIL" serait il possible de générer une 
variable qui indiquerait que le mail a bien été envoyé

Merci de votre concours


Bien amicalement

Traduction Google

Good morning all,
When using the "MAPI MAIL Plugin" would it be possible to generate a variable 
which would indicate that the mail has been sent successfully
Thank you for your support Sincerely
Good morning all,


[LogoMCS_SignatureMail]
Jean-Marc Massé | Gérant
Tél : 02.51.91.48.46 | 06.08.82.80.86

ZA - Route du Boupère | 85510 ROCHETREJOUX
Fax : 02.51.67.55.12 | Site : 
www.masse-charpente.fr



-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CY4PR0201MB3394927A1D15883C626CB06DA0F30%40CY4PR0201MB3394.namprd02.prod.outlook.com.


RE: [RBASE-L] - Drag and drop

2020-11-23 Thread 'Jim Belisle' via RBASE-L
Most likely you have tried the below PROPERTY commands.

PROPERTY TABLE tvpvalues 'REFRESH'
PROPERTY Comp_vpchoice REFRESHLIST 'TRUE'

However there are situations in which you have to CLOSE the table, do whatever 
and then OPEN the table. That code is below
PROPERTY TABLE  'CLOSE'
Do whatever
PROPERTY TABLE  'OPEN'
RETURN

I have one situation in which I had to use this in order to perform the proper 
calculations and then SEE the result in the form. This may be what you need.

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01D6C15F.E18F7F20]

From: rbase-l@googlegroups.com  On Behalf Of 
javier.valen...@vtgonline.com
Sent: Sunday, November 22, 2020 1:11 PM
To: rbase-l@googlegroups.com
Subject: RE: [RBASE-L] - Drag and drop

Thank you Karen,
I have been working in a new form that “moves” data  for one table grid to 
temporary table grid and by this I mean when the record is transferred it is 
hidden on the first grid (not deleted)  and the data inserted into a temporary 
file and when I need to reverse the operation I delete the data on the 
temporary table and re-enable the row on the original table.
Seem like a fairly straight forward approach but I still have some issues to 
resolve. When I perform calculations (SUM, AVG) on columns on the Temporary 
table grid right after the insert (all done via code at ON DOUBLE CLICK on 
first grid), data from the most recent row inserted is not included  which 
tells me the second grid s not getting focus and not refreshing, makes sense?.

I need to figure out a way to get focus on the second grid after the insert and 
do a refresh of some sort but I seem to be unable to find the right 
commands/PROPERTY. I know have done this in the past but it was mostly with 
scrolling regions or views I could recreate.
If your anyone else has the proper or a command/PROPERTY to set focus on a 
specific component, in this case a grid and then use a command/Property to do a 
RERESH would be a huge help. I imagine the more recent versions makes it easier 
to do some of this things (like footer calculations) but for the time being I 
have to make do with what I have (R:Base X Enterprise Version 10.0.0.2.11010)
Any help anyone can offer will be appreciated.

Best regards,

Javier Valencia, PE
14315 S. Twilight Ln.
Olathe, KS 66062
Cell: 913-915-3137

From: 'Karen Tellef' via RBASE-L [mailto:rbase-l@googlegroups.com]
Sent: Thursday, November 19, 2020 4:33 PM
To: rbase-l@googlegroups.com
Subject: Re: [RBASE-L] - Drag and drop

In the current version, if I right-click on an Enhanced DB Grid, the options 
for drag & drop are at the bottom (see below).  I just brought up a copy of 
32-bit 9.5, and the option is there too.  You need an "enhanced" DB Grid, not 
the regular one, I think.

I have used drag and drop for a DB Grid just once so far.  I "enabled" drag and 
drop, but it works within just one grid.  I used the new "re-sequence" feature 
so that a user can drag a row in the grid up or down and it will automatically 
re-sequence a "sort" type of column that's in my table.

Karen


[cid:image002.png@01D6C15F.E18F7F20]



-Original Message-
From: javier.valen...@vtgonline.com
To: rbase-l@googlegroups.com
Sent: Thu, Nov 19, 2020 4:18 pm
Subject: [RBASE-L] - Drag and drop
Is it possible to do drag and drop between Enhanced Grids or is it limited to 
List Views? If it is possible, I take it that it's probably have been in the 
most recent versions? My version shows drag and drop options for List Views but 
not for Enhanced DBGrids.
I have application up to RRBYW19 but I could not find an example for either. 
TIA.

Javier,

Javier Valencia, PE
javier.valen...@vtgonline.com
O: 913-829-0888
C: 913-915-3137

--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
---
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/!%26!AAAYAO1ueGVb5zRMiwo7hebUe7jCgAAAEG4vFIIkwLtAkEJnzH3mAE4BAA%3D%3D%40vtgonline.com.
--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
---
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 

RE: [RBASE-L] - Questions on Enhanced grids

2020-11-18 Thread 'Jim Belisle' via RBASE-L
Javier,

About the footer for the dbgrid.

In the enhanced options, use the show footer and navigation events on 
calculation.
[cid:image001.png@01D6BD8A.46AEB6C0]

Then in the column properties, choose which column you want to have your 
calculation.
On this one, I want a sum based upon the filter (or no filter).
[cid:image003.png@01D6BD8A.F42F5ED0]

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image002.jpg@01D6BD8A.46AEB6C0]

From: rbase-l@googlegroups.com  On Behalf Of 
javier.valen...@vtgonline.com
Sent: Wednesday, November 18, 2020 2:02 AM
To: rbase-l@googlegroups.com
Subject: [RBASE-L] - Questions on Enhanced grids

I am working with an enhanced grid in a form and I have a few questions since 
it has been a while since I have worked with them.
I specify the sort (8 columns) in the EDIT USING statement but I would like to 
option of sorting on the fly by clicking on the column headers. I can do this 
but so far it allows me to sort by only one column at the time. When I click on 
one header all previous sorts are lost and it sorts only by the last header 
clicked. I am pretty sure there is a way to do it but I cannot seem to remember 
how to do it.
The alternative would be to use a PROPERTY command and I have one that works:

PROPERTY vciKCMOFeaturesBase SortASC 'Seg_class'

But as far as I can tell it can sort one only column at the time. I have tried 
entering several PROPERTY sort commands, each with a separate column but the 
last command will override all the previous commands and I end up sorting only 
by the last command; no different than clicking headers. My workaround has been 
to disable clicking on header to maintain the original sort; I would prefer to 
have the capability of sorting and maybe have a button with the right commands 
that restores the original sort.
I would also like to know if there is a way to add a footer to the grid that 
adds, or perform other operation such as average or max, for the values in 
specific columns. I can recalculate the values separately but having one option 
that does it automatically would be nice. I seem to remember reading something 
about it; perhaps versions more recent than mine have the capability.

Last, if anyone has a quick write up or any information on drag and drop 
between two grids, I would be very  much appreciate it if you could share the 
information or your experience.

I have not done much programming in the last couple of years and, with my 
failing memory, what used to be easy apparently  is not so easy anymore. I was 
happily settling into my semi-retirement but a large project that will require 
some data processing came along and now I am back in the rat race.

Any help you can provide would be greatly appreciated.

Javier,

Javier Valencia, PE
javier.valen...@vtgonline.com
O: 913-829-0888
C: 913-915-3137



-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CY4PR0201MB339457D894FCBD5A722A06CCA0E10%40CY4PR0201MB3394.namprd02.prod.outlook.com.


RE: [RBASE-L] - Questions on Enhanced grids

2020-11-18 Thread 'Jim Belisle' via RBASE-L
I use a simple PROPERTY command to bring up a sort box. Then you can choose any 
column or combination of columns.

PROPERTY Comp_OPFgrid SHOWSORTDIALOG 'TRUE'
RETURN

[cid:image001.png@01D6BD89.5CDDFE70]

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image002.jpg@01D6BD89.5CDDFE70]

From: rbase-l@googlegroups.com  On Behalf Of 
javier.valen...@vtgonline.com
Sent: Wednesday, November 18, 2020 2:02 AM
To: rbase-l@googlegroups.com
Subject: [RBASE-L] - Questions on Enhanced grids

I am working with an enhanced grid in a form and I have a few questions since 
it has been a while since I have worked with them.
I specify the sort (8 columns) in the EDIT USING statement but I would like to 
option of sorting on the fly by clicking on the column headers. I can do this 
but so far it allows me to sort by only one column at the time. When I click on 
one header all previous sorts are lost and it sorts only by the last header 
clicked. I am pretty sure there is a way to do it but I cannot seem to remember 
how to do it.
The alternative would be to use a PROPERTY command and I have one that works:

PROPERTY vciKCMOFeaturesBase SortASC 'Seg_class'

But as far as I can tell it can sort one only column at the time. I have tried 
entering several PROPERTY sort commands, each with a separate column but the 
last command will override all the previous commands and I end up sorting only 
by the last command; no different than clicking headers. My workaround has been 
to disable clicking on header to maintain the original sort; I would prefer to 
have the capability of sorting and maybe have a button with the right commands 
that restores the original sort.
I would also like to know if there is a way to add a footer to the grid that 
adds, or perform other operation such as average or max, for the values in 
specific columns. I can recalculate the values separately but having one option 
that does it automatically would be nice. I seem to remember reading something 
about it; perhaps versions more recent than mine have the capability.

Last, if anyone has a quick write up or any information on drag and drop 
between two grids, I would be very  much appreciate it if you could share the 
information or your experience.

I have not done much programming in the last couple of years and, with my 
failing memory, what used to be easy apparently  is not so easy anymore. I was 
happily settling into my semi-retirement but a large project that will require 
some data processing came along and now I am back in the rat race.

Any help you can provide would be greatly appreciated.

Javier,

Javier Valencia, PE
javier.valen...@vtgonline.com
O: 913-829-0888
C: 913-915-3137



-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CY4PR0201MB3394C3A5EFFE2171C67FA222A0E10%40CY4PR0201MB3394.namprd02.prod.outlook.com.


RE: [RBASE-L] - using choose in where clause

2020-10-16 Thread 'Jim Belisle' via RBASE-L
Dan,

I believe Buddy’s example is the way to go. I use that all the time in my 
application.
Simple and it works great.

Jim


From: rbase-l@googlegroups.com  On Behalf Of Buddy 
Walker
Sent: Friday, October 16, 2020 12:20 PM
To: rbase-l@googlegroups.com
Subject: RE: [RBASE-L] - using choose in where clause

Dan
   I believe what you need to do once selection is made is to enclose the 
vpartprefix open and close paren and then use the & instead of the .

  SET VAR vpartprefix = (‘(‘ + .vpartprefix + ‘)’)
EDIT USI FormName WHERE colname IN 

Buddy


From: rbase-l@googlegroups.com 
mailto:rbase-l@googlegroups.com>> On Behalf Of Dan 
Goldberg
Sent: Friday, October 16, 2020 10:49 AM
To: rbase-l@googlegroups.com
Subject: [RBASE-L] - using choose in where clause

For some reason I cannot remember on how to do this properly. Maybe Friday 
blanking out for me.

I have a choose command that has multiple item selection.

I want to use that multiple selection in a where clause

My commands are:

CHOOSE vpartprefix FROM #VALUES FOR (partprefix&'-'),partprefix +
   FROM masterindex +
   ORDER BY partprefix CHKBOX 10 TITLE 'Pick List' +
   CAPTION 'Select Up to 10 items' LINES 15 FORMATTED OPTION +
   LIST_FONT_SIZE 24 | TITLE_FONT_SIZE 20

Edit Using Formname where columnname in (.vpartprefix)



If I select one item it works fine. But if I select more that one item then it 
says no rows exist.

Does anyone know what I am doing wrong?

TIA

Dan Goldberg
--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
---
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/2E4830CEC16615458329D3D83342F8D0014E62CAD7%40EXCHANGE10.


-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CY4PR0201MB3394FEB5657BC7B3763251B8A0030%40CY4PR0201MB3394.namprd02.prod.outlook.com.


[RBASE-L] - printing to the bypass tray

2020-10-14 Thread 'Jim Belisle' via RBASE-L
I installed the newest update of RBASE X.5 over the weekend and then compiled 
my application.
For years we have used the below code to print a specific report to the bypass 
tray and it has worked flawlessly.

  PRINT kprshopwork WHERE transdateoh = .vtransdate ORDER BY control# +
  OPTION PRINTER +
  |TRAY Multi-purpose TRAY +
  |COLLATION OFF +
  |COPIES 1

Now the report only prints using the default tray rather than the bypass tray.

I can print the report to the screen and then manually choose the bypass tray 
from the properties tab and the report does print to the bypass tray.
Below is the wording of the bypass tray when I choose the page source in the 
properties tab.
[cid:image002.png@01D6A220.32B7AE40]

Anyone have any blues clues as to what I should change?
I have already restarted my computer and that did not help.

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01D6A21E.D9EF8540]

-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CY4PR0201MB339408C7EB8F984629AD583EA0050%40CY4PR0201MB3394.namprd02.prod.outlook.com.


RE: [RBASE-L] - using phone app w/ rbase

2020-09-18 Thread 'Jim Belisle' via RBASE-L
Razsak,

Thanks. Using the cloud is all new so I will have to do some trial and error. 
At least I can look into it.

Jim


From: rbase-l@googlegroups.com On Behalf Of A. Razzak Memon
Sent: Friday, September 18, 2020 12:10 PM
To: rbase-l@googlegroups.com
Subject: RE: [RBASE-L] - using phone app w/ rbase

Jim,

You already have everything you need, including R:BASE X.5 and R:Compiler X.5.

All you have to do is to design a mini application, compile it, and
then deploy it on the Cloud.

You could easily deploy your application on the in-house server and
configure it as "RDWeb Cloud" or use Amazon, Microsoft, or Google
cloud services.

Once on the Cloud, you can access your secure application via web
browser on any device using user credentials, etc., accordingly.

Razzak


At 10:52 AM 9/18/2020, 'Jim Belisle' via RBASE-L wrote:

>Razzak,
>
>I figured I would have to do something like that.
>SO to build on the cloud, we would have to purchase another RBASE
>product? We now have X5E with the compiler.
>
>James Belisle
>
>Making Information Systems People Friendly Since 1990
>cid:image001.jpg@01CD8CE2.FB048F50<mailto:%3ecid:image001.jpg@01CD8CE2.FB048F50>
>
>
>From: rbase-l@googlegroups.com<mailto:rbase-l@googlegroups.com> 
>[mailto:rbase-l@googlegroups.com] On
>Behalf Of A. Razzak Memon
>Sent: Friday, September 18, 2020 9:48 AM
>To: rbase-l@googlegroups.com<mailto:rbase-l@googlegroups.com>
>Subject: Re: [RBASE-L] - using phone app w/ rbase
>
>You could either ...
>
>01. Custom design a mini R:BASE X5E compiled mobile application and
>deploy it on the Cloud
>
>0r
>
>02. Develop a Java Application (R:BASE, Oterro, Java) on the cloud
>that is adaptable to any device including smart phones, tables, and desktop.
>
>Either way, your application has to be designed, developed, and
>deployed on the Cloud to be accessed from anywhere on any device
>using the Web Browser.
>
>Very Best R:egards,
>
>Razzak
>
>
>At 10:17 AM 9/18/2020, 'Jim Belisle' via RBASE-L wrote:
>
>
> >If we wanted to use our phones to scan and enter part movements for
> >our RBASE application, would we have to build a cloud based application?
> >I have never created an application to be used on the cloud.
> >
> >James Belisle
>
>
>
>--
>For group guidelines, visit
><http://www.rbase.com/support/usersgroup_guidelines.php>http://www.rbase.com/support/usersgroup_guidelines.php<http://www.rbase.com/support/usersgroup_guidelines.php%3ehttp:/www.rbase.com/support/usersgroup_guidelines.php>
>---
>You received this message because you are subscribed to the Google
>Groups "RBASE-L" group.
>To unsubscribe from this group and stop receiving emails from it,
>send an email to
><mailto:rbase-l+unsubscr...@googlegroups.com>rbase-l+unsubscr...@googlegroups.com<mailto:rbase-l+unsubscr...@googlegroups.com%3erbase-l+unsubscr...@googlegroups.com>.
>To view this discussion on the web visit
><https://groups.google.com/d/msgid/rbase-l/0MAg05-1kDXRk0xcB-00Btxv%40mrelay.perfora.net>https://groups.google.com/d/msgid/rbase-l/0MAg05-1kDXRk0xcB-00Btxv%40mrelay.perfora.net<https://groups.google.com/d/msgid/rbase-l/0MAg05-1kDXRk0xcB-00Btxv%40mrelay.perfora.net%3ehttps:/groups.google.com/d/msgid/rbase-l/0MAg05-1kDXRk0xcB-00Btxv%40mrelay.perfora.net>.
>
>--
>For group guidelines, visit
><http://www.rbase.com/support/usersgroup_guidelines.php>http://www.rbase.com/support/usersgroup_guidelines.php<http://www.rbase.com/support/usersgroup_guidelines.php%3ehttp:/www.rbase.com/support/usersgroup_guidelines.php>
>---
>You received this message because you are subscribed to the Google
>Groups "RBASE-L" group.
>To unsubscribe from this group and stop receiving emails from it,
>send an email to
><mailto:rbase-l+unsubscr...@googlegroups.com>rbase-l+unsubscr...@googlegroups.com<mailto:rbase-l+unsubscr...@googlegroups.com%3erbase-l+unsubscr...@googlegroups.com>.
>To view this discussion on the web visit
><https://groups.google.com/d/msgid/rbase-l/CY4PR0201MB339472819D21D8664EB96218A03F0%40CY4PR0201MB3394.namprd02.prod.outlook.com?utm_medium=email_source=footer>https://groups.google.com/d/msgid/rbase-l/CY4PR0201MB339472819D21D8664EB96218A03F0%40CY4PR0201MB3394.namprd02.prod.outlook.com<https://groups.google.com/d/msgid/rbase-l/CY4PR0201MB339472819D21D8664EB96218A03F0%40CY4PR0201MB3394.namprd02.prod.outlook.com?utm_medium=email_source=footer%3ehttps://groups.google.com/d/msgid/rbase-l/CY4PR0201MB339472819D21D8664EB96218A03F0%40CY4PR0201MB3394.namprd02.prod.outlook.com>.
>

--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
---
You received this message because you are subscribed to the Google Groups 
"RBAS

RE: [RBASE-L] - using phone app w/ rbase

2020-09-18 Thread 'Jim Belisle' via RBASE-L
Razzak,

I figured I would have to do something like that.
SO to build on the cloud, we would have to purchase another RBASE product? We 
now have X5E with the compiler.

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01CD8CE2.FB048F50]

From: rbase-l@googlegroups.com [mailto:rbase-l@googlegroups.com] On Behalf Of 
A. Razzak Memon
Sent: Friday, September 18, 2020 9:48 AM
To: rbase-l@googlegroups.com
Subject: Re: [RBASE-L] - using phone app w/ rbase

You could either ...

01. Custom design a mini R:BASE X5E compiled mobile application and
deploy it on the Cloud

0r

02. Develop a Java Application (R:BASE, Oterro, Java) on the cloud
that is adaptable to any device including smart phones, tables, and desktop.

Either way, your application has to be designed, developed, and
deployed on the Cloud to be accessed from anywhere on any device
using the Web Browser.

Very Best R:egards,

Razzak


At 10:17 AM 9/18/2020, 'Jim Belisle' via RBASE-L wrote:


>If we wanted to use our phones to scan and enter part movements for
>our RBASE application, would we have to build a cloud based application?
>I have never created an application to be used on the cloud.
>
>James Belisle



--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
---
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
rbase-l+unsubscr...@googlegroups.com<mailto:rbase-l+unsubscr...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/0MAg05-1kDXRk0xcB-00Btxv%40mrelay.perfora.net.



-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CY4PR0201MB339472819D21D8664EB96218A03F0%40CY4PR0201MB3394.namprd02.prod.outlook.com.


[RBASE-L] - using phone app w/ rbase

2020-09-18 Thread 'Jim Belisle' via RBASE-L
If we wanted to use our phones to scan and enter part movements for our RBASE 
application, would we have to build a cloud based application?
I have never created an application to be used on the cloud.

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01CD8CE2.FB048F50]

-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CY4PR0201MB3395D111C189F8B29DECA03F0%40CY4PR0201MB3394.namprd02.prod.outlook.com.


RE: [RBASE-L] - Debug command while in application

2020-09-11 Thread 'Jim Belisle' via RBASE-L
Thanks, Buddy. I always want the solution to be simple but that seldom is the 
case. I had the same user use my computer but they had the same problem.


From: rbase-l@googlegroups.com On Behalf Of Buddy Walker
Sent: Friday, September 11, 2020 6:25 AM
To: rbase-l@googlegroups.com
Subject: RE: [RBASE-L] - Debug command while in application

Jim

You may want to check before adding parts to the TO location to make sure it 
doesn’t already exist. As to the cause it almost seems like a USER maybe 
exiting R:Base without letting the code to complete or it could be a certain 
work station is losing connection.

Buddy

From: 'Jim Belisle' via RBASE-L 
mailto:rbase-l@googlegroups.com>>
Sent: Thursday, September 10, 2020 8:17 PM
To: rbase-l@googlegroups.com<mailto:rbase-l@googlegroups.com>
Subject: [RBASE-L] - Debug command while in application

I use the TRACE command quite regularly while in the explorer mode to test my 
EEPs, etc.
I have not used the DEBUG command within an application while an application is 
being used.

We have a form that was working fine for years until about five months ago.
Now it inconsistently does not perform properly. It is a simple part movement 
form that is most of the time a two part system of a FROM and TO.
The user is taking parts FROM a specific location and then putting the parts TO 
a location.
The code populates what I call the raw movements table but also updates a part 
location table.

Here is the problem.
Every once in a while the FROM or TO part movement will duplicate (I end up 
with two entries in the raw movement table).
PLUS the code that updates the part location table does not fire so no update 
takes place. There seems to be no consistent circumstances I can point to that 
causes this to happen.

No errors come up when this anomaly happens.
Any blues clues as to if a DEBUG is what I should use in the application to 
figure this out?

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01D68809.C5885DE0]

--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
---
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
rbase-l+unsubscr...@googlegroups.com<mailto:rbase-l+unsubscr...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CY4PR0201MB3394923B6E454E5FD40A8A7BA0240%40CY4PR0201MB3394.namprd02.prod.outlook.com<https://groups.google.com/d/msgid/rbase-l/CY4PR0201MB3394923B6E454E5FD40A8A7BA0240%40CY4PR0201MB3394.namprd02.prod.outlook.com?utm_medium=email_source=footer>.


-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CY4PR0201MB3394F7E2E0BD9605D50EA02DA0240%40CY4PR0201MB3394.namprd02.prod.outlook.com.


[RBASE-L] - Debug command while in application

2020-09-10 Thread 'Jim Belisle' via RBASE-L
I use the TRACE command quite regularly while in the explorer mode to test my 
EEPs, etc.
I have not used the DEBUG command within an application while an application is 
being used.

We have a form that was working fine for years until about five months ago.
Now it inconsistently does not perform properly. It is a simple part movement 
form that is most of the time a two part system of a FROM and TO.
The user is taking parts FROM a specific location and then putting the parts TO 
a location.
The code populates what I call the raw movements table but also updates a part 
location table.

Here is the problem.
Every once in a while the FROM or TO part movement will duplicate (I end up 
with two entries in the raw movement table).
PLUS the code that updates the part location table does not fire so no update 
takes place. There seems to be no consistent circumstances I can point to that 
causes this to happen.

No errors come up when this anomaly happens.
Any blues clues as to if a DEBUG is what I should use in the application to 
figure this out?

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01CD8CE2.FB048F50]

-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CY4PR0201MB3394923B6E454E5FD40A8A7BA0240%40CY4PR0201MB3394.namprd02.prod.outlook.com.


RE: [RBASE-L] - Sub Reports and Break Headers

2020-06-24 Thread 'Jim Belisle' via RBASE-L
Make sure you ONLY have one common column in the sub report.
I have often forgotten that and was not able to get the sub report to work.

I believe the sub report band determines which common column to use.
It looks like from what you have written the sub report is associated to the H1 
band.

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01CD8CE2.FB048F50]

From: rbase-l@googlegroups.com [mailto:rbase-l@googlegroups.com] On Behalf Of 
Bruce Chitiea
Sent: Wednesday, June 24, 2020 5:20 PM
To: rbase-l@googlegroups.com
Subject: [RBASE-L] - Sub Reports and Break Headers

I'm designing a report with

Break Header 0
-- Break Header 1
-- -- Detail:Sub_Report_A

Does Sub_Report_A need to have a common column value with:

-- only Break Header 1, or
-- both Break Header 0 and Break Header 1?

Break Headers 0 and 1 are linked an performing happily.

Thank you, Bruce

Bruce Chitiea
SafeSectors, Inc.
rby...@safesectors.com
(909) 238-9012 c


-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CY4PR0201MB33949C9F9110699CA8502EAEA0950%40CY4PR0201MB3394.namprd02.prod.outlook.com.


RE: [RBASE-L] - ISO-8601 date format

2020-06-23 Thread 'Jim Belisle' via RBASE-L
Razzak,

Thanks for the blue's clue. I did not think of looking at the file from within 
RBASE first.
Nor did I think about how the end user would be opening the file. They may not 
use Excel.

We are sending it to a vendor that uses the info for state tax purposes.
I will check this out.

Jim


From: rbase-l@googlegroups.com On Behalf Of A. Razzak Memon
Sent: Monday, June 22, 2020 10:29 PM
To: rbase-l@googlegroups.com
Subject: Re: [RBASE-L] - ISO-8601 date format

Jim,

If the end result is not Excel, and you're merely opening the file to
review the data, the format may already be correct.

After you export the data, verify the output by opening the CSV file
with the R:BASE Editor or some other text editor. Do this before the
CSV file has been opened in Excel!

The /mm/dd format is likely listed. Is the file content the
desired end result, and correct?

Open the CSV file in Excel. If the date formatting is then altered to
the mm/dd/ format, the date formatting is likely being applied by
Excel to match your operating system Region and Locale settings. If
you save the CSV file in Excel, the formatting will be altered to
match the Region and Locale.

Hope that provides you with some blue's clues.

Very Best R:egards,

Razzak


At 12:12 PM 6/19/2020, 'Jim Belisle' via RBASE-L wrote:

>I would like to export data from RBASE to a CSV file so the one date
>column is in the /mm/dd format (ISO-8601).
>I have been able to successfully create a temp table with a text
>column that puts my date info in this format. (I have not seen the
>ability to format in RBASE the ISO-8601 format). That is why I
>create a text column.
>
>When exporting to the CSV good ole Microsoft turns data in that
>column back to the normal mm/dd/ DATE format instead of leaving
>it a text column.
>I know my end user can through a series of manipulations change the
>DATA within the CSV file to what we need but I really do not want
>them to have to bother with that.
>
>Any ideas?
>
>James Belisle



--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
---
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
rbase-l+unsubscr...@googlegroups.com<mailto:rbase-l+unsubscr...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/0MhjbJ-1jRlFG0rMh-00Mtrh%40mrelay.perfora.net.



-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CY4PR0201MB3394722F2851AE09A7EC372AA0940%40CY4PR0201MB3394.namprd02.prod.outlook.com.


[RBASE-L] - ISO-8601 date format

2020-06-19 Thread 'Jim Belisle' via RBASE-L
I would like to export data from RBASE to a CSV file so the one date column is 
in the /mm/dd format (ISO-8601).
I have been able to successfully create a temp table with a text column that 
puts my date info in this format. (I have not seen the ability to format in 
RBASE the ISO-8601 format). That is why I create a text column.

When exporting to the CSV good ole Microsoft turns data in that column back to 
the normal mm/dd/ DATE format instead of leaving it a text column.
I know my end user can through a series of manipulations change the DATA within 
the CSV file to what we need but I really do not want them to have to bother 
with that.

Any ideas?

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01CD8CE2.FB048F50]

-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CY4PR0201MB3394DDB3CCB1690B2FD6B93FA0980%40CY4PR0201MB3394.namprd02.prod.outlook.com.


RE: [RBASE-L] - DB Edit Field - Change the field background color based on the value in the field

2020-06-06 Thread 'Jim Belisle' via RBASE-L
I would try to change two things.

1)  Create your var vwatch1 in the "on after start" EEP of the form. That 
way you are not creating it each time you enter the field.

2)  Then use the var vwatch1 to make the color change, not the component ID 
name.

IF vwatch1 = 'Y' THEN
  PROPERTY cilockbox COLOR 'green'
ELSE
  PROPERTY cilockbox COLOR 'red'
ENDIF
RETURN

Try that

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01CD8CE2.FB048F50]

From: rbase-l@googlegroups.com [mailto:rbase-l@googlegroups.com] On Behalf Of 
Myron Finegold
Sent: Saturday, June 6, 2020 3:26 PM
To: rbase-l@googlegroups.com
Subject: [RBASE-L] - DB Edit Field - Change the field background color based on 
the value in the field

What Object: DB Edit Field
Desire: to the background color change based on the value in the column. This 
will be a 'Y' or an 'N'.

The DB Edit field has been given a unique component ID. ciLockBox

A custom EEP has been put into the 'On Enter' choice
   PROPERTY ciLockBox COLOR 'white'
   RETURN

A custom EEP has been put into the 'On Exit' choice
   SET VAR vwatch1 TEXT = NULL
   GETPROPERTY cilockbox TEXTVALUE vwatch1
   IF vwatch1 IS NULL THEN
RETURN
   ENDIF
  IF cilockbox = 'Y' THEN
  PROPERTY cilockbox COLOR 'green'
  ELSE
  PROPERTY cilockbox COLOR 'red'
  ENDIF
  RETURN

This isn't working. As they say I have hit the wall. Any suggestions would be 
appreciated.

Myron Finegold
Sheriff's Posse of Sun City West


-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CY4PR0201MB339494B4B967F8CF8E613088A0870%40CY4PR0201MB3394.namprd02.prod.outlook.com.


RE: [RBASE-L] - problem printing to PDFs

2020-05-18 Thread 'Jim Belisle' via RBASE-L
Patti,

Respond to me privately at j...@kaypark.com<mailto:j...@kaypark.com> for some 
info.

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01CD8CE2.FB048F50]

From: 'Patti Jakusz' via RBASE-L [mailto:rbase-l@googlegroups.com]
Sent: Sunday, May 17, 2020 9:10 PM
To: rbase-l@googlegroups.com
Subject: Re: [RBASE-L] - problem printing to PDFs

Thank you.  This worked for me for reports that had no PDF editable fields on 
them.  But for those reports where people have to add info and return to us, 
the PDF controls were missing.

Instead of printing to a printer, I printed to something called "microsoft 
print to pdf."

This is a good partial work-around until RBase can fix the problem.  Do I have 
to notify them of the problem or do they read these emails?

Patti


On Saturday, May 16, 2020, 1:35:03 AM EDT, Steve Johnson 
 wrote:



Hi all,



I am going to suggest that it might be related to the PDF printer option in 
Rbase and guessing the driver has to be re-initialized after each print 
operation. Has anyone tried the same experiment using print preview options for 
a report, in other words, rather than printing to a printer, select a PDF 
printer (You might have to set up the print preview option temporarily).  It 
works for me using CUTE PDF writer as a print option, I can print pages 1 and 
2, and immediately print pages 3 and 4.  You can also do this from the Report 
Designer Preview Print option for a report and print to PDF (You can use the 
PDF writer included in Windows 10 if you don’t have a third party PDF writer).  
If this works for you, then it would seem to point to the PDF writer in Rbase.  
I tried this on both Win 7 and Win 10 and Rbase 10 and 10.5 with no problems 
using an external PDF writer.



Steve Johnson



From: 'Karen Tellef' via RBASE-L [mailto:rbase-l@googlegroups.com]
Sent: Monday, May 11, 2020 4:30 PM
To: rbase-l@googlegroups.com
Subject: Re: [RBASE-L] - problem printing to PDFs



I was curious so I just tried this, on version 10.5 Enterprise, the April 23 
build so I am up to date.



I have a report up to my screen.  I select to print pages 1-2, print to a PDF 
file, it opens just fine.  I close the PDF



Without exiting the report screen, I select to print pages 3-4, print to a PDF 
file, type in a different file name.  It doesn't produce anything, I don't even 
see it counting up the pages printing.



I am able to get out of the report screen.  I do not have to exit RBase 
completely, but if I bring up the report screen again I am able to print one 
more PDF as before.



So it seems like an issue even in current version





Karen









-Original Message-
From: 'Jim Belisle' via RBASE-L 
To: rbase-l@googlegroups.com 
Sent: Mon, May 11, 2020 3:11 pm
Subject: RE: [RBASE-L] - problem printing to PDFs

Patti,



Now that you mention it, I believe I have the same problem.

I thought I was doing something wrong when I first notices this last month.

But the minute I saw your post, I checked it out and sure enough, if I print 
only one page of a pdf report, I cannot print the other two pages of the same 
report.

Thanks for the post.



James Belisle



Making Information Systems People Friendly Since 1990

[cid:image001.jpg@01CD8CE2.FB048F50]



From: 'Patti Jakusz' via RBASE-L [mailto:rbase-l@googlegroups.com]
Sent: Monday, May 11, 2020 1:26 PM
To: RBASE-L; rbase-l@googlegroups.com
Subject: [RBASE-L] - problem printing to PDFs



Hello,



Since working at home, I have been printing reports to PDFs and emailing them 
to coworkers.  One guy gets, pages 1-2, other gets 3-4 and so on.  So I have 
been able to save them as separate PDFs until this week.



Now, I am fine printing an entire report to one PDF.  And I am able to print 
one time to a PDF where I am selecting certain pages.  But after that, I can't 
save any more, not entire reports nor page ranges - it just hangs.  All I can 
do is get out of Rbase, go back in and reprocess the report.  Then I can save a 
few more pages as a pdf, then get out of Rbase and reprocess.



I did a Windows update last week, but I couldn't tell you what exactly was 
updated.  Our system admin tells me he can't see any windows or adobe problems 
that people are reporting about this.  So maybe it is an Rbase thing?  We 
purchased the new version of Rbase but were unable to load it on all the 
machines before Covid shutdown.  Currently have version 10.0.3.1114.



Patti





--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
---
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
rbase-l+unsubscr...@googlegroups.com<mailto:rbase-l+unsubscr...@googlegroups.com>.
To view this discussion on the web visit

https://groups.google.com/d/msgid/rbase-l/CY4PR0201MB3394A5BA89C56EC66DAC643CA0A10%40CY4PR0201

RE: [RBASE-L] - problem printing to PDFs

2020-05-11 Thread 'Jim Belisle' via RBASE-L
Patti,

Now that you mention it, I believe I have the same problem.
I thought I was doing something wrong when I first notices this last month.
But the minute I saw your post, I checked it out and sure enough, if I print 
only one page of a pdf report, I cannot print the other two pages of the same 
report.
Thanks for the post.

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01CD8CE2.FB048F50]

From: 'Patti Jakusz' via RBASE-L [mailto:rbase-l@googlegroups.com]
Sent: Monday, May 11, 2020 1:26 PM
To: RBASE-L; rbase-l@googlegroups.com
Subject: [RBASE-L] - problem printing to PDFs

Hello,

Since working at home, I have been printing reports to PDFs and emailing them 
to coworkers.  One guy gets, pages 1-2, other gets 3-4 and so on.  So I have 
been able to save them as separate PDFs until this week.

Now, I am fine printing an entire report to one PDF.  And I am able to print 
one time to a PDF where I am selecting certain pages.  But after that, I can't 
save any more, not entire reports nor page ranges - it just hangs.  All I can 
do is get out of Rbase, go back in and reprocess the report.  Then I can save a 
few more pages as a pdf, then get out of Rbase and reprocess.

I did a Windows update last week, but I couldn't tell you what exactly was 
updated.  Our system admin tells me he can't see any windows or adobe problems 
that people are reporting about this.  So maybe it is an Rbase thing?  We 
purchased the new version of Rbase but were unable to load it on all the 
machines before Covid shutdown.  Currently have version 10.0.3.1114.

Patti




-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CY4PR0201MB3394A5BA89C56EC66DAC643CA0A10%40CY4PR0201MB3394.namprd02.prod.outlook.com.


RE: Re[2]: [RBASE-L] - File import

2020-05-10 Thread 'Jim Belisle' via RBASE-L
j...@kaypark.com

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01CD8CE2.FB048F50]

From: rbase-l@googlegroups.com [mailto:rbase-l@googlegroups.com] On Behalf Of 
Bruce Chitiea
Sent: Sunday, May 10, 2020 3:18 PM
To: rbase-l@googlegroups.com
Subject: Re[2]: [RBASE-L] - File import

Send me your address and I'll send some sample code from a similar usage
Bruce

-- Original Message --
From: "'Jim Belisle' via RBASE-L" 
mailto:rbase-l@googlegroups.com>>
To: "rbase-l@googlegroups.com<mailto:rbase-l@googlegroups.com>" 
mailto:rbase-l@googlegroups.com>>
Sent: 5/10/2020 1:10:30 PM
Subject: RE: [RBASE-L] - File import

I forgot that it really is not an Excel file. it is a CSV file.
I actually thought of that, Bruce, but as you say, it is not elegant, and I was 
hoping I could find somehow to count the CSV file rows without importing.
I may need to go that route.

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01CD8CE2.FB048F50]

From: rbase-l@googlegroups.com<mailto:rbase-l@googlegroups.com> 
[mailto:rbase-l@googlegroups.com<mailto:rbase-l@googlegroups.com>] On Behalf Of 
Bruce Chitiea
Sent: Sunday, May 10, 2020 3:06 PM
To: rbase-l@googlegroups.com<mailto:rbase-l@googlegroups.com>
Subject: Re: [RBASE-L] - File import

Perhaps not elegant, but should work

(1) Print the Excel file to a .TXT file
(2) Import/Load .TXT file to a TEMP table
(3) Count the number of rows to a variable
(4) If count value is <2, don't GATEWAY

Bruce

Bruce A. Chitiea
SafeSectors, Inc.
112 Harvard Ave #272
Claremont CA 91711-4716
rby...@safesectors.com<mailto:rby...@safesectors.com>
(909) 238-9012 c


-- Original Message --
From: "'Jim Belisle' via RBASE-L" 
mailto:rbase-l@googlegroups.com>>
To: "rbase-l@googlegroups.com<mailto:rbase-l@googlegroups.com>" 
mailto:rbase-l@googlegroups.com>>
Sent: 5/10/2020 12:59:33 PM
Subject: [RBASE-L] - File import

I am trying to work with our web administrator in bringing order information 
into RBASE using FTP.
The FTP syncornizer creates an Excel file from the web then send that Excel 
file to our server. I then create code that brings that file information into 
RBASE using GATEWAY.

Here is the glitch. On the web side, the automated sync downloading the Excel 
file fires even if there is no info to send to us. That means I end up with a 
file that has a header row but no actual information to import.
My GATEWAY just hangs up if there is no actual info to import.
So my question. Is there some code or GATEWAY setting that can check an Excel 
file for info so it will not import?
My web man says he cannot set up the FTP to NOT send files (if no info 
available) if it is automated to sync with my server at set times.

The only other option is for the web to export to our server all the web 
traffic every time. That eventually will get to be a BIG file if our web 
traffic increases as we wish.

Can anyone think of anything I can do on the RBASE end?

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01CD8CE2.FB048F50]

--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
---
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
rbase-l+unsubscr...@googlegroups.com<mailto:rbase-l+unsubscr...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CY4PR0201MB3394AF530E44BBE904A88D2DA0A00%40CY4PR0201MB3394.namprd02.prod.outlook.com<https://groups.google.com/d/msgid/rbase-l/CY4PR0201MB3394AF530E44BBE904A88D2DA0A00%40CY4PR0201MB3394.namprd02.prod.outlook.com?utm_medium=email_source=footer>.
--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
---
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
rbase-l+unsubscr...@googlegroups.com<mailto:rbase-l+unsubscr...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CY4PR0201MB3394BA7C394ED7A031730B3DA0A00%40CY4PR0201MB3394.namprd02.prod.outlook.com<https://groups.google.com/d/msgid/rbase-l/CY4PR0201MB3394BA7C394ED7A031730B3DA0A00%40CY4PR0201MB3394.namprd02.prod.outlook.com?utm_medium=email_source=footer>.



-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CY4PR0201MB33941E3071243D1CA677335AA0A00%40CY4PR0201MB3394.namprd02.prod.outlook.com.


RE: [RBASE-L] - File import

2020-05-10 Thread 'Jim Belisle' via RBASE-L
I forgot that it really is not an Excel file. it is a CSV file.
I actually thought of that, Bruce, but as you say, it is not elegant, and I was 
hoping I could find somehow to count the CSV file rows without importing.
I may need to go that route.

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01CD8CE2.FB048F50]

From: rbase-l@googlegroups.com [mailto:rbase-l@googlegroups.com] On Behalf Of 
Bruce Chitiea
Sent: Sunday, May 10, 2020 3:06 PM
To: rbase-l@googlegroups.com
Subject: Re: [RBASE-L] - File import

Perhaps not elegant, but should work

(1) Print the Excel file to a .TXT file
(2) Import/Load .TXT file to a TEMP table
(3) Count the number of rows to a variable
(4) If count value is <2, don't GATEWAY

Bruce

Bruce A. Chitiea
SafeSectors, Inc.
112 Harvard Ave #272
Claremont CA 91711-4716
rby...@safesectors.com
(909) 238-9012 c


-- Original Message --
From: "'Jim Belisle' via RBASE-L" 
mailto:rbase-l@googlegroups.com>>
To: "rbase-l@googlegroups.com<mailto:rbase-l@googlegroups.com>" 
mailto:rbase-l@googlegroups.com>>
Sent: 5/10/2020 12:59:33 PM
Subject: [RBASE-L] - File import

I am trying to work with our web administrator in bringing order information 
into RBASE using FTP.
The FTP syncornizer creates an Excel file from the web then send that Excel 
file to our server. I then create code that brings that file information into 
RBASE using GATEWAY.

Here is the glitch. On the web side, the automated sync downloading the Excel 
file fires even if there is no info to send to us. That means I end up with a 
file that has a header row but no actual information to import.
My GATEWAY just hangs up if there is no actual info to import.
So my question. Is there some code or GATEWAY setting that can check an Excel 
file for info so it will not import?
My web man says he cannot set up the FTP to NOT send files (if no info 
available) if it is automated to sync with my server at set times.

The only other option is for the web to export to our server all the web 
traffic every time. That eventually will get to be a BIG file if our web 
traffic increases as we wish.

Can anyone think of anything I can do on the RBASE end?

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01CD8CE2.FB048F50]

--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
---
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
rbase-l+unsubscr...@googlegroups.com<mailto:rbase-l+unsubscr...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CY4PR0201MB3394AF530E44BBE904A88D2DA0A00%40CY4PR0201MB3394.namprd02.prod.outlook.com<https://groups.google.com/d/msgid/rbase-l/CY4PR0201MB3394AF530E44BBE904A88D2DA0A00%40CY4PR0201MB3394.namprd02.prod.outlook.com?utm_medium=email_source=footer>.



-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CY4PR0201MB3394BA7C394ED7A031730B3DA0A00%40CY4PR0201MB3394.namprd02.prod.outlook.com.


[RBASE-L] - File import

2020-05-10 Thread 'Jim Belisle' via RBASE-L
I am trying to work with our web administrator in bringing order information 
into RBASE using FTP.
The FTP syncornizer creates an Excel file from the web then send that Excel 
file to our server. I then create code that brings that file information into 
RBASE using GATEWAY.

Here is the glitch. On the web side, the automated sync downloading the Excel 
file fires even if there is no info to send to us. That means I end up with a 
file that has a header row but no actual information to import.
My GATEWAY just hangs up if there is no actual info to import.
So my question. Is there some code or GATEWAY setting that can check an Excel 
file for info so it will not import?
My web man says he cannot set up the FTP to NOT send files (if no info 
available) if it is automated to sync with my server at set times.

The only other option is for the web to export to our server all the web 
traffic every time. That eventually will get to be a BIG file if our web 
traffic increases as we wish.

Can anyone think of anything I can do on the RBASE end?

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01CD8CE2.FB048F50]

-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CY4PR0201MB3394AF530E44BBE904A88D2DA0A00%40CY4PR0201MB3394.namprd02.prod.outlook.com.


RE: [RBASE-L] - Bill Eyring

2020-05-09 Thread 'Jim Belisle' via RBASE-L
Bill worked with me in trying to take my less than normalized database become 
more normalized.
He was good in his communication to us.

We are sorry to hear of his passing. Thanks for the update.

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01CD8CE2.FB048F50]

From: rbase-l@googlegroups.com [mailto:rbase-l@googlegroups.com] On Behalf Of 
Doug Hamilton
Sent: Saturday, May 9, 2020 10:31 AM
To: R:Base List
Subject: [RBASE-L] - Bill Eyring

R:Base List - A few years ago you may remember that I was looking for an
R:Base developer to help with a large project.  Several of you
responded, for which I am grateful.  We (client and I) chose to have
Bill Eyring help develop our new order processing database. Our division
of labor just sort of fell into place - Bill in New York handled
receiving and sending the data via EDI and the shipping end of the order
processing.  From Wisconsin, I did the front end processing of the data,
order preparation and building the output files.

Over the course of many phone calls, Bill and I commiserated in our
frustrations, rejoiced in our progress, solved world problems and
ultimately developed a working system.  A large part of the success is
due to our client's guidance and patience.

With great sadness, I'm writing on behalf of Bill's wife JoAnn to say
Bill passed away several weeks ago due to complications from the corona
virus.

This leaves another void in the R:Base community that is needing to be
filled.  Prudent business practice is to have a backup, an issue for
subsequent posts.

Doug Hamilton

--
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus

--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
---
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/725e0e3b-c272-4a8e-15b9-7f76a2dcbc6d%40wi.rr.com.



-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CY4PR0201MB339414AEEEDFC09CDF8AFC6CA0A30%40CY4PR0201MB3394.namprd02.prod.outlook.com.


RE: [RBASE-L] - REPLACING INFORMATION

2020-05-08 Thread Jim Belisle
Razzak,

With a little manipulation of your code, I was able to get the desired result.
Thanks again for having this list.
For someone like myself who has had little training (thankful for the week 
spent with you), it has been a great help.

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01CD8CE2.FB048F50]

From: rbase-l@googlegroups.com [mailto:rbase-l@googlegroups.com] On Behalf Of 
Jim Belisle
Sent: Monday, April 13, 2020 5:20 PM
To: rbase-l@googlegroups.com
Subject: RE: [RBASE-L] - REPLACING INFORMATION

I will try that.

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01CD8CE2.FB048F50]

From: rbase-l@googlegroups.com [mailto:rbase-l@googlegroups.com] On Behalf Of 
A. Razzak Memon
Sent: Monday, April 13, 2020 5:15 PM
To: rbase-l@googlegroups.com
Subject: Re: [RBASE-L] - REPLACING INFORMATION

Jim,

A DECLARE CURSOR may be needed to update those specific records.

-- Start of Code
-- Update Part Information Contents

CLEAR ALL VAR
SET VAR vPARTNAMEPC TEXT = NULL
SET VAR vSrchReplDesc TEXT = NULL
SET VAR vSearchString TEXT = '2x10 8'
SET VAR vReplaceString TEXT = '2x10x96'

SET VAR vCheckCursor INTEGER = (CHKCUR('c1'))
IF vCheckCursor = 1 THEN
DROP CURSOR c1
ENDIF

DECLARE c1 CURSOR FOR SELECT PARTNAMEPC FROM PARTINFO +
WHERE PARTNAMEPC CONTAINS 'RP%-7'
OPEN c1
FETCH c1 INTO vPARTNAMEPC INDICATOR iv1
WHILE SQLCODE <> 100 THEN
SET VAR vSrchReplDesc =
(SRPL(.vPARTNAMEPC,.vSearchString,.vReplaceString,0))
UPDATE PARTINFO SET PARTNAMEPC = .vSrchReplDesc WHERE CURRENT OF c1
FETCH c1 INTO vPARTNAMEPC INDICATOR iv1
ENDWHILE

DROP CURSOR c1
PAUSE 2 USING 'Done.'
RETURN

Hope it helps!

Very Best R:egards,

Razzak




At 05:03 PM 4/13/2020, Jim Belisle wrote:

>I am wanting to replace ONLY specific wording in a specific column
>leaving the rest of the wording in the field.
>I have looked at the SRPL function and tried this code but it does
>not update the column for those rows meeting the filter.
>I have also tried it using the 0 for the last argument with no success.
>
>UPDATE PARTINFO SET PARTNAMEPC = (SRPL('2x10 8','2x10
>8','2x10x96',1)) where PARTNUM CONTAINS 'RP%-7'
>
>Any blues clues?
>
>James Belisle

--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
---
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
rbase-l+unsubscr...@googlegroups.com<mailto:rbase-l+unsubscr...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/202004132215.03DMFCNn010025%40atl4mhob15.registeredsite.com.


-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CY4PR0201MB339436BF73DD13F17E571C76A0A20%40CY4PR0201MB3394.namprd02.prod.outlook.com.


RE: [RBASE-L] - eliminate weekends

2020-05-07 Thread Jim Belisle
Ryan,

Thanks for pointing me to the DNW function. I was able to find a rather simple 
method using the function to get the desired results.

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01CD8CE2.FB048F50]

From: rbase-l@googlegroups.com [mailto:rbase-l@googlegroups.com] On Behalf Of 
Ryan Blanchard
Sent: Monday, May 4, 2020 7:39 PM
To: rbase-l@googlegroups.com
Subject: Re: [RBASE-L] - eliminate weekends

Hi James,

You can use the DNW function to get the next business day from a specific date.

One possible option:
--
SET VAR vtest1 DATE = ( DNW ( #DATE ) )
SET VAR vtest2 DATE = ( DNW ( .vtest1 ) )
SET VAR vtest3 DATE = ( DNW ( .vtest2 ) )
SET VAR vtest4 DATE = ( DNW ( .vtest3 ) )
...
--
and so on until you get the number of days you need since the function 
increments by one. One line for every day added and the output variable being 
what the last line is set to.

Another Option:
--
SET VAR vloopcount1 = 0
SET VAR vloopcount2 = 7
SET VAR vtestdate DATE = #date
WHILE vloopcount1 < vloopcount2 THEN
  SET VAR vtestdate = ( DNW ( .vtestdate ) )
  SET VAR vloopcount1 = ( .vloopcount1 + 1 )
  IF vloopcount2 <> 0 THEN
 Continue
  ENDIF
  BREAK
ENDWHILE
--
This option allows you to not have so many variables with the output variable 
being vtestdate. Also, it's easy to change the number of days by changing what 
vloopcount2 is set to.

Ryan




On Mon, May 4, 2020 at 4:51 PM Jim Belisle 
mailto:j...@kaypark.com>> wrote:
I want to get a date in the future based on 7 business days in the future.
So how do I add to a present date, let’s say 05/04/2020 seven days in the 
future but eliminate the weekends?
I see functions for IDWK and TDWK but am unsure how to create the var that 
gives me seven business days out.

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01CD8CE2.FB048F50]

--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
---
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
rbase-l+unsubscr...@googlegroups.com<mailto:rbase-l+unsubscr...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CY4PR0201MB3394F5AF4E44571D0399CE78A0A60%40CY4PR0201MB3394.namprd02.prod.outlook.com<https://groups.google.com/d/msgid/rbase-l/CY4PR0201MB3394F5AF4E44571D0399CE78A0A60%40CY4PR0201MB3394.namprd02.prod.outlook.com?utm_medium=email_source=footer>.
--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
---
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
rbase-l+unsubscr...@googlegroups.com<mailto:rbase-l+unsubscr...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CADj97FnGiZf%3D-yTntr9qH6nbWYjpnPAHwW_t%2Byvqm1oDfFba0g%40mail.gmail.com<https://groups.google.com/d/msgid/rbase-l/CADj97FnGiZf%3D-yTntr9qH6nbWYjpnPAHwW_t%2Byvqm1oDfFba0g%40mail.gmail.com?utm_medium=email_source=footer>.



-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CY4PR0201MB33942F9F58A89913C4E0D0D9A0A20%40CY4PR0201MB3394.namprd02.prod.outlook.com.


[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

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01CD8CE2.FB048F50]

-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CY4PR0201MB3394CBDC37E3BC53725BF67BA0A40%40CY4PR0201MB3394.namprd02.prod.outlook.com.


RE: [RBASE-L] - eliminate weekends

2020-05-04 Thread Jim Belisle
Thanks Ryan. I will check that out.

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01CD8CE2.FB048F50]

From: rbase-l@googlegroups.com [mailto:rbase-l@googlegroups.com] On Behalf Of 
Ryan Blanchard
Sent: Monday, May 4, 2020 7:39 PM
To: rbase-l@googlegroups.com
Subject: Re: [RBASE-L] - eliminate weekends

Hi James,

You can use the DNW function to get the next business day from a specific date.

One possible option:
--
SET VAR vtest1 DATE = ( DNW ( #DATE ) )
SET VAR vtest2 DATE = ( DNW ( .vtest1 ) )
SET VAR vtest3 DATE = ( DNW ( .vtest2 ) )
SET VAR vtest4 DATE = ( DNW ( .vtest3 ) )
...
--
and so on until you get the number of days you need since the function 
increments by one. One line for every day added and the output variable being 
what the last line is set to.

Another Option:
--
SET VAR vloopcount1 = 0
SET VAR vloopcount2 = 7
SET VAR vtestdate DATE = #date
WHILE vloopcount1 < vloopcount2 THEN
  SET VAR vtestdate = ( DNW ( .vtestdate ) )
  SET VAR vloopcount1 = ( .vloopcount1 + 1 )
  IF vloopcount2 <> 0 THEN
 Continue
  ENDIF
  BREAK
ENDWHILE
--
This option allows you to not have so many variables with the output variable 
being vtestdate. Also, it's easy to change the number of days by changing what 
vloopcount2 is set to.

Ryan




On Mon, May 4, 2020 at 4:51 PM Jim Belisle 
mailto:j...@kaypark.com>> wrote:
I want to get a date in the future based on 7 business days in the future.
So how do I add to a present date, let’s say 05/04/2020 seven days in the 
future but eliminate the weekends?
I see functions for IDWK and TDWK but am unsure how to create the var that 
gives me seven business days out.

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01CD8CE2.FB048F50]

--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
---
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
rbase-l+unsubscr...@googlegroups.com<mailto:rbase-l+unsubscr...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CY4PR0201MB3394F5AF4E44571D0399CE78A0A60%40CY4PR0201MB3394.namprd02.prod.outlook.com<https://groups.google.com/d/msgid/rbase-l/CY4PR0201MB3394F5AF4E44571D0399CE78A0A60%40CY4PR0201MB3394.namprd02.prod.outlook.com?utm_medium=email_source=footer>.
--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
---
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
rbase-l+unsubscr...@googlegroups.com<mailto:rbase-l+unsubscr...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CADj97FnGiZf%3D-yTntr9qH6nbWYjpnPAHwW_t%2Byvqm1oDfFba0g%40mail.gmail.com<https://groups.google.com/d/msgid/rbase-l/CADj97FnGiZf%3D-yTntr9qH6nbWYjpnPAHwW_t%2Byvqm1oDfFba0g%40mail.gmail.com?utm_medium=email_source=footer>.



-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CY4PR0201MB3394FB6F41302B5288B07090A0A70%40CY4PR0201MB3394.namprd02.prod.outlook.com.


[RBASE-L] - eliminate weekends

2020-05-04 Thread Jim Belisle
I want to get a date in the future based on 7 business days in the future.
So how do I add to a present date, let's say 05/04/2020 seven days in the 
future but eliminate the weekends?
I see functions for IDWK and TDWK but am unsure how to create the var that 
gives me seven business days out.

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01CD8CE2.FB048F50]

-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CY4PR0201MB3394F5AF4E44571D0399CE78A0A60%40CY4PR0201MB3394.namprd02.prod.outlook.com.


RE: [RBASE-L] - REPLACING INFORMATION

2020-04-13 Thread Jim Belisle
I will try that.

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01CD8CE2.FB048F50]

From: rbase-l@googlegroups.com [mailto:rbase-l@googlegroups.com] On Behalf Of 
A. Razzak Memon
Sent: Monday, April 13, 2020 5:15 PM
To: rbase-l@googlegroups.com
Subject: Re: [RBASE-L] - REPLACING INFORMATION

Jim,

A DECLARE CURSOR may be needed to update those specific records.

-- Start of Code
-- Update Part Information Contents

CLEAR ALL VAR
SET VAR vPARTNAMEPC TEXT = NULL
SET VAR vSrchReplDesc TEXT = NULL
SET VAR vSearchString TEXT = '2x10 8'
SET VAR vReplaceString TEXT = '2x10x96'

SET VAR vCheckCursor INTEGER = (CHKCUR('c1'))
IF vCheckCursor = 1 THEN
DROP CURSOR c1
ENDIF

DECLARE c1 CURSOR FOR SELECT PARTNAMEPC FROM PARTINFO +
WHERE PARTNAMEPC CONTAINS 'RP%-7'
OPEN c1
FETCH c1 INTO vPARTNAMEPC INDICATOR iv1
WHILE SQLCODE <> 100 THEN
SET VAR vSrchReplDesc =
(SRPL(.vPARTNAMEPC,.vSearchString,.vReplaceString,0))
UPDATE PARTINFO SET PARTNAMEPC = .vSrchReplDesc WHERE CURRENT OF c1
FETCH c1 INTO vPARTNAMEPC INDICATOR iv1
ENDWHILE

DROP CURSOR c1
PAUSE 2 USING 'Done.'
RETURN

Hope it helps!

Very Best R:egards,

Razzak




At 05:03 PM 4/13/2020, Jim Belisle wrote:

>I am wanting to replace ONLY specific wording in a specific column
>leaving the rest of the wording in the field.
>I have looked at the SRPL function and tried this code but it does
>not update the column for those rows meeting the filter.
>I have also tried it using the 0 for the last argument with no success.
>
>UPDATE PARTINFO SET PARTNAMEPC = (SRPL('2x10 8','2x10
>8','2x10x96',1)) where PARTNUM CONTAINS 'RP%-7'
>
>Any blues clues?
>
>James Belisle

--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
---
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
rbase-l+unsubscr...@googlegroups.com<mailto:rbase-l+unsubscr...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/202004132215.03DMFCNn010025%40atl4mhob15.registeredsite.com.



-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CH2PR02MB70474D43FDA4D4BF13F912E1A0DD0%40CH2PR02MB7047.namprd02.prod.outlook.com.


RE: [RBASE-L] - Re: REPLACING INFORMATION

2020-04-13 Thread Jim Belisle
I did it with using the 0 and the 1 and neither does what I want.
They both wipe out the other wording in the field. You can see below.
[cid:image001.png@01D611B3.B41F0BC0]

Maybe I have to capture the remainder of the wording with another FUNCTION and 
combine the two?

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01CD8CE2.FB048F50]

From: 'Karen Tellef' via RBASE-L [mailto:rbase-l@googlegroups.com]
Sent: Monday, April 13, 2020 4:47 PM
To: rbase-l@googlegroups.com
Subject: Re: [RBASE-L] - Re: REPLACING INFORMATION

And BTW Jim:  You can also do a 'select' statement first to test what you would 
get.  So you could do:

select PARTNAMEPC, (srpL(partnamepc,'2x10 8','2x10x96',0)) from tpartinfo


Karen

-Original Message-
From: Karen Tellef 
To: rbase-l 
Sent: Mon, Apr 13, 2020 4:46 pm
Subject: Re: [RBASE-L] - Re: REPLACING INFORMATION
Yes, you want ZERO in the update, not the 1

Karen



-Original Message-
From: Dan Goldberg 
To: rbase-l@googlegroups.com 
Sent: Mon, Apr 13, 2020 4:35 pm
Subject: [RBASE-L] - Re: REPLACING INFORMATION
Did u use the 0 in the sprl?
Dan Goldberg
MIS Manager
Lance Campers


From: rbase-l@googlegroups.com  on behalf of Jim 
Belisle 
Sent: Monday, April 13, 2020 2:31:08 PM
To: rbase-l@googlegroups.com 
Subject: [RBASE-L] - RE: REPLACING INFORMATION

I am glad I practiced this on a copy of the table because it did work in 
replacing the specific words BUT it did not keep the rest of the wording in the 
field PARTNAMEPC.

UPDATE tPARTINFO SET PARTNAMEPC = (srpL(partnamepc,'2x10 8','2x10x96',1)) where 
PARTNUM CONTAINS 'RP%-7'

So I ended up with JUST the 2x10x96 in the field for each row.

What I want to do is JUST replace the 2x10 8 with 2x10x96 and leave the 
remainder of the words.

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01CD8CE2.FB048F50]

From: rbase-l@googlegroups.com [mailto:rbase-l@googlegroups.com] On Behalf Of 
Dan Goldberg
Sent: Monday, April 13, 2020 4:20 PM
To: rbase-l@googlegroups.com
Subject: [RBASE-L] - RE: REPLACING INFORMATION

Think you need to use the column name in the srpl

UPDATE PARTINFO SET PARTNAMEPC = (SRPL(PARTNAMEPC,'2x10 8','2x10x96',0)) where 
PARTNUM CONTAINS 'RP%-7'

Dan Goldberg


From: rbase-l@googlegroups.com  On Behalf Of Jim 
Belisle
Sent: Monday, April 13, 2020 2:04 PM
To: rbase-l@googlegroups.com
Subject: [RBASE-L] - REPLACING INFORMATION

I am wanting to replace ONLY specific wording in a specific column leaving the 
rest of the wording in the field.
I have looked at the SRPL function and tried this code but it does not update 
the column for those rows meeting the filter.
I have also tried it using the 0 for the last argument with no success.

UPDATE PARTINFO SET PARTNAMEPC = (SRPL('2x10 8','2x10 8','2x10x96',1)) where 
PARTNUM CONTAINS 'RP%-7'

Any blues clues?

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01CD8CE2.FB048F50]

--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
---
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
rbase-l+unsubscr...@googlegroups.com<mailto:rbase-l+unsubscr...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CH2PR02MB7047AC604D49A5046F61F382A0DD0%40CH2PR02MB7047.namprd02.prod.outlook.com<https://groups.google.com/d/msgid/rbase-l/CH2PR02MB7047AC604D49A5046F61F382A0DD0%40CH2PR02MB7047.namprd02.prod.outlook.com?utm_medium=email_source=footer>.
--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
---
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
rbase-l+unsubscr...@googlegroups.com<mailto:rbase-l+unsubscr...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CH2PR02MB7047BB875FF165A55CDB3B10A0DD0%40CH2PR02MB7047.namprd02.prod.outlook.com<https://groups.google.com/d/msgid/rbase-l/CH2PR02MB7047BB875FF165A55CDB3B10A0DD0%40CH2PR02MB7047.namprd02.prod.outlook.com?utm_medium=email_source=footer>.
--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
---
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
rbase-l+unsubscr...@googlegroups.com<mailto:rbase-l+unsubscr...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/DM6PR06MB5051B52E7C74596B0B6EB7B4AADD0%40DM6PR06MB5051.namprd06.prod.outlook.com<https://groups.google.com/d/msgid/rbase-l/

[RBASE-L] - RE: REPLACING INFORMATION

2020-04-13 Thread Jim Belisle
No. I used the 1.

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01CD8CE2.FB048F50]

From: rbase-l@googlegroups.com [mailto:rbase-l@googlegroups.com] On Behalf Of 
Dan Goldberg
Sent: Monday, April 13, 2020 4:35 PM
To: rbase-l@googlegroups.com
Subject: [RBASE-L] - Re: REPLACING INFORMATION

Did u use the 0 in the sprl?
Dan Goldberg
MIS Manager
Lance Campers


From: rbase-l@googlegroups.com  on behalf of Jim 
Belisle 
Sent: Monday, April 13, 2020 2:31:08 PM
To: rbase-l@googlegroups.com 
Subject: [RBASE-L] - RE: REPLACING INFORMATION

I am glad I practiced this on a copy of the table because it did work in 
replacing the specific words BUT it did not keep the rest of the wording in the 
field PARTNAMEPC.

UPDATE tPARTINFO SET PARTNAMEPC = (srpL(partnamepc,'2x10 8','2x10x96',1)) where 
PARTNUM CONTAINS 'RP%-7'

So I ended up with JUST the 2x10x96 in the field for each row.

What I want to do is JUST replace the 2x10 8 with 2x10x96 and leave the 
remainder of the words.

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01CD8CE2.FB048F50]

From: rbase-l@googlegroups.com [mailto:rbase-l@googlegroups.com] On Behalf Of 
Dan Goldberg
Sent: Monday, April 13, 2020 4:20 PM
To: rbase-l@googlegroups.com
Subject: [RBASE-L] - RE: REPLACING INFORMATION

Think you need to use the column name in the srpl

UPDATE PARTINFO SET PARTNAMEPC = (SRPL(PARTNAMEPC,'2x10 8','2x10x96',0)) where 
PARTNUM CONTAINS 'RP%-7'

Dan Goldberg


From: rbase-l@googlegroups.com  On Behalf Of Jim 
Belisle
Sent: Monday, April 13, 2020 2:04 PM
To: rbase-l@googlegroups.com
Subject: [RBASE-L] - REPLACING INFORMATION

I am wanting to replace ONLY specific wording in a specific column leaving the 
rest of the wording in the field.
I have looked at the SRPL function and tried this code but it does not update 
the column for those rows meeting the filter.
I have also tried it using the 0 for the last argument with no success.

UPDATE PARTINFO SET PARTNAMEPC = (SRPL('2x10 8','2x10 8','2x10x96',1)) where 
PARTNUM CONTAINS 'RP%-7'

Any blues clues?

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01CD8CE2.FB048F50]

--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
---
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
rbase-l+unsubscr...@googlegroups.com<mailto:rbase-l+unsubscr...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CH2PR02MB7047AC604D49A5046F61F382A0DD0%40CH2PR02MB7047.namprd02.prod.outlook.com<https://groups.google.com/d/msgid/rbase-l/CH2PR02MB7047AC604D49A5046F61F382A0DD0%40CH2PR02MB7047.namprd02.prod.outlook.com?utm_medium=email_source=footer>.
--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
---
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
rbase-l+unsubscr...@googlegroups.com<mailto:rbase-l+unsubscr...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CH2PR02MB7047BB875FF165A55CDB3B10A0DD0%40CH2PR02MB7047.namprd02.prod.outlook.com<https://groups.google.com/d/msgid/rbase-l/CH2PR02MB7047BB875FF165A55CDB3B10A0DD0%40CH2PR02MB7047.namprd02.prod.outlook.com?utm_medium=email_source=footer>.


-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CH2PR02MB704768D45FB5FDAB1932EE80A0DD0%40CH2PR02MB7047.namprd02.prod.outlook.com.


[RBASE-L] - RE: REPLACING INFORMATION

2020-04-13 Thread Jim Belisle
I am glad I practiced this on a copy of the table because it did work in 
replacing the specific words BUT it did not keep the rest of the wording in the 
field PARTNAMEPC.

UPDATE tPARTINFO SET PARTNAMEPC = (srpL(partnamepc,'2x10 8','2x10x96',1)) where 
PARTNUM CONTAINS 'RP%-7'

So I ended up with JUST the 2x10x96 in the field for each row.

What I want to do is JUST replace the 2x10 8 with 2x10x96 and leave the 
remainder of the words.

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01CD8CE2.FB048F50]

From: rbase-l@googlegroups.com [mailto:rbase-l@googlegroups.com] On Behalf Of 
Dan Goldberg
Sent: Monday, April 13, 2020 4:20 PM
To: rbase-l@googlegroups.com
Subject: [RBASE-L] - RE: REPLACING INFORMATION

Think you need to use the column name in the srpl

UPDATE PARTINFO SET PARTNAMEPC = (SRPL(PARTNAMEPC,'2x10 8','2x10x96',0)) where 
PARTNUM CONTAINS 'RP%-7'

Dan Goldberg


From: rbase-l@googlegroups.com  On Behalf Of Jim 
Belisle
Sent: Monday, April 13, 2020 2:04 PM
To: rbase-l@googlegroups.com
Subject: [RBASE-L] - REPLACING INFORMATION

I am wanting to replace ONLY specific wording in a specific column leaving the 
rest of the wording in the field.
I have looked at the SRPL function and tried this code but it does not update 
the column for those rows meeting the filter.
I have also tried it using the 0 for the last argument with no success.

UPDATE PARTINFO SET PARTNAMEPC = (SRPL('2x10 8','2x10 8','2x10x96',1)) where 
PARTNUM CONTAINS 'RP%-7'

Any blues clues?

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01CD8CE2.FB048F50]

--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
---
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
rbase-l+unsubscr...@googlegroups.com<mailto:rbase-l+unsubscr...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CH2PR02MB7047AC604D49A5046F61F382A0DD0%40CH2PR02MB7047.namprd02.prod.outlook.com<https://groups.google.com/d/msgid/rbase-l/CH2PR02MB7047AC604D49A5046F61F382A0DD0%40CH2PR02MB7047.namprd02.prod.outlook.com?utm_medium=email_source=footer>.


-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CH2PR02MB7047BB875FF165A55CDB3B10A0DD0%40CH2PR02MB7047.namprd02.prod.outlook.com.


[RBASE-L] - REPLACING INFORMATION

2020-04-13 Thread Jim Belisle
I am wanting to replace ONLY specific wording in a specific column leaving the 
rest of the wording in the field.
I have looked at the SRPL function and tried this code but it does not update 
the column for those rows meeting the filter.
I have also tried it using the 0 for the last argument with no success.

UPDATE PARTINFO SET PARTNAMEPC = (SRPL('2x10 8','2x10 8','2x10x96',1)) where 
PARTNUM CONTAINS 'RP%-7'

Any blues clues?

James Belisle

Making Information Systems People Friendly Since 1990
[cid:image001.jpg@01CD8CE2.FB048F50]

-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/CH2PR02MB7047AC604D49A5046F61F382A0DD0%40CH2PR02MB7047.namprd02.prod.outlook.com.


  1   2   3   >