Search found 1694 matches

by Eugene Lutsenko
Wed Dec 07, 2022 10:28 pm
Forum: eXpress++ Support
Topic: Running the 2nd function after the 1st one gives an error, and running the 2nd function without the 1st one works fine
Replies: 7
Views: 2324

Running the 2nd function after the 1st one gives an error, and running the 2nd function without the 1st one works fine

Running the 2nd function after the 1st one gives an error, and running the 2nd function without the 1st one works fine. I understand that there are problems with variables and objects, but I can't solve them. It seems like some objects remain open after the 1st function and I can't make them local o...
by Eugene Lutsenko
Tue Dec 06, 2022 3:16 am
Forum: eXpress++ Support
Topic: Menu that will give an error message in the function being called
Replies: 4
Views: 2357

Re: Menu that will give an error message in the function being called

I have a normal download. attached 5.zip again to this post
by Eugene Lutsenko
Sun Nov 27, 2022 6:43 am
Forum: eXpress++ Support
Topic: Is there a function that allows you to find out the names of the functions running for execution?
Replies: 2
Views: 1710

Is there a function that allows you to find out the names of the functions running for execution?

Is there a function that allows you to find out the names of the functions running for execution? Is there a function that allows you to find out the names of the functions running for execution? I have such a problem in my system. When you do everything properly, everything works fine. But when you...
by Eugene Lutsenko
Wed Nov 23, 2022 11:54 pm
Forum: eXpress++ Support
Topic: Is there a function that closes all open or used files?
Replies: 8
Views: 2394

Re: Is there a function that closes all open or used files?

Thank you, Tom! How did I not guess myself:) Probably because it's easier to ask you than to think for yourself
by Eugene Lutsenko
Wed Nov 23, 2022 10:49 pm
Forum: eXpress++ Support
Topic: Is there a function that closes all open or used files?
Replies: 8
Views: 2394

Re: Is there a function that closes all open or used files?

hi, Roger!

Is it possible to make your CLoseAllWindows() function not give errors if there are no open windows?
by Eugene Lutsenko
Mon Nov 21, 2022 3:00 am
Forum: eXpress++ Support
Topic: Is there a function that closes all open or used files?
Replies: 8
Views: 2394

Re: Is there a function that closes all open or used files?

skiman wrote: Mon Nov 21, 2022 2:26 am Hi,

That closeall() function closes all the files in the current thread. If you execute it before returning to your main menu, everything should be closed.
Databases are index arrays, yes. And just busy (open) files?
by Eugene Lutsenko
Mon Nov 21, 2022 1:03 am
Forum: eXpress++ Support
Topic: Is there a function that closes all open or used files?
Replies: 8
Views: 2394

Re: Is there a function that closes all open or used files?

Hi, Jimmy!

Of course, the QUIT function is definitely wonderful. but it has one drawback: it causes the program to stop working. And I need a similar function that I want to use before going to the main menu of my system
by Eugene Lutsenko
Sun Nov 20, 2022 8:42 pm
Forum: eXpress++ Support
Topic: Is there a function that closes all open or used files?
Replies: 8
Views: 2394

Is there a function that closes all open or used files?

hi! Is there a function that closes all open or used files? There are wonderful functions: CLoseAll() and Close AllWindows(). But we also need the CloseAllFiles() function ****************************************************************************************** Function CLoseAll() // Закрытие всех ...