You are not logged in.

Search results

Search results 1-11 of 11.

Tuesday, July 12th 2011, 4:06pm

Author: nbarakat

re:New version

Hi Manuel, As a start, I think Jabaco is really a great project for people that are moving away from VB6 applications and trying to port the code to a multi platform application. From a perspective of someone who has been monitoring the development from time to time to see if enough progress has been made so it would be usable for production work, I see the following issues: Features like ADODB and RS porting (which any decent business application must have) need to be implemented (At least basi...

Monday, August 30th 2010, 9:00pm

Author: nbarakat

Referencing a sub class?

Thanks OlimilO for the clarification and sorry about the terminology. Iam working on a test program that reads DLL libraries (Classes, events, procedures/functions, and enumeration constants) for example the ADODB library and generates skeleton classes and modules that can latter (may)be imported into Jabaco. The skeleton procedure or sub could then be written to provide the same functionality as its VB counter part ... Having to use the # between the namespace and class would still make it diff...

Monday, August 30th 2010, 1:08am

Author: nbarakat

Referencing a sub class?

Hello community, I was wondering if there is a way in Jabaco to create and reference a sub class (for example) similar to the ADODB referencing. e.g. Create a Recordset Class Create an ADODB referencing the recordset class in such a way that one can dim a variable like Dim rs as ADODB.Recordset and not Dim rs as Recordset Thanks.

Saturday, July 10th 2010, 8:58pm

Author: nbarakat

Property bag in Jabaco?

Hi Community, Is there something equivalent to a property bag in jabaco for user controls? If not could someone suggest how this can be implemented under java? Thanks

Saturday, June 5th 2010, 3:10pm

Author: nbarakat

Problem with the Framework

Thanks again for your help. It worked! I didn't copy the full library from Framework\lib ... Thanks again.

Saturday, June 5th 2010, 11:55am

Author: nbarakat

Problem with the Framework

Thanks theusrbl for your feedback. The problem that I came across is in the following step. I can load the frameworkTest.jba in the jabaco-IDE after downloading it from the SVN but when trying to compile it within the jabaco-IDE errors are generated. So I think their is a problem with the sourcecode of the framework on the last update to the SVN. Quoted 2. Loading the file "FrameworkTest.jba" in the directory VB of the Jabaco-Framework in your Jabaco-IDE 3. Run it or compile it to a Jar-file. Ia...

Friday, June 4th 2010, 4:44pm

Author: nbarakat

Problem with the Framework

Hello All, As a new comer to jabaco, I am trying to setup the jabaco framework. I have followed instructions on the articles related to the framework. I managed to create a project in Netbeans for the VBA part of the framework, and that part seems to compile fine with the exception of a warning: Quoted Compiling 45 source files to C:\Documents and Settings\nbarakat\java\jabaco\build\classes D:\SVNJabacoFW\Framework\src\VBA\JabacoEventQueue.java:36: warning: sun.awt.SunToolkit is Sun proprietary ...

Wednesday, May 26th 2010, 2:35pm

Author: nbarakat

Compiling Function with Optional Keyword produces error

Thanks A1880 for your feedback. Very helpful. Changing to double seems to compile with no issues. Since you seem to be very involved in this project, are you aware if anyone is working on an ADO wrapper for Jabaco? Thanks again and I will probably be posting many questions as I get myself familiar with the product.

Wednesday, May 26th 2010, 12:43pm

Author: nbarakat

Compiling Function with Optional Keyword produces error

Hello All, When compiling the following function within a class, compiler Error is generated with the message Auto convertion currency to double is not supported. Without the Optional keyword, the statement gets copiled fine. Source code 1 2 3 Public Function DistributeOutwardShares(PPE As Currency, LPE As Currency, PRR As Currency, LRR As Currency, Premium As Currency, Interest As Currency, DROEPRR As Currency, DROELRR As Currency, DROEASO As Currency, Claim As Currency, CashClaim As Currency, ...

Tuesday, May 25th 2010, 4:19pm

Author: nbarakat

Personal Framework

Can't this be done as part of a usercontrol? By changing the keycode from 13 to vbTab?

Tuesday, May 25th 2010, 4:13pm

Author: nbarakat

Opening a VB6 Project in Jabaco

First of all let me start by saying that I feel this project has a lot of potential within the VB6 community (and I believe it should be supported by companies like sun microsystems /Oracle). Thanks Manuel for your efforts and everyone that worked with you and given there time and resources to improve and test it. My suggestion is when Jabaco encounters for example an OCX control that it cannot map to it's own control, Jabaco can read the properties, methods, and events of such a control and cre...

WoltLab Burning Board