I have a Delphi project with tons of forms. It is a Retail point of sale program. Every once in awhile when it is running, I get a 'Select * from Transactions' query in my SQL log. this query should never be run because this table is huge. I try to search the project for 'Select * from...
I wrote an application which uses .edit and .post in many areas. My problem is that when I click edit and then click save without making any changes I get EDBEngineError "Couldn't perform the edit because another user changed the record". In other words I do a .edit and then a .post...
I am using Delphi 5. Everytime I use any type of a grid I cannot get the scrollbar on the grid to work right. I cannot seem to get it to work like a real scroll bar. When I move to the second record the bar moves to the middle and the bar stays in the middle until i get to the last record? Is...
Basicly this has to do with payment types. I have a table which contains all my payment types. Then I have another table which has an amount for each payment type per drawer number.
This is what the twowould look like if correct
Table PaymentTypes
------------
00000001
00000002
00000003...
I Have a simple yes/no Message Dlg Box, but I want it to default to "no" instead of "yes?
MessageDlg('Would you like to print a reciept?',
mtConfirmation, [mbYes, mbNo], 0);
Here is my situation, I have the simple problem of trying to access an excel chart series formula from VB.
The formula looks like this:
=SERIES("2000-01",Data!$E$587:$E$632,Data!$F$587:$F$632,13)
I want to import this formula from the excel chart into vb, change it, and then save...
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.