|
Tommy2143 Beginner
Joined: 10 Aug 2002 Posts: 17
|
Posted: Thu Mar 06, 2003 8:31 pm
Database Loading problems |
Ok, I'm attempting to do this with MajorMUD, so what I have it doing is when it logs into the BBS, I have it load the databases I use, 3 of em, and for two of them it is supposed to loop thru the 5 records and set them to the default value. Now, I can #dbload the databases just fine, but when it runs the loop, it gives me a Parsing error and at the bottom says Message : Control " has no parent window
I cannot figure out what is causing this,
and it's driving me insane.
Any help would be appreciated. |
|
|
|
Kjata GURU
Joined: 10 Oct 2000 Posts: 4379 Location: USA
|
Posted: Thu Mar 06, 2003 10:16 pm |
What is the code for your loop?
Kjata |
|
|
|
Tommy2143 Beginner
Joined: 10 Aug 2002 Posts: 17
|
Posted: Thu Mar 06, 2003 11:52 pm |
The two databases it does that too are party member dbs. All it is a
#dbfirst
loop 5 {
&Name = Noone
#dbnext
}
When I comment that out, the trigger works fine. If I enable it, it gives me the afore-mentioned error. |
|
|
|
Kjata GURU
Joined: 10 Oct 2000 Posts: 4379 Location: USA
|
Posted: Fri Mar 07, 2003 1:35 am |
Hmm, I can't get it to fail. You might want to try e-mailing Zugg about this to see what he has to say.
Kjata |
|
|
|
|
|