You are not logged in.

Search results

Search results 1-3 of 3.

Friday, October 24th 2014, 12:07pm

Author: gablea

Help Please con converting some code

Hi everyoine, I am trying to convert this code from VB6 to Jabaco Source code 1 2 3 4 5 6 7 8 9 10 11 12 13 Option Explicit Public Function ReadIniValue(INIpath As String, KEY As String, Variable As String) As StringDim NF As IntegerDim Temp As StringDim LcaseTemp As StringDim ReadyToRead As Boolean AssignVariables: NF = FreeFile ReadIniValue = "" KEY = "[" & LCase$(KEY) & "]" Variable = LCase$(Variable) EnsureFileExists: Open INIpath, Binary, ReadAndWrite, LockReadAndWrite, NF Close NF SetAttr ...

Thursday, October 16th 2014, 8:45pm

Author: gablea

Converting from VB6 Database access to Jabaco Database Access

Hi everyone, I have managed to import my VB6 application but I can not figure out how to update this bit of code so the application with run Source code 1 Public NetworkDatabaseConnection As ADODB.Connection Source code 1 Public ProductRecordSet As ADODB.Recordset any advice would be welcomed as I am using a Firebird Server

Wednesday, October 15th 2014, 12:55am

Author: gablea

Converting from OPoS to JavaPoS

Hi all, I have imported a VB6 EPoS application into Jabaco but it does not seem to like the OPoS Drivers Can someone help me out with a sample of converting OPoS to JavaPoS (the Java version of UPoS) I welcome any help So far I like Jabaco (Be even more happier when I can get my application up and running)

WoltLab Burning Board