Checking Required Fields at Save (OpenInsight Specific)
At 01 APR 2000 04:06:41PM [email protected] wrote:
Maybe someone can help me on this.
I have a very simple routine called "Check_Required_At_Save". The subroutine is called from the Create event. It's purpose is to allow me to skip thru required fields and let the system check for their completeness during the "Save" process. See simple code below:
* code Check_Required_At_Save *
Options=Get_Property(@window, "IOOPTIONS")
Options=TRUE$
Set_Property(@window, "IOOPTIONS", Options)
Return
* End of Code *
It was working. However, while testing some Forms today, I noticed that I couldn't pass through my required fields. I have been playing with promoted events (gotfocus and lostfocus). If I broke something, don't see what it might be. I looked in the SYSREPOSEVENTEXES to see if by chance I had a promoted event for my Create Event. Didn't see anything.
Any suggestions or comments regarding where I can look would be appreciated.
Also, while looking in the SYSREPOSEVENTSEXES, I see events with "@" and some without. Does anyone know what the "@" mean if it's in from of an events versus not having the "@"? Just curious.
Thanks,
[email protected] onmouseover=window.status=imagine … ;return(true)"
Ray Chan ~ Symmetry Info
p.s. I will also post this in the other section
At 01 APR 2000 05:02PM Don Bakke wrote:
Ray,
Have you re-retrieved the IOOPTIONS property to see if the position 10 had its valued changed?
At 01 APR 2000 05:36PM [email protected] wrote:
Don,
No I haven't, but that's a good idea. I'll try that after I get back from dinner, etc.
onmouseover=window.status=imagine … ;return(true)"
Ray Chan ~ Symmetry Info