home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / database / informix / 1708 < prev    next >
Encoding:
Text File  |  1992-08-12  |  1.4 KB  |  46 lines

  1. Newsgroups: comp.databases.informix
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!darwin.sura.net!aplcen.apl.jhu.edu!wb3ffv!ka3ovk!irscscm!bogart!ktran
  3. From: ktran@bogart.uucp (Kim Tran)
  4. Subject: How to clear a field in a multiple table form?
  5. Message-ID: <1992Aug11.122048.26802@bogart.uucp>
  6. Organization: ism:c:m/xo
  7. Date: Tue, 11 Aug 1992 12:20:48 GMT
  8. Lines: 36
  9.  
  10.   
  11.    Hi everybody,
  12.   
  13.   Last Tuesday, August 4, 1992, I sent a message to ask for help.  So far I 
  14.   have not got any feedback yet.  Let me repeat my problem.  Thanks
  15.   for any suggestions or hints.
  16.   
  17.   I have a form with 2 tables:
  18.        - payment
  19.        - partner
  20.   
  21.                        Payment Screen
  22.    
  23.   Payment_EIN     [f000]
  24.   Partner TIN     [f001]      Partner Type [p1]
  25.   
  26.   Tables
  27.      payment
  28.      partner
  29.   
  30.   Attributes
  31.      f000 = payment_table.EIN;
  32.      f001 = partner_table.tin = payment_table.tin, queryclear;
  33.      p1   = partner_table.type, queryclear;
  34.   
  35.  When I query and hit escape, all the values appear in the appropriate
  36.  fields.  But when I hit query again, the partner type field is not cleared
  37.  although I use "queryclear" in the attribute section.  I tried:  before
  38.  edit, before add, before query and after edit, after add, after query but
  39.  it didn't work.
  40.   
  41.  Anyone knows a way to get the partner type field cleared?  One more time
  42.  thanks for any suggestions or hints.
  43.   
  44.      Kim Tran
  45.      
  46.