[RBASE-L] - Stored Procedures

2018-11-15 Thread Claudine Robbins
I have a new issue with a stored procedure routine which goes like this: I call the SP NewCompanies(1) to pass a value of 1 to the SP STEP 1 I use the DIALOG to get the user's input on the company name they want to add. STEP 2 I then EDIT USING FORMCHOOSE MDI AS 'PICKONE' which takes the user

Re: [RBASE-L] - Stored Procedures

2018-11-15 Thread 'Karen Tellef' via RBASE-L
The problem is that you bring up the form in MDI mode.  When you do that, the procedure that calls it ALWAYS continues.  You cannot bring up a form in MDI unless the rest of the program code doesn't rely on anything in that form.  Take out the MDI Karen -Original Message- From:

[RBASE-L] - RE: LISTOF question 10.0.4.10913 F I X E D !

2018-11-15 Thread Claudine Robbins
This issue is fixed in the next update. Thank you R:DCC and staff at RBTI! Claudine From: rbase-l@googlegroups.com [mailto:rbase-l@googlegroups.com] On Behalf Of Claudine Robbins Sent: Friday, October 26, 2018 3:08 PM To: rbase-l@googlegroups.com Subject: [RBASE-L] - LISTOF question

RE: [RBASE-L] - Stored Procedures

2018-11-15 Thread Claudine Robbins
Thanks Karen. I had just come to that conclusion and was about to report my mistake. Have a great day! Claudine From: 'Karen Tellef' via RBASE-L [mailto:rbase-l@googlegroups.com] Sent: Thursday, November 15, 2018 12:58 PM To: rbase-l@googlegroups.com Subject: Re: [RBASE-L] - Stored Procedures

RE: [RBASE-L] - RE: LISTOF question 10.0.4.10913 F I X E D !

2018-11-15 Thread Claudine Robbins
Absolutely! And thanks to the issue in the first place, I have Mike’s wonderful form and all the help I need from this list to boot! Feeling very thankful. Claudine From: rbase-l@googlegroups.com [mailto:rbase-l@googlegroups.com] On Behalf Of Albert Berry Sent: Thursday, November 15, 2018

Re: [RBASE-L] - RE: LISTOF question 10.0.4.10913 F I X E D !

2018-11-15 Thread Albert Berry
Aren’t they just great? The slightest problem, no matter how insignificant, is fixed as if the whole program was failing. Albert > On Nov 15, 2018, at 11:36 AM, Claudine Robbins wrote: > > This issue is fixed in the next update. Thank you R:DCC and staff at RBTI! > > Claudine > > From:

RE: [RBASE-L] - LISTOF question 10.0.4.10913

2018-11-15 Thread Claudine Robbins
Mike, Apparently, passing parameters via the CAPTION is not documented so it’s hard (for me) to understand how this works. The choose form works like a charm. Claudine From: rbase-l@googlegroups.com [mailto:rbase-l@googlegroups.com] On Behalf Of Michael Byerley Sent: Tuesday, October 30,