Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Unwanted Duplicate Data in Text Fields

From: tserpa:earthlink at: 7-Nov-2003 13:36

But why is the text that is entered into one text field automatically propagated to all of the other empty fields in every record without explicitly specifying it, i.e., after entering the text, I never insert the value in the 3rd text field into db/1/3 and certainly not into db/1/4, db/2/3, db/2/4, etc.? How do I overcome this since I need to both display the values from the database and manipulate them from the text field. Ted