Search found 2 matches

Go to advanced search

by WilliamC
Thu Nov 11, 2021 11:21 am
Forum: General Discussion
Topic: 2020 upgrade failing with "Requested file directory not found"
Replies: 2
Views: 3333

Re: 2020 upgrade failing with "Requested file directory not found"

have you specified a log directory in the ini file?
If not could you try that and let us know what happened:
[JadeLog]
LogDirectory=C:\path\to\log\folder\
by WilliamC
Mon Jul 23, 2018 12:31 pm
Forum: Design and Architecture
Topic: how to check if the form is open ?
Replies: 3
Views: 5420

Re: how to check if the form is open ?

Form.instances are persistent instances, yours is transient nor are persistent instances aloud of forms. What you could do is have a reference property on Form1 that when you trigger click event it assigns the newly created form to the reference so when you click again, check if it is not null, you ...

Go to advanced search