# | Customer Number,A,5 | Who,A,3 | Product,A,10 | CPU,A,20 | Memory,A,15 | Video,A,20 | Printer,A,15 | DOS,A,5 | Windows,A,5 | Description,A,100 | Solution,A,255
|
---|
1 | 00001 | TZD | Realizer | ACER 80386/25 | 4 MB | VGA/Paradise | HP LaserJet III | 3.3 | 3.0 | Trying to print a chart to the LaserJet III. | Did not run printer setup to select LaserJet III for printer type. |
2 | 00003 | AQF | Realizer | Toshiba 3200SXC | 2 MB | Color LCD | QMS-310 Turbo | 4.01 | 3.0a | Needs to set focus to a TextBox and have the entire contents selected. | Do a FormSetObject for the TextBox this will set focus and select all text in the box. |
3 | 00004 | PDF | Realizer | PC Brand 80286 | 1 MB | VGA | | 4.01 | 3.0a | Created objects with FormDev and now the option buttons are beneath the group box. | Select Reorder items from the Edit Menu in FormDev and move the group box before the option buttons. |
4 | 00006 | LAG | Realizer | ZEOS 386 Laptop | 2 MB | VGA LCD (backlit) | | 4.01 | 3.0a | How can each press of the TAB key go to my items in a form in a different order. | The focus is determined by order of creation of each item. |
5 | 00007 | GVJ | Realizer | Compaq 80386 | 4 MB | VGA | Postscript | 3.3 | 3.0a | How can I use the Paradox Engine DLL with Realizer. | The PDoxDemo.RLZ file has a detailed example of accessing data via Realizer.
|