home *** CD-ROM | disk | FTP | other *** search
/ Shareware 1 2 the Maxx / sw_1.zip / sw_1 / TEXT / TM12_TIP.ZIP / 551.TXT < prev    next >
Text File  |  1991-12-18  |  2KB  |  35 lines

  1. Q: Why can my listbox entries no longer span multiple fields?
  2.    (Or, "Why don't my listboxes work anymore?")
  3.  
  4. A: The listbox logic was changed in v12.1 so that info is now inserted
  5.    starting at the current cursor position as opposed to the old way where
  6.    it was placed at the beginning of the field no matter where you wanted
  7.    it to go. This is a powerful feature but it is easily misunderstood.
  8.    2 conceivable drawbacks exist with this new feature:
  9.  
  10.    1) You can no longer use a single listbox entry to span multiple fields
  11.       (as in goto diffdata, call termination code+notes, entering
  12.       cit+sta+zip with 1 listbox entry, etc.etc.) No workaround is
  13.       currently available for this (other than see update notes below).
  14.  
  15.    2) You must clean out existing info in a field before you can insert
  16.       the new info. For example, if you F3, you will notice your last
  17.       DOS window command is already there in the window. Hit Ctrl-Y to
  18.       blank the field 1ST before you make your listbox selection.
  19.       Failure to do this will only concatenate the 2 commands and pass
  20.       the result on to DOS (who will inevitably reject it). So correct
  21.       use would be F3, Ctrl-Y, F2.
  22.  
  23. If anyone is uncomfortable with this or if they happen to experience
  24. any sort of index corruption whatsoever, we have a maintenance update
  25. version 12.1.1 which reverts back to the old list-box logic and does
  26. some internal trickery to fix once and for all any index corruption
  27. which may take place in networks which are heavily used (like ours).
  28. This update is available for the nominal $14.95 (this script is interruptedì
  29. to state that the latter is a bogus policy) shipping and handling fee orì
  30. may be downloaded freely from the bbs.
  31.  
  32. [end 551]
  33. new 09/06/91 drm
  34. indexed on: ListBox
  35.             V12