alexandre garcia
- Total activity 16
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 7
Posts
Recent activity by alexandre garcia-
Twwdbgrid + filter from titleMenuAtributes and aggregate
Hello, When I use the filter from my wwdbGrid ( titleMenuAttributes ), my aggregate values don't update. How can I work around this? I don't know how to get the list of my filters as I could get it...
-
How can I group fields after dbgrid.AddField?
Hi, I have two buttons on my form that I can remove or addfields to my grid. I'd like to know how can I group some fields like I do when I give double click on wwdbgrid and it opens the select fiel...
-
export wwdbgrid floats field error in excel
Hi, I use delphi XE e infopower 2011 When I export the wwdbgrid to excel, the fields that are float goes to excel with error, this way: 1,30056869930622E-13 it doesn't obey the display format ###,...
-
(TwwTitleMenuAttributes) dbgrid
Hello, When I click on the title of my column grid, it invoked a dialog, but when it is called, the dialog goes displayed in positions very strange, is there any way to display the dialog in the ce...
-
removeField and open the dataset again, how to reaload all fields removed?
Hello guys I removed some fields from my wwdbgrid with RemoveField(), I closed the dataset and opened it again, how can I load all fields again in my wwdbgrid? Thanks Alex
-
wwdblookupCombo - set a value without dropping the combo
Hello guys, I noticed that when I insert a value in my wwdblookupCombo field without dropDown the combo to choose an option, it doesn't insert my value into ClientDataset. I noticed that wwdbLook ...