I've just spent the last two(2) hours trying add a couple of @#$ @#$@# (Insert colorful metaphors here!) labels into a program I've been working on for weeks. (And of course its for my largest customer, and I'm working on a deadline).
The program is VERY entry intense with many fields. (Insurance rating, and application preparation). I've setup a child Dialog with a Tab Control (6 Tabs, all of which contain fields) and if so much as add a SINGLE 'CONTROL ADD LABEL' command the program generates a 'Page Fault' if anyting which causes a Dialog to be shown/hid/created....you name it! Now the strange part is that I CAN add a TEXTBOX for for the input string that this label is to describe...just not the LABEL!
Is there a limitation in PB/DLL 6.0 on the number of DDT Controls which a program can use? Or perhaps a maximum which can be placed on a single Dialog? (And those on a TAB_Control32 count as being on its parent? - grasping for straws here, but I need to know in order to finish this application by the deadline!)
Thanks,
Ray Corry
Forgot to mention, if I use the 'DEBUGGER' it runs just fine...some use the Debugger function is! (Adding the #DEBUG ERROR ON doesn't seen to make a difference, but actually running it under the debugger works......there's something kinda strange going on with DDT & lots for Labels/Controls).
[This message has been edited by Ray Corry (edited March 24, 2000).]
The program is VERY entry intense with many fields. (Insurance rating, and application preparation). I've setup a child Dialog with a Tab Control (6 Tabs, all of which contain fields) and if so much as add a SINGLE 'CONTROL ADD LABEL' command the program generates a 'Page Fault' if anyting which causes a Dialog to be shown/hid/created....you name it! Now the strange part is that I CAN add a TEXTBOX for for the input string that this label is to describe...just not the LABEL!
Is there a limitation in PB/DLL 6.0 on the number of DDT Controls which a program can use? Or perhaps a maximum which can be placed on a single Dialog? (And those on a TAB_Control32 count as being on its parent? - grasping for straws here, but I need to know in order to finish this application by the deadline!)
Thanks,
Ray Corry
Forgot to mention, if I use the 'DEBUGGER' it runs just fine...some use the Debugger function is! (Adding the #DEBUG ERROR ON doesn't seen to make a difference, but actually running it under the debugger works......there's something kinda strange going on with DDT & lots for Labels/Controls).
[This message has been edited by Ray Corry (edited March 24, 2000).]
Comment