Droplist/Options (OpenInsight 32-bit Specific)
At 17 NOV 2003 12:26:10PM Warren wrote:
Is there a built in way in OI Forms that is functionally equivalent to ARev Windows where you put code - vertical bar - description in the prompt validation?
At 17 NOV 2003 12:26PM The Sprezzatura Group wrote:
No - although it would be simple enough to implement from a promoted event so you'd only have to write it once. The promoted evnt would just look at the window common containing the CONV (or get the CONV property for the current prompt) and if it found pipe characters it could construct a popup and direct operations from there!
We have something similar which is code table driven and responds to beginning typing at that prompt by overlaying a dialog box with close matches. This also allows the addition of new codes.
The Sprezzatura Group
World Leaders in all things RevSoft
At 17 NOV 2003 12:26PM Warren wrote:
Ok. Me just lazy.
Greg mentioned Sprezz's little function, sounds great.