Questions of zero level

This forum is for eXpress++ general support.
Message
Author
User avatar
Auge_Ohr
Posts: 1407
Joined: Wed Feb 24, 2010 3:44 pm

Re: Questions of zero level

#61 Post by Auge_Ohr »

hi,

VB need its Runtime, VC need its Runtime so same with Xbase++ need its Runtime
greetings by OHR
Jimmy

User avatar
rdonnay
Site Admin
Posts: 4729
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: Questions of zero level

#62 Post 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
The eXpress train is coming - and it has more cars.

skiman
Posts: 1185
Joined: Thu Jan 28, 2010 1:22 am
Location: Sijsele, Belgium
Contact:

Re: Questions of zero level

#63 Post 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++.
Best regards,

Chris.
www.aboservice.be

User avatar
Eugene Lutsenko
Posts: 1649
Joined: Sat Feb 04, 2012 2:23 am
Location: Russia, Southern federal district, city of Krasnodar
Contact:

Re: Questions of zero level

#64 Post 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
Last edited by Eugene Lutsenko on Wed Apr 04, 2012 12:48 pm, edited 1 time in total.

User avatar
rdonnay
Site Admin
Posts: 4729
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: Questions of zero level

#65 Post by rdonnay »

Eugene -

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

Roger
The eXpress train is coming - and it has more cars.


User avatar
Eugene Lutsenko
Posts: 1649
Joined: Sat Feb 04, 2012 2:23 am
Location: Russia, Southern federal district, city of Krasnodar
Contact:

Re: Questions of zero level

#67 Post by Eugene Lutsenko »

Roger!
Whether you can help me?
Whether it is possible to write to you on mail?

User avatar
rdonnay
Site Admin
Posts: 4729
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: Questions of zero level

#68 Post by rdonnay »

Let me know what help you need. You can send a private email.
The eXpress train is coming - and it has more cars.

User avatar
Eugene Lutsenko
Posts: 1649
Joined: Sat Feb 04, 2012 2:23 am
Location: Russia, Southern federal district, city of Krasnodar
Contact:

Re: Questions of zero level

#69 Post 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?
Last edited by Eugene Lutsenko on Sun Jun 03, 2012 7:41 pm, edited 1 time in total.

User avatar
rdonnay
Site Admin
Posts: 4729
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: Questions of zero level

#70 Post by rdonnay »

This should close the window:

Code: Select all

PostAppEvent( xbeK_ESC,,,oCrtWindow )
The eXpress train is coming - and it has more cars.

Post Reply