Page 4 of 4

RE: [UTILITY] Max FB Database Editor v 1.6.1

Posted: Sun Feb 24, 2008 7:57 pm
by jdhalfrack
I can answer the first question...1.61 and 1.62 are identical, but a file was missing in 1.61.  So the file was added and renumbered 1.62, I guess so people know its not the version with the missing file.
This is exactly right. I just forgot to change the version number in the program.

As far as the second problem, I know why it gives the error. It's because the listview (the list that has the Players' name on them) requires "keys" to associate different items in the list. The Key is just the player ID. I hadn't thought about it until now, but technically, someone could change the IDs and accidentally duplicate them. Also, if you export a player (or players), then import them without removing the identical players, this could happen too. Chances are it was one of these two things that messed it up.

The import/export functions are still in there "beta" stage, so there will be some bugs. I will try to account for this particular one next release.

JD

RE: [UTILITY] Max FB Database Editor v 1.6.1

Posted: Sun Feb 24, 2008 9:33 pm
by sacjones
So what's the best way to go? After the export should I delete all the players currently on the team before I import them? I didn't change the IDs, I just overwrote the information from player name to the end.

Thanks again -

RE: [UTILITY] Max FB Database Editor v 1.6.1

Posted: Mon Feb 25, 2008 1:20 am
by dreamtheatervt
The way I use the editor, I don't need the import and export buttons.  For what you are doing, I think all you need to do is save the database.

RE: [UTILITY] Max FB Database Editor v 1.6.1

Posted: Thu Feb 28, 2008 7:58 pm
by jdhalfrack
About the "overflow error" I was receiving...

Run-time error '6':
Overflow

I get it sometimes when I edit the values skills/attributes tab in global edits.
I replicated the error (finally) and I know why it is erroring... the problem is that I cannot seem to find a fix for it... I will keep looking, though.

JD

CORRECTION: I fixed it (I hope).