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...
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...
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...
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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.