home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / database / 8776 < prev    next >
Encoding:
Text File  |  1993-01-04  |  1.0 KB  |  33 lines

  1. Newsgroups: comp.databases
  2. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!wupost!sdd.hp.com!swrinde!network.ucsd.edu!munnari.oz.au!hp9000.csc.cuhk.hk!cucs5.cs.cuhk.hk!ynwang
  3. From: ynwang@cuse1.se.cuhk.hk (Wang Ying Ngai (GA))
  4. Subject: Help on CLIPPER DBEIDT()
  5. Message-ID: <1993Jan4.030516.9010@cucs5.cs.cuhk.hk>
  6. Keywords: CLIPPER
  7. Sender: news@cucs5.cs.cuhk.hk
  8. Organization: Faculty of Engineering, The Chinese U. of Hong Kong
  9. Date: Mon, 4 Jan 1993 03:05:16 GMT
  10. Lines: 21
  11.  
  12.  
  13. Dear Clipper Programming experts,
  14.  
  15. I am an new user to the CLIPPER 5.01 and recently I try to write my own
  16. version of DBEDIT() with TBrowse. However, a stone stop my road for that
  17.  
  18. -- How can I implement the PICTURE option into the TBrowse?
  19.    (I try different ways with concept:
  20.       field="QUANTITY"
  21.       column:=TBColumnNew(" ",{ || transform(fieldblock(field,"999,999")} )
  22.     but this concept cannot work)
  23.  
  24. I would appreciate a lot if you can give any advice on this.
  25.  
  26. Also, do you know whether there is any site that has CLIPPER sources in
  27. internet?
  28.  
  29. Regards
  30.  
  31. Andrew Wang
  32.  
  33.