CTRL+C and CTRL+V functionality have been replaced by CTRL+Ins and CTRL+Shift. The main menu shortcuts for the menu items still show CTRL+C and CTRL+V as the shortcut keys. The AutoHotkeys for each menu item has been set to maParent.
Cannot use the edit menu to copy\paste as paste is always...
Recently moved over from Delphi7 to Delphi2010.
Open a project, run, build and then run again crashes the ide and am getting a Coreid140.bpl and rtl140.bpl error. I have disabled JVC debugger as we do not use it but that did not help. Have checked library path for incorrect paths.
This is a...
Moving over from Delphi7 to Delphi 2010 we noticed that the edit masks on ttzedit (dbasestyle) do not work so we tried changing the edit mask style property to delphi style but are not able to click on the ellipses for the edit mask property. We have an error, please see screenshot below. We...
Tried VTable.SaveToFile('OSCHKS'); and then renaming file to .dbf but that did not work. I can use a VTempFile.DbfFilename := 'OSCHKS.DBF'; and then open the dbf file with ARC . But really need to use vtable instead of vtempfile.
Any ideas ?
Muchos Gracias
msgopala
I have to create an uinstaller for our program. The way I have to do it is similar to my auto updater prj wherein when the software is launched it connects to our web and checks a file that has the terminated agent codes and if so then starts an uinstall process.
I already have the software to...
DMan,
Thanks. Thought about what you said and ended up having a oncolexit to calc and display when adding new recs and an onenter event to display, if just view the grid.
:) tx again
M
msgopala
Delphi 7
Have an oncalcfields event for a virtual table column in a dbgrid. This event wont fire at all.
I can get it to work by putting the code in a browsegridcolexit event, but the problem with that the field gets cleared everytime user exits and unless user re-tabs over certain columns...
I have figured out how to stream pdf files into the db. Now my challenge is to stream these to the printer without saving them first, as this causes a lag in spooling (tested this is in production, not a workable option).
So far have had no luck except found some suggestions to use r=Rave...
I happened on this post by chance. Thank you this was a problem I encountered a while ago (the flickering) and now I know why and how to handle it.
Thanks Glenn and Naktibalda !
I have a popmenu that shows up in an edit when the F10 key is pressed. I am however unbale to return the value from the popmenu into my edit.
The popmenu has a tdbgrid (that displays values from the database), an ok and a cancel btn.
We have a way of loading images into the db and also create pdf files and store in the db on the fly. But I need to know how to load a pdf document into the advantage db using delphi.
Thanks
I do have a DrawColumnCell proc and a OnClick event.
~**DrawColumncell**~
procedure TBrowsePolicies.TransactionsGridDrawColumnCell(Sender: TObject;const Rect: TRect;
DataCol: Integer; Column: TColumnEh;State: TGridDrawState);
var
bitmap : TBitMap...
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.