Just wondering - maintenance considerations aside - if there is a
performance gain for code embedded in CFAs vs. EEPs for individual Form
controls.
Say that in an On Click, or On Exit EEP I have variable-driven branching
logic directing the process to one or more blocks of static
data-crunching code:
(Courier New font)
All code within an EEP:
IF vdecision = 1 THEN
{run this here gnarly block of static instructions}
ELSE
{run that there gnarly block of static instructions}
ENDIF
Using Custom Form Actions:
IF vthisHereDecision = 1 THEN
PROPERTY RBASE_FORM_ACTION thisHereGnarlyBlock ' '
ELSE
PROPERTY RBASE_FORM_ACTION thatThereGnarlyBlock ' '
ENDIF
Thoughts?
--
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].
To view this discussion on the web visit
https://groups.google.com/d/msgid/rbase-l/em29627dc5-3565-4ce7-ab0c-42ff2536e83a%409baecdb0.com.