You do not prefix createTextField() with a frame name, but a movieclip name, or 'this', or nothing (default to the current movieclip).
If your Flash application is working along the timeline, and you want to create text fields dynamically on different frames, there are a few ways to do it; here are some suggestions: 1) Put a function in frame 1 to create the text field dynamically, optionally from arguments passed in. You can reuse this function in different frames. 2) On each frame where you need text fields created, place createTextField() in those frames. 3) Create a component that creates text fields, and place the componment on different frames to create the text fields. Let me know if you need more help. Dave Yang - Quantumwave Interactive Inc. Toronto, Ontario, Canada http://www.quantumwave.com > It means that query object/recordset in flash holds ITEMS > array, which holds columns as array elements and you can > refer to them with their index value. Also in your code I see > that you're creating text fields. How do you create text > fields on the fly on different frames? Do you need to prefix > createTextField() with the frame name? ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [EMAIL PROTECTED] with the word 'unsubscribe cfcdev' in the message of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by Mindtool, Corporation (www.mindtool.com).
