Search found 1694 matches

by Eugene Lutsenko
Tue Sep 03, 2013 11:17 pm
Forum: eXpress++ Support
Topic: The response to the CANCEL did, no longer responding OK
Replies: 6
Views: 11706

Re: The response to the CANCEL did, no longer responding OK

Thank you very much! Now everything works as it should!
by Eugene Lutsenko
Wed Aug 28, 2013 10:08 pm
Forum: eXpress++ Support
Topic: The response to the CANCEL did, no longer responding OK
Replies: 6
Views: 11706

Re: The response to the CANCEL did, no longer responding OK

How about DCREAD GUI EXIT after the DCPUSHBUTTON ? Regards, Jack Duijf Which version do you offer to write this line: DCREAD GUI ; TITLE '1.3. Установка заданных из 17 учебных приложений (лабораторных работ)' ; PARENT @oDialog ; FIT ; EXIT ; MODAL
by Eugene Lutsenko
Wed Aug 28, 2013 3:53 am
Forum: eXpress++ Support
Topic: The response to the CANCEL did, no longer responding OK
Replies: 6
Views: 11706

Re: The response to the CANCEL did, no longer responding OK

I don't know why it is not responding. Can you write a sample program (that I can compile and run) that demonstrates this problem? PROCEDURE AppSys // Рабочий стол остается окном приложения RETURN ******************************************************************************** FUNCTION Main() LOCAL...
by Eugene Lutsenko
Sun Aug 25, 2013 7:09 am
Forum: eXpress++ Support
Topic: The response to the CANCEL did, no longer responding OK
Replies: 6
Views: 11706

The response to the CANCEL did, no longer responding OK

Did the reaction to CANCEL, but stopped at the end to respond to OK. Tell me, what's wrong? LOCAL lCancelled := .F. @s++,97 DCPUSHBUTTON CAPTION '&Cancel' ; ACTION {||lCancelled:=.T.} OBJECT oButton ; SIZE 7,1.5 FOR M_CurrLab=1 TO 9 // В этой версии 9 Лаб.работ устанавливается путем копирования БД (...
by Eugene Lutsenko
Sun Aug 25, 2013 2:57 am
Forum: eXpress++ Support
Topic: Closing the database opened with FOpen
Replies: 10
Views: 14454

Re: Closing the database opened with FOpen

Did as you said (almost), and it worked! Thank you very much! I will now use this instead of his makeshift goal. The documentation "forgot" to specify quotes in the expression: USE Test VIA SDFDBE DbInfo () I need to, as I fairly standard default settings. DbeBuild () is a DBESYS (). In DBESYS () th...
by Eugene Lutsenko
Sat Aug 24, 2013 10:37 pm
Forum: eXpress++ Support
Topic: Closing the database opened with FOpen
Replies: 10
Views: 14454

Re: Closing the database opened with FOpen

Everything is working. Used both dbf, and sdf database. Problem one: It works only with very small dimensions N_Cls, N_Rec #include 'dmlb.ch' #include 'SdfDbe.ch' PROCEDURE AppSys // Рабочий стол остается окном приложения RETURN ****************************************************************** FUNC...
by Eugene Lutsenko
Sat Aug 24, 2013 11:06 am
Forum: eXpress++ Support
Topic: Closing the database opened with FOpen
Replies: 10
Views: 14454

Re: Closing the database opened with FOpen

What is: "SDFDBE as DATA-Komponente" look into Xbase++ Help file : SDFDBE (DATA-Komponente) Read a little and I had the distinct impression that I invented, and even have made ​​the bike, but it is worse than it was coined to me. But to make sure that it is necessary to conduct experiments. If you ...
by Eugene Lutsenko
Sat Aug 24, 2013 9:02 am
Forum: eXpress++ Support
Topic: Closing the database opened with FOpen
Replies: 10
Views: 14454

Re: Closing the database opened with FOpen

Yes, like I'm doing...
by Eugene Lutsenko
Sat Aug 24, 2013 4:55 am
Forum: eXpress++ Support
Topic: Closing the database opened with FOpen
Replies: 10
Views: 14454

Re: Closing the database opened with FOpen

QUIT - this is what we need, but unfortunately it has one side effect - the output of the program. Seriously, if there was a similar QUIT without exiting the program, it would really be what you need. I made a few functions to work with databases on the basis of low-level functions and working with ...
by Eugene Lutsenko
Fri Aug 23, 2013 6:06 am
Forum: eXpress++ Support
Topic: Closing the database opened with FOpen
Replies: 10
Views: 14454

Closing the database opened with FOpen

When you open the database with a USE, then there is no problem then close them all by CLOSE ALL and not have to keep track of which have been opened, and which are not. Is it possible to immediately close all the same base, opened with Fopen not listing them nHandle?