Frontline Software
- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
Activity overview
Latest activity by Frontline Software-
Frontline Software commented,
Delete works fine, but it's Right Click > Delete that's the problem (Dataset needs to be put in Insert/Edit mode first). Attached is the project I built to demonstrate the issue. We use Advantage D...
-
Frontline Software created a post,
Right Click > Delete in TwwDBDateTimePicker
We had a customer with a large amount of dates set to 12/30/1899 and then random times. After digging, we found that the user uses Right Click > Delete or CTRL + DEL to clear out the TwwDBDateTimeP...
-
Frontline Software commented,
TextHint (https://docwiki.embarcadero.com/Libraries/Alexandria/en/Vcl.StdCtrls.TEdit.TextHint) For dbedit controls it only displays when in edit/insert mode, and it works fine for Woll2Woll as lo...
-
Frontline Software created a post,
TextHint with a TwwController
XE3, Woll2Woll 10.0.1.2 Place a TButton, TwwDBEdit, TwwController and a TDataSet down and hook them up. procedure TForm1.Button1Click(Sender: TObject);begin Table1.Open; Table2.Insert;end; proce...
-
Frontline Software created a post,
Updates for Windows 11 for XE3
In reference to this thread (https://woll2woll.zendesk.com/hc/en-us/community/posts/4417304407191-Data-from-previous-screen-in-inputbox), is there any chance you can share information on how to fix...
-
Frontline Software commented,
Is there any possibility to get this fixed for lower versions? We're an active subscriber to Woll2Woll, but our primary project is built in XE3. Version 10.0.1.2
-
Frontline Software created a post,
TwwDBDateTimePicker against a String Field
I know this sounds weird, but it's where we're at. We'd like to tie a TwwDBDateTimePicker to a String field. Some of it works, but there are a few pieces missing. 1. If the field is blank/null, we'...