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 Chris Miller 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: *

  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

    A single line IVR program to answer the phone and play a message based on the caller's touch tone input
  3. Fleabit

    Using Delphi 2 component in Delphi5

    It's a telephony component
  4. 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?
  5. 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...
  6. 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?
  7. 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...
  8. 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...
  9. Fleabit

    Migrating Btrieve 6 app to Betrive 7

    Mirtheil: I am running Lytec Medical 2000 and they will sell me a new version full of bells and whistles that I don't need that runs on Betrieve 7 for 10 times what I paid for my current version which I am not about to do. That's why I am trying to get around the version check.
  10. Fleabit

    Migrating Btrieve 6 app to Betrive 7

    Mirtheil: Thank you for the tip. It worked fine as far as getting the application to attempt to use Btrieve 7.9. Unfortunately the application does a version check and refuses to run when it finds version 7.9. Is there any way to trick it into thinking version 6.15 is in place and get it to...
  11. 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...
  12. Fleabit

    Convert Btrieve 6.15 App to Pervasive.SQL?

    I'd love to try it out first. Does Pervasive still offer a free demo download?
  13. Fleabit

    Convert Btrieve 6.15 App to Pervasive.SQL?

    Thanks for the info. To convert to 7.0 format do I only have to convert the ddf files or do I need to convert the data files also
  14. 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