
Brian S
Brian S
About
- Username
- Brian S
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
That worked perfectly, I'm beginning to see the light:) Thanks GordK.
-
gordk wrote: » procedure DialogPage1OnActivate(Sender: TfrxComponent); begin dateedit1.date:= now; end; Hi Again, When I have two date fields on a dialog page i.e. start date and end date, when I enter a different date in the start da…
-
gordk wrote: » procedure DialogPage1OnActivate(Sender: TfrxComponent); begin dateedit1.date:= now; end; Thank you....You have saved me from pulling all my hair out. I appreciate your help very much!