http://bugs.winehq.org/show_bug.cgi?id=8305
Summary: Related to jetoleDb.4.0 bug Product: WineHQ Apps Database Version: unspecified Platform: Other OS/Version: other Status: UNCONFIRMED Severity: major Priority: P2 Component: website-bugs AssignedTo: wine-bugs@winehq.org ReportedBy: pr_75@yahoo.com CC: pr_75@yahoo.com
Hi,
I have VB 6.0 application working in the Windows. I have run the application in linux but it gives "Invalid use of Null" error and error number 94. I am using openSUSE 10.2, wine 0.9.24.
I have install the ODBC and Jet driver using winetricks.
I have if condition and it is as follows
If Isnull(fieldnm) = false and trim(fieldnm) <> "" then msgbox "h" end if
If in the above code, if I remove the trim function then it works.
Can some one please guide me.