Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
CheckFormId not working
#7
Do you have an OnCheckFormId assigned? If not, please assign an event like this:

procedure TIWForm1.IWAppFormCheckFormId(Sender: TObject;
var Allow: Boolean);
begin
Allow := False;
end;

I tested here and it works as expected.
Reply


Messages In This Thread
CheckFormId not working - by rchristi12 - 08-12-2019, 09:11 PM
RE: CheckFormId not working - by rchristi12 - 08-13-2019, 12:51 PM
RE: CheckFormId not working - by rchristi12 - 08-16-2019, 01:00 PM
RE: CheckFormId not working - by rchristi12 - 09-03-2019, 05:27 PM
RE: CheckFormId not working - by Alexandre Machado - 09-05-2019, 08:34 AM
RE: CheckFormId not working - by rchristi12 - 09-05-2019, 09:21 PM
RE: CheckFormId not working - by rchristi12 - 09-09-2019, 09:56 PM
RE: CheckFormId not working - by kudzu - 09-09-2019, 10:13 PM
RE: CheckFormId not working - by rchristi12 - 09-11-2019, 07:09 PM
RE: CheckFormId not working - by rchristi12 - 09-15-2019, 04:51 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)