Questions of zero level
Re: Questions of zero level
hi,
VB need its Runtime, VC need its Runtime so same with Xbase++ need its Runtime
VB need its Runtime, VC need its Runtime so same with Xbase++ need its Runtime
greetings by OHR
Jimmy
Jimmy
Re: Questions of zero level
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
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.
Re: Questions of zero level
That's logical, eXPress++ IS the best way to go from Clipper to Windows with Xbase++.rdonnay wrote: In 12 years of supporting this product, I have only had to provide 1 refund.
- 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
Dear Roger!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
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.
Re: Questions of zero level
Eugene -
I am pleased that you find eXpress++ to be a productive tool and library.
I wish you continued success.
Roger
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.
- Eugene Lutsenko
- Posts: 1649
- Joined: Sat Feb 04, 2012 2:23 am
- Location: Russia, Southern federal district, city of Krasnodar
- Contact:
- 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
Roger!
Whether you can help me?
Whether it is possible to write to you on mail?
Whether you can help me?
Whether it is possible to write to you on mail?
Re: Questions of zero level
Let me know what help you need. You can send a private email.
The eXpress train is coming - and it has more cars.
- 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
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?
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.
Re: Questions of zero level
This should close the window:
Code: Select all
PostAppEvent( xbeK_ESC,,,oCrtWindow )
The eXpress train is coming - and it has more cars.