dealing with relations.

Agness

New Member
i have a page that am creating using speed script. This page need to get values from the previous page and also has to creat records in the database.

My problem right now is that, am creating a person record in the database that needs to be linked to the address records. using the linkedTo relation (associative entity). I can t assign the foregin key of the child table to the linkedto record that i have created. The error am reciving is something like 'missing a for, find or create inthe current block' but

Thanks in advance
 
Hi,

Somehow I've got the feeling there is something missing in your post (but....?).

If the error you get is this one:
* Missing FOR, FIND or CREATE for a table with <field> in current block. (232)?

Then you reference a table outside it's record scope.

Which means something like you want to do something with a record before you have created or found it.

(Hasn't got much to do with WebSpeed though...)

HTH.

Casper.
 
Back
Top