DBU

This forum is for general support of Xbase++
Message
Author
John Hohensee

Re: DBU

#11 Post by John Hohensee »

The command line for SFCW is as follows:
1) SFCW uses the current path.
2) SFCW C:\FOLDER1\FOLDER2 will set the path to the second parameter.

Tried it both was and both worked on win xp pro

BruceN
Posts: 280
Joined: Thu Jan 28, 2010 7:46 am
Location: Slidell, LA

Re: DBU

#12 Post by BruceN »

I still haven't found an easy to use, versatile replacement for the original DBU. I looked at the code Roger was kind enough to post and, frankly, it is as beyond my abilities as relativistic mechanics would be to an aborigine (ok, if it WERE relativistic mechanics - THAT I could understand).

Perhaps one of you wizards out there thinks the way I do and would like to see a 32 bit version of the original DBU... and be willing to take the (probably little) time it would take to fix the code for us all (I'm assuming that I'm not the only one who would like it... but I could be wrong, I have been many times in the past).

thanks

bruce
There are only 10 kinds of people - those who understand binary and those who don't :)

User avatar
rdonnay
Site Admin
Posts: 4729
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: DBU

#13 Post by rdonnay »

If you can describe exactly what is the problem, I will try to find time to fix it.
The eXpress train is coming - and it has more cars.

BruceN
Posts: 280
Joined: Thu Jan 28, 2010 7:46 am
Location: Slidell, LA

Re: DBU

#14 Post by BruceN »

Thank you... the function keys don't work. It seems like they are defaulting to the first menu option rather than giving the submenu. For example:

F2 (open) opens database, not database, index, view submenu

F3 (create) shows the file structure instead of database, index submenus

Since I can't get to many of the options, I can't tell if they work or not. My gut feeling (based on absofreakinglutely no knowledge) is that the problem is in the menus primarily and that the options would liely work if they were accessible.

again... thanks. If I ever get out your way, I owe you a L A R G E beer :)

bruce
There are only 10 kinds of people - those who understand binary and those who don't :)

User avatar
rdonnay
Site Admin
Posts: 4729
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: DBU

#15 Post by rdonnay »

I really don't understand.

I have never used DBU because I didn't like it from the beginning.

It seems like it works right to me.
The eXpress train is coming - and it has more cars.

BruceN
Posts: 280
Joined: Thu Jan 28, 2010 7:46 am
Location: Slidell, LA

Re: DBU

#16 Post by BruceN »

Try this on both DBU16 and DBU32...

1) open a dbf file and have the 'grid' display the data.
2) press [F7]. On dbu16 it drops menu with: seek, GoTo, Locate, Skip. On dbu32 it shows the 'move pointer' box from the 'GoTo' menu option.

The same thing happens on all the menu options. dbu32 goes directly to one of the submenu options, dbu16 gives you several submenu options to choose from. It's as if it wasn't generating the submenus and instead simply defaulting to one of the options.

With my limited knowledge, I can't even find where the menu is created! I can see wherre the menu options are loaded into an array
(for example, the [F7] menu:
DECLARE move_m[4]
DECLARE move_b[4]
move_m[1] = "Seek"
move_m[2] = "Goto"
move_m[3] = "Locate"
move_m[4] = "Skip" )

but I can't even see where that is used.

thanks.
There are only 10 kinds of people - those who understand binary and those who don't :)

User avatar
rdonnay
Site Admin
Posts: 4729
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: DBU

#17 Post by rdonnay »

Ok, I finally built a copy of DBU16.EXE and now I see what you mean.

I'll try to figure this out.
The eXpress train is coming - and it has more cars.

BruceN
Posts: 280
Joined: Thu Jan 28, 2010 7:46 am
Location: Slidell, LA

Re: DBU

#18 Post by BruceN »

Glad to know I'm not crazy (well, maybe I am, but at least you see my point here). much thanks!!!!!
There are only 10 kinds of people - those who understand binary and those who don't :)

User avatar
rdonnay
Site Admin
Posts: 4729
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: DBU

#19 Post by rdonnay »

I am having difficulty with this.

I know I could figure it out if I have the time but I'm overworked now.

I sent Alaska support an email.
Many years ago, they published a small step-by-step tutorial on how to convert Clipper's DBU to Xbase++.
Hopefully, they can find it and send it to us.
The eXpress train is coming - and it has more cars.

User avatar
Markus Walter
Posts: 54
Joined: Thu Jan 28, 2010 12:49 am
Location: Germany

Re: DBU

#20 Post by Markus Walter »

Hi,

perhaps i can help. I have a working xbase-version of the "original" clipper-dbu with little spezific changes (foxdbe als default and a passwort at start). If you want, i can share the code...
-----------------
Greetings
Markus Walter

Post Reply