
Roy Woll
- Total activity 410
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 0
- Subscriptions 170
Comments
Votes on activity by Roy Woll-
We are aware of this issue and fix should be and our next version which will be released very soon. Probably within a week. If you would like to test our fix, please let me know and we can give you...
-
We do have plans, but mobile devices may have a small screen footprint and the dialog's will likely need to be redesigned to fit. You could look into using the TwwSearchBox instead.
-
This component still exists. It is included in the demos. It is not part of the library directly. See the main demo | savefilt form. You can see the unit wwsavflt.pas is located there.
-
Sorry, I forgot to answer this question. To set the current record, you can set the DataRecNo property. Or you can set the RecNo of your dataset.
-
I guess its not in the TOC. Use the index and type the keyword TwwDataGrouper. To see exactly how the demo is created, right click the TwwDataGrouper and copy it to the clipboard. Then paste into ...
-
There is documentation in the help file (Click Help | Third Party Help | FirePower), and there is a demo as well.
-
You can set the HeightTitle property to increase the height.
-
Try setting the text property. This is what is displayed.
-
You should register your class so it can be created dynamically. For instance, our code does this in its initialization section of its unit. initialization RegisterFmxClasses([TwwEdit]);
-
Have you tried my suggestion yet with the two steps? Also have you considered moving to FireDac to access your ADO tables?