home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / database / 8765 < prev    next >
Encoding:
Text File  |  1993-01-03  |  988 b   |  32 lines

  1. Newsgroups: comp.databases
  2. Path: sparky!uunet!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 DBEDIT()
  5. Message-ID: <1993Jan2.073709.25824@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: Sat, 2 Jan 1993 07:37:09 GMT
  10. Lines: 20
  11.  
  12. Dear Clipper Programming experts,
  13.  
  14. I am an new user to the CLIPPER 5.01 and recently I try to write my own
  15. version of DBEDIT() with TBrowse. However, a stone stop my road for that
  16.  
  17. -- How can I implement the PICTURE option into the TBrowse?
  18.    (I try different ways with concept:
  19.       field:="QUANTITY"
  20.       column:=TBColumnNew(" ",{ || transform(fieldblock(field,"999,999")} )
  21.     but this concept cannot work)
  22.  
  23. I would appreciate a lot if you can give any advice on this.
  24.  
  25. Also, do you know whether there is any ftp site that has CLIPPER sources in
  26. internet?
  27.  
  28. Regards
  29.  
  30. Andrew Wang
  31.  
  32.