Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Text boxes 2

Status
Not open for further replies.

WWinter

MIS
Apr 23, 2000
38
US
How do I prevent the value in a text box from changing when appending a blank record. Example when form loads I am bring in the correct Id from the parent table but when adding a new record to order table it place's an 0 in the Id field.
Thanks Bill Winter
 
look at the SET CARRY TO FieldList command. then set the property for the textbox to read only. Attitude is Everything
 
Bill,
Remember that SET CARRY is one of the many settings that is reset whenever you use a PRIVATE Datasession. See the topic 'SET DATASESSION Command' for a complete list.

Rick
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top