MULIT-RECORD BLOCKS

MULIT-RECORD BLOCKS

Post by D.D. » Tue, 25 Apr 2000 04:00:00



I have two blocks on a form and each block is a separate table.  I want to
be able to leave a field called "EI_SN" and populate the multi-record block
with values from another table. I used the following cursor. I retrieves the
last record only. The following is the cursor I used. I tried next_record
and it doesn't work either.

Please help!!!! - Urgent!

DECLARE
  CURSOR LOOPTEST IS
    SELECT PN, NSN, NOUN FROM MCDS_TEST1 WHERE EI_SN = :MCDS_TEST2.EI_SN;
BEGIN
OPEN LOOPTEST;
LOOP
FETCH LOOPTEST INTO :MCDS_CCCO.PN, :NSN, :NOUN;
EXIT WHEN LOOPTEST %NOTFOUND;
END LOOP;
CLOSE LOOPTEST;
END;

Thanks.... I have tried everything!!!!
Jean

 
 
 

1. Next Record Script in a Mulit-User environment

I am trying publish a FMP database to the net using Lasso and I want to give
the option for the user to see the next record in their found set.  I am
under the impression that because FIlemaker is not multi-threaded that it
cannot do this with more than one find at a time.  I have the scripts in
filmaker going to the next record in the found set, but it won't work if the
databse is shared and more than one person is performing a find at the same
time.  Can anyone help?

2. "Report section doesn't match data source" in data report

3. Populating item of one record of a multiple record display block

4. setup

5. blocking, blocking, blocking agghh!

6. word problem

7. blocks, blocks, and more blocks

8. Paradox 5 and Windows NT Workstation

9. Is it possible to get records by blocks in MSSQL6.5

10. Deleting and Updating record block

11. blocked record

12. blocking record

13. blocked records