#95086 - 2002-11-01 05:21 PM
Re: KixForms Comments/Observations/RFC
|
Shawn
Administrator
   
Registered: 1999-08-13
Posts: 8611
|
Chris, I see your on the same wave-length as I am You've got some really good pointers in there as well and I agree with them all.
Some other thoughts:
Im with Chris in terms of script layout. I like to keep all my form construction at the top of the script. It "looks" more like VB6 .FRM and VB.DOTNET when done like this.
I've been "playing" with event functions (UDF) position quite a bit and haven't decided on which postitioning strategy I like best.
1) Put all the event functions at the bottom of the script, after the DoEvents loop. (VB-like)
2) Put all the event functions right after (next to) the object construction statements for that object. This keeps them localized to the same area as the object.
Like I said, haven't picked a preference here yet - both have upsides and downsides. [ 01. November 2002, 17:22: Message edited by: Shawn ]
|
|
Top
|
|
|
|
Moderator: Arend_, Allen, Jochen, Radimus, Glenn Barnas, ShaneEP, Ruud van Velsen, Mart
|
1 registered
(Allen)
and 1198 anonymous users online.
|
|
|