I have a choose statement that selects the parameter and then I open the form where that parameter exists.
Here is the code set whileopt off set var vdef_part text choose vdef_part from #values for distinct def_part, def_part from defect_item + order by def_part title 'Choose item to update' caption 'choose item' edit using def_item where def_part = .vdef_part order by def_part_sub caption 'Item Edit Form' clear var vdef_part return The form has four bitmap image pushbuttons(up arrow, down arrow, Delete, New) and they are in the database directory. The bitmaps are about 2k in size. I have my files settings at 20. If I run the eep from the application or the r:prompt it crashes(generates errors and kicks me out) after choosing an item. If I trace it and I step through it, it works fine. If I use all text pushbuttons instead of the images, it works fine. I have other forms that use all these images identically and work fine. Something with choose causes it to crash. I have tried one image at a time but it still crashes. Anybody have any ideas?? Dan Goldberg ================================================ TO SEE MESSAGE POSTING GUIDELINES: Send a plain text email to [EMAIL PROTECTED] In the message body, put just two words: INTRO rbase-l ================================================ TO UNSUBSCRIBE: send a plain text email to [EMAIL PROTECTED] In the message body, put just two words: UNSUBSCRIBE rbase-l ================================================ TO SEARCH ARCHIVES: http://www.mail-archive.com/rbase-l%40sonetmail.com/
