Jan: I do not see a problem with this and I have done this myself; however, I would make sure that your form has provisions to exit not only the form but the loop as well; for example, if your loop has 1000 iterations, it would take a while to exit the process going one record at the time. You could have 2 exit buttons on your form one labeled "Next Record" and another labeled "Exit Process" or something like that. In the first case, it would exit the form and continue with loop iteration and display the form with the next record; in the second case it would exit the form and then exit the loop as well. Javier,
Javier Valencia, PE President Valencia Technology Group, L.L.C. 14315 S. Twilight Ln, Suite #14 Olathe, Kansas 66062-4578 Office (913)829-0888 Fax (913)649-2904 Cell (913)915-3137 ================================================ Attention: The information contained in this message and or attachments is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from all system and destroy all copies. ====================================================== -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] Behalf Of Jan Johansen Sent: Monday, March 28, 2005 3:02 PM To: RBG7-L Mailing List Subject: [RBG7-L] - Form in Cursor Has anyone out there placed a FORM inside a CURSOR loop? I can see it as a potentially BAD thing but just curious. Jan
