Search found 45 matches

by Jose Marte2
Fri Apr 06, 2018 7:10 am
Forum: eXpress++ Support
Topic: One help please, problem to run system
Replies: 12
Views: 20433

Re: One help please, problem to run system

Alaska's XbpToolBar class was an afterthought. It was added to Xbase++ about 10 years after the first release. Rather than creating it the correct way (using XbpStatic and XbpPushbutton objects) they took a shortcut and used a Microsoft ActiveX control. Not a good idea for all the reasons you are e...
by Jose Marte2
Fri Apr 06, 2018 6:17 am
Forum: eXpress++ Support
Topic: One help please, problem to run system
Replies: 12
Views: 20433

One help please, problem to run system

Greetings, as they are, I need to please your help again, I'm migrating from little by little to windows environment my system made in clipper, it is happening to me that in PCs that have office after 2010 I get the following error when I run the program XBPACTIVEXCONTROL: CREATE XBPTOOLBAR: CREATE ...
by Jose Marte2
Thu Mar 22, 2018 2:12 pm
Forum: Xbase++ 2.0
Topic: Error in program execution - Error en ejecucion del programa
Replies: 4
Views: 11386

Re: Error in program execution - Error en ejecucion del prog

It appears that you are running a different version of XbpStatusBar than the one that I have installed with Xbase++ 2.0 The line number of OnTimerEvent() doesn't match the source code. Alaska Software gives us the source code for XbpStatusBar. It is based on a Windows ActiveX control. It appears th...
by Jose Marte2
Thu Mar 22, 2018 1:27 pm
Forum: Xbase++ 2.0
Topic: Error in program execution - Error en ejecucion del programa
Replies: 4
Views: 11386

Re: Error in program execution - Error en ejecucion del prog

I need to see your source code. How are you calling the :new() and :create() methods of XbpStatusBar ? //Crear Barra de Estado oSBar:= XbpStatusBar():new( oDlgSisAdco:drawingArea ) oSBar:create( ,, {0,0}, {oDlgSisAdco:drawingArea:currentSize()[1],30} ) oPanel:= oSBar:getItem( 1 ) oPanel:caption := ...
by Jose Marte2
Thu Mar 22, 2018 1:01 pm
Forum: Xbase++ 2.0
Topic: Error in program execution - Error en ejecucion del programa
Replies: 4
Views: 11386

Error in program execution - Error en ejecucion del programa

Ingles: Greetings to all, I hope you are well. Please if someone can help me with this error that is activated in some pc that have my billing program installed, not in all the pc in some. Thank you Base Error / 3 Description: Parameters have a wrong data type Operation: <NIL> + <2> Thread ID: 3 Cal...