Frontline Software

  • Total activity 12
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 5

Posts

Recent activity by Frontline Software Recent activity Votes
  • 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...

  • 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...

  • 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...

  • 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'...