Razzak I'm always learning more 😊
Thanks Buddy -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of A. Razzak Memon Sent: Wednesday, August 23, 2017 10:22 AM To: [email protected] Subject: RE: [RBASE-L] - How to get feedback variables without feedback UI. Larry, Stephen, Buddy, et al, Here's how ... Use the GET_LAST_FEEDBACK parameter of the PROPERTY command to capture the desired information. GET_LAST_FEEDBACK displays the FEEDBACK results from the last INSERT, UPDATE, or DELETE, without having to display the FEEDBACK dialog. -- Example: PROPERTY APPLICATION GET_LAST_FEEDBACK ' ' SHOW VAR That's your tip of the day. Have fun! Very Best R:egards, Razzak At 10:04 AM 8/23/2017, Buddy Walker wrote: >If you are doing an INSERT why not count the rows in the table before >the update and then right after the update. Subtract the two counts and >that should be the number of rows inserted. > >Buddy > > >From: [email protected] >[mailto:[email protected]] On Behalf Of Stephen Markson >Sent: Wednesday, August 23, 2017 9:54 AM >To: [email protected] >Subject: RE: [RBASE-L] - How to get feedback variables without feedback UI. > >Hi Larry, > >I’ve been putting up with the display of the feedback dialog. Did you >get an answer or find a solution? > > >Regards, > >Stephen Markson >The Pharmacy Examining Board of Canada >416.979.2431 x251 > >From: 'Lawrence Lustig' via RBASE-L >[<mailto:[email protected]>mailto:[email protected]] >Sent: August-18-17 10:01 AM >To: <mailto:[email protected]>[email protected] >Subject: [RBASE-L] - How to get feedback variables without feedback UI. > >I have some code in which I'd like to get the values from >RBTI_RowsInserted. But I don't want the user to see the Feedback >window. With FEEDBACK set ON (which I need to get the variables >generated) the Feedback windows is always displayed regardless of >whether MESSAGES is ON or OFF. > >Is there a way to get the effect that I'm looking for? >-- >Larry -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout. -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.

