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 Chriss 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: *

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

    Type WORD problem

    How do you get the char value of &Key when it's type WORD? I need to catch some control keys ( which works fine ) but I also need to know if the key was a character, punctuation, or number. This also works OK as long as the key pad is not used, however, type WORD gives the wrong answer with...
  2. Maladon

    Emulate a CTRL+Key Combination

    I have found that if I set my MainMenu->EditMenu->Cut1->Shortcut property to CTRL+X it will actually disable the windows default behavior when I attempt to use the menu item. Instead the menu item calls the OnClick event. This would be OK if I could use ClipBoard to copy and paste but I can't...
  3. Maladon

    Intermitent Cut and Paste in DBGrid

    I opened a new application, added a DB, Table, Source, and Grid. Assigned each so it was connecting to the Database I wanted ( Access97 ) Ran the app as it was. The only "Code" I wrote was to Connect to the DB and make the Table active. Cut and paste of partial or whole strings from...
  4. Maladon

    Cut, Copy, and Paste in a DBGrid

    Does anyone know how to implement Cut, Copy, and Paste inside a DBGrid? <CTRL><X>,<CTRL><C>,and <CTRL><V> do not work. If anyone can post a code sample demonstrating this I'd be greatful. There is no built in call for this I can find so I assume it's a windows call thing. Unfortunately I have no...
  5. Maladon

    Bool in SQL &amp; setup of Update Query

    I am attempting to set up a query in Borland C++ Builder4.0 I have asked this question in that forum but am hoping to increase my chances of a solution. Here is my question in the short version: 1) How do you get a TQuery to accept type bool and act on it and 2) what is the correct means of...
  6. Maladon

    Bool in SQL &amp; setup of Update Query

    Here is my question in the short version: 1) How do you get a TQuery to accept type bool and act on it and 2) what is the correct means of setting up an Update Query Here are the details if you care to see what I've already tried: I have a functioning DB application where I use...
  7. Maladon

    Record in Grid doesn't match Table

    I am using a TQuery to Sort and Filter records. It works fine. However, if I click on a record from the resulting set in a DBGrid and try to Sort on it or filter on it to narrow the results I will not necessarily sort/filter on the selected value. I believe that this is due to the ActiveRecord...
  8. Maladon

    Sorting Access Database decsending

    I have created a working program using Builder 4.0 that manipulates an Access database. In it I have A TTable Component with several indexes. I want to be able to sort the records in reverse order in a DBGrid. When I set the IndexDefs->Options to ixDecsending and the DescFields property to...

Part and Inventory Search

Back
Top