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: RonR51
  • Content: Threads
  • Order by date
  1. RonR51

    Change sort order in DBGrid at runtime

    I am having problems changing the sort order on a DBgrid at runtime (I am using paradox tables). I have pre-defined an index for each field I wish to sort on (in ascending order). I can change which column to sort on by clicking in the column title without problems, but changing the order does...
  2. RonR51

    Controlling a DBCtrlGrid

    I am using a DBCtrlGrid to display several records on screen at once. The control grid has a DBCheckBox and a DBEdit on it. I am trying to control the Visible state of the DBEdit according to the Checked state of the DBCheckBox. When a checkbox is clicked (I am using the OnClick event), the...
  3. RonR51

    Controlling Visibility in DBCtrlGrid??

    I have a DBCtrlGrid attached to a Paradox table via a TTable and a TDataSource that displays several records on the screen at the same time. The grid has several DBCheckBoxes and several DBEdits on it and I am trying to control the visible status of all the DBEdits in a single record using a...
  4. RonR51

    Word wrapping on button captions ??

    Is there any way to word wrap the caption on a Tbutton or is there any other button that will do the job. Thanks RonR51
  5. RonR51

    Drop down lists in DBgrid ?

    I have a DBgrid where I would like to display some of the fields as drop down lists that present a string to the user but return an index number to the field in the attached paradox database table (I'm using the BDE). I can do this by creating a lookup field in the grid that displays the...
  6. RonR51

    Desktop Austosave (almost but not quite) ??

    I have recently installed D6 and one annoying 'feature' of the destop autosave facility still seems to exist (or have I missed something). When starting Delphi all the previous units I had loaded are opened ok and the last cursor positon in each is also restored, BUT, the last file I was...
  7. RonR51

    How do Pack Paradox tables at run time ?

    I would like to put a utility in my Delphi 5 database app that will pack the tables and free up the space from deleted records. I am using local Paradox tables in a single tier, single user situation. The Database Desktop has a facility when you save tables but I can't find a method in either...
  8. RonR51

    Writing text files from TTables or DBgrids ?

    What is the neatest way of writing the contents of a TTable or DBgrid out to a text file. I need to be able to specify either comma separated or tab separated values. I want the first line to be the field headings and then one line per record with each field separated by the delimiter. I also...
  9. RonR51

    Is there an event when changing records in a TTable or DBGrid ?

    I have a DBGrid attached to a TTable (local Paradox) and I want to display and update the total of the values in the same field for each displayed record in a separate control (TEdit). I can trigger an event when the user changes columns (OnColExit) to update the total but I can't find an event...
  10. RonR51

    How do I copy records in Master/Detail TTable relationship ?

    I am writing a Delphi 5 app that has about 20 paradox tables accessed through TTable and TQuery components. I have several tables set up in master/detail relationships. I want to give the user the facility to duplicate a master/detail record set so that they can then create new sets based on...
  11. RonR51

    How do I put a list of TTable field names in a stringlist ??

    I am looking for a way to create a string list or something similar, where each line is the name of a field in a paradox table (TTable). I am writing a text file input function that lists the names of headings in an imported text file (I have done this) and then writes them as the first field...
  12. RonR51

    How do I bold just the caption in a radiogroup ?

    I wish to highlight the captions in radiogroups without bolding the items as well. I can do this in group boxes because the components added to the box can have their own styles. Is there some way of setting the style property of the items in the radio group separately. Any suggestions please...
  13. RonR51

    What is best database format for single user app.

    As a part time programmer, I have used Delphi for several years mostly for relatively small applications. I am now writing my first serious database application and it is progressing well, but I am not sure if I am using the best database format for the job. The application is a complex...

Part and Inventory Search

Back
Top