Page 7 of 10

Re: Questions of zero level

Posted: Mon Apr 02, 2012 7:50 am
by Auge_Ohr
hi,

VB need its Runtime, VC need its Runtime so same with Xbase++ need its Runtime

Re: Questions of zero level

Posted: Mon Apr 02, 2012 7:51 am
by rdonnay
Eugene -

I have always had a policy that if a user is not satisfied with eXpress++, I will refund the cost.
In 12 years of supporting this product, I have only had to provide 1 refund.
It appears that you are struggling very much with Xbase++ and that it just may not be suited to your needs.
If you purchased the product from HotSoft, I can only refund the amount that I received from HotSoft.

Roger

Re: Questions of zero level

Posted: Tue Apr 03, 2012 12:53 am
by skiman
rdonnay wrote: In 12 years of supporting this product, I have only had to provide 1 refund.
That's logical, eXPress++ IS the best way to go from Clipper to Windows with Xbase++.

Re: Questions of zero level

Posted: Tue Apr 03, 2012 1:26 pm
by Eugene Lutsenko
rdonnay wrote:Eugene -

I have always had a policy that if a user is not satisfied with eXpress++, I will refund the cost.
In 12 years of supporting this product, I have only had to provide 1 refund.
It appears that you are struggling very much with Xbase++ and that it just may not be suited to your needs.
If you purchased the product from HotSoft, I can only refund the amount that I received from HotSoft.

Roger
Dear Roger!

I have already started to make extensive use of your great product (eXpress + +) and I am not going to give it up. It made my life easier already. Please visit: http://lc.kubagro.ru/Alaska/Downloads4.rar
The main menu system is done entirely in the eXpress + +. Before that, I did something similar in the net xBase + + and I can appreciate how much easier it became. My quite inappropriate questions are not related to the fact that I do not like your product, it is just my low competence as a programmer in Alaska and eXPress + +. Actually, I used to be an advanced and productive programmer, but now I have an opportunity to engage in software development only in my spare time, and I work at three universities and in the leading scientific magazine (http://ej.kubagro.ru/edit.asp). Besides, I think, my level of English has a negative impact. Sincerely apologize for my wacky style of communication. I am very grateful for the fact that I can communicate with you and use the results of your work and of course, I did not expect to give up using your products and never wanted my money back.

Eugene

Re: Questions of zero level

Posted: Tue Apr 03, 2012 4:07 pm
by rdonnay
Eugene -

I am pleased that you find eXpress++ to be a productive tool and library.
I wish you continued success.

Roger

Re: Questions of zero level

Posted: Tue Apr 03, 2012 10:31 pm
by Eugene Lutsenko
I thank

Re: Questions of zero level

Posted: Sun Apr 29, 2012 12:37 am
by Eugene Lutsenko
Roger!
Whether you can help me?
Whether it is possible to write to you on mail?

Re: Questions of zero level

Posted: Sun Apr 29, 2012 9:32 am
by rdonnay
Let me know what help you need. You can send a private email.

Re: Questions of zero level

Posted: Fri Jun 01, 2012 1:11 am
by Eugene Lutsenko
How to close the hybrid window opened by teams:

oCrt := DC_CrtWindow()
DC_CrtRunWindow(oCrt)
DC_CrtRun( {||DC_ChrSel()}, 'ASCII Chart', 'N/W' )

How to make, that the hybrid window was closed on a clique on red [X] windows in the top right corner?

Re: Questions of zero level

Posted: Fri Jun 01, 2012 5:58 am
by rdonnay
This should close the window:

Code: Select all

PostAppEvent( xbeK_ESC,,,oCrtWindow )