Visual Fox Pro 9 with dBase tables

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
vette95
Newbie
Newbie
Posts: 1
Joined: Thu Jun 09, 2011 1:02 pm

Visual Fox Pro 9 with dBase tables

Post by vette95 »

Hi everyone. I have a though one here.

In a friend's company they use n accounting and POS software which was designed by someone that passed away. The problem is that he doesn't have much money right now, thus can't license windows and MSoffice in his office.

I offered him the possibility of using Linux (Mint or Ubuntu) and having him run the software on Wine.

This is the software that installs all the necessary libraries to make the program run: https://rcpt.yousendit.com/1144527625/2 ... 71&s=19071, no problem 'till here, it installs like a charm.

Then, this is the program itself with all the tables in the database: https://rcpt.yousendit.com/1144534951/1 ... 71&s=19071. So I copy this to the c: drive inside the ./wine folder, and it runs just fine. The problem starts when I try to login to the software itself UN: "ADMIN" (without the quotes, of course) it will always assume CAPS, so it's not case sensitive, and the PW: is also "admin" (I keep typing it in lowercase, but I am not sure if this is case sensitive or not, I didn't code the program) and I get this error: Image

I don't have a clue on what's going on, I would be very grateful if someone was to help me on this, I'm going crazy with this issue.

BTW, I am using the new WINE-gecko 1.3, could that be the issue?[/img]
raymondfranco
Newbie
Newbie
Posts: 1
Joined: Tue Jun 28, 2011 12:36 am

Post by raymondfranco »

There are also plenty of free point of sale systems available right now that you can use. You just have to search for them and read some reviews to get the best free online POS system.
lyssagale12
Newbie
Newbie
Posts: 2
Joined: Fri Jun 24, 2011 4:58 am

Post by lyssagale12 »

jjmckenzie
Moderator
Moderator
Posts: 1153
Joined: Wed Apr 27, 2011 11:01 pm

Visual Fox Pro 9 with dBase tables

Post by jjmckenzie »

On 6/9/11 11:38 AM, vette95 wrote:
Hi everyone. I have a though one here.

In a friend's company they use n accounting and POS software which was designed by someone that passed away. The problem is that he doesn't have much money right now, thus can't license windows and MSoffice in his office.

I offered him the possibility of using Linux (Mint or Ubuntu) and having him run the software on Wine.

This is the software that installs all the necessary libraries to make the program run: https://rcpt.yousendit.com/1144527625/2 ... 71&s=19071, no problem 'till here, it installs like a charm.

Then, this is the program itself with all the tables in the database: https://rcpt.yousendit.com/1144534951/1 ... 71&s=19071. So I copy this to the c: drive inside the ./wine folder, and it runs just fine. The problem starts when I try to login to the software itself UN: "ADMIN" (without the quotes, of course) it will always assume CAPS, so it's not case sensitive, and the PW: is also "admin" (I keep typing it in lowercase, but I am not sure if this is case sensitive or not, I didn't code the program) and I get this error: Image
Can you do a the following (as root, do NOT RUN WINE as root though.)

find / -name '~*.tmp'

and see if that file in the error message is anywhere on your system (it
should be in .wine/drive_c/windows/tmp)?

James McKenzie
Locked