Morning all.

I'm working away polishing up SDB for the LA Run Rev Dev meeting on Wednesday.

Lately I've got a nagging feeling that part of my effort is for naught:

SDB Data Dictionary includes a field where the developer can type a validation handler to applied to the field contents when the field is closed. The idea was something like this:

on closeField
  global passedData
  put me into passedData
  do (field "Validation")
  if the result is not empty then -- take error return
  [snip]
end closeFields

Cool and powerful stuff; but if a standalone can't do "do", I'm wasting my time.

Am I wasting my time? Is there another way to change handlers on-the-fly?

Rob Cozens
CCW, Serendipity Software Company
http://www.oenolog.net/who.htm

"And I, which was two fooles, do so grow three;
Who are a little wise, the best fooles bee."

from "The Triple Foole" by John Donne (1572-1631)
_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to