Gordon Hamm
- Total activity 27
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 5
Activity overview
Latest activity by Gordon Hamm-
Gordon Hamm created a post,
-
Gordon Hamm commented,
Once again, my fault.. I figured it out. wasnt linked correctly.
-
Gordon Hamm created a post,
wwdatagrid Scroll change current record
When you scroll the grid, that Dataset does not move.. Is that normal? Do I have to set the recno manually? Right now, my recno does not move if I scroll the grid..
-
Gordon Hamm created a post,
wwdatagrid Selected row color
Everything moving along..thanks for help so far.. Im changing the colors of cells using OnCustomDrawCell I.E.. If (CellAttributes.DataSet.FieldByname('Pieces').AsString ='') then cellattribu...
-
Gordon Hamm commented,
Yup, Im an idiot.. cant believe I missed that.. Have no idea why it was in there twice..
-
Gordon Hamm commented,
Ok, I have 2 small demos..One works, one doesnt.. Where can I send them?
-
Gordon Hamm commented,
The way Im getting around it now is.. I put a source and memtable on the grid form.. I load my memtable from My TMSQuery from my datamodule.. All seems fine that way.. This could work.. But just we...
-
Gordon Hamm commented,
Yes, I tried to put a TKBMMemTable and a FDMemTable i the Datamodule..Then Loaded it from my query.. Same issue.. BUT, if I put any of these components on my Grid form, all is well. So, I dont thin...
-
Gordon Hamm commented,
I just downloaded firepower a day or so ago.. Syndey version.. Im using SDAC, connecting to SQL server. I can put the project together and send it to you.. let me see if I can make a simple shell t...
-
Gordon Hamm commented,
Yup, did that.. its the first thing created. before all other forms..