Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Fleabit
  • Content: Threads
  • Order by date
  1. Fleabit

    Printing a StringGrid

    I am trying to print a StringGrid control in Delphi 5 without much luck. Using StringGrid1.PaintTo(Printer.Handle,0,0) gives me a postage stamp sized printout on the paper. Selecting Fit To Page in a PrintDialog has no effect. Trying StringGrid1.PaintTo(ABitMap.Handle,0,0)...
  2. Fleabit

    Using Delphi 2 component in Delphi5

    I have a third party component designed for Delphi 2 with no source code available. Is there a way to get this component to work in Delphi 5?
  3. Fleabit

    Cancelling Table scroll

    I want to check the data in a record appearing in an editable DBGrid to make sure all the data is valid before the Table scrolls to a new record. Writing the data checking code in the Table's BeforeScroll event seems like the logical place to perform this function, but is there a way to abort...
  4. Fleabit

    Inserting at bottem of DBGrid

    I am trying to allow a user to insert a new data row at the bottem if a DBGrid. Any way I have tried to insert a new record places it just above the selected record in the grid so it will never insert at the bottem. Anyone know how to place a new data row at the bottem of a DBGrid using Delphi 5?
  5. Fleabit

    Pervasive boolean fields in PDAC

    I am using Delphi with the Pervasive PDAC to access a Btrieve database (originally a Btrieve 6 database with updated ddf files for Pervasive 7) with SQL 2000i. Boolean data files show up as string fields of length 1 in Delphi which are hard to work with in data aware controls. For example...
  6. Fleabit

    DBCheckbox

    Can you use a DBcheckbox with a datafield other than a string or Boolean. I am accessing a Pervasive SQL2000i database from Delphi 5 and can't seem to set the ValueChecked or ValueUnchecked parameters for data fields that are either unprintable characters or numbers. I have tried setting...
  7. Fleabit

    Migrating Btrieve 6 app to Betrive 7

    I have a commercial app that runs on Btrieve 6.15. I have installed Pervasive SQL 2000i on my network and am trying to get the app to use Btrieve 7. The app keeps the Btrieve 6 exe file and its 2 dll files in its own directory so any changes to the system directories on 2000i installation had...
  8. Fleabit

    Convert Btrieve 6.15 App to Pervasive.SQL?

    I have a commercial database application that runs on a peer-to-peer network using the Btrieve 6.15 engine. I am upgrading my network to client-server. Can I install a Pervasive.SQL client-server database engine on my new network and run my old application? Will I have a performance...

Part and Inventory Search

Back
Top