Can you please help with this form6i problem?
Date: Wed, 28 Mar 2001 22:36:29 GMT
Message-ID: <3AC2676D.500D8938_at_hsv.boeing.com>
Hi:
[Quoted] Thanks for reading this.
I have an app. that's been running just fine. I Need to add a field to my form (6i). In the database, the field is named "CRPR_TYPE" and is varchar2(2). It's value will be either 'CR' or 'PR'.
Now, I added a text box to my form and named it "CRPR_TYPE" as per the book, typed it as char and length = 2. So far, so good.
Next I changed it's type from text box to radio group, then added 2 radio buttons, one called 'CR' and one called 'PR', set their values, type, length, and inital values in the prop. pal.
So far, so good. However, I think I am still missing a step or two, because when I run the form, I get "query caused no records to be returned".
What do I need to do to finish this task? Evidently, the original query that was generated by the data block wizzard is no longer working because of the new field I added to the form. How do I fix this?
Thanks very much,
Richard Hollingsworth
Received on Thu Mar 29 2001 - 00:36:29 CEST