From: "A. Razzak Memon" <[EMAIL PROTECTED]> To: "RBG7-L Mailing List" <[email protected]> Sent: Saturday, April 23, 2005 10:59 PM Subject: [RBG7-L] - Running R:BASE Your Way! (Part 9)
<snip> > . You still need the external EEPs if running your code > as Table "On Row Entry", "On Row Exit", "After Saving > Row" and "After Leaving Section".
</snip>
At 08:43 AM 4/24/2005, Mike Byerley wrote:
Well, maybe Not! ... Even though the eeps wouldn't be hidden in the form description, they can be stored in a table in the database as a type VarChar... A few months back I posted an example of this.
Basically, in the edit box for the particular Table level EEP, you type code such as this..
Select VarCharData From SomeTable where + ColumnWithUniqueCommandName = 'TheCommandToRun'
It appears that whatever text is in the edit box is passed to RBase "RUN" command, so the command executes.. NO External EEPs!
Mike,
If you have downloaded the latest RRBYW9, notice that there is only one EEP (SalesTransactions.eep), still being used as outside EEP due to the fact that it has to run as "On Row Entry" EEP. How would you get the "exact" functionality to calculate the process being used in that EEP otherwise?
Using the same EEP as embedded "Custom EEP" in RRBYW10 (R:BASE 7.5), you can make your entire application without the external commands/eep.
Very Best R:egards,
Razzak.
