May 7, 200817 yr Is something like this pseudo code possible? ---------------- open (DB:Filename Field) Write DB::Data Field close ------------------- I haven't found the functions to do this in the reference. Am I missing something? Thanks! -Jeff
May 7, 200817 yr Hi Jeff, You can use script to open another file, navigate to a table occurrence with the table you wish to import into and script an import then close the file again. But without more information, we can't confirm how (or whether for sure) you can do it. How is the data coming in and what is the context of the process? LaRetta :wink2:
May 7, 200817 yr Author To be more clear.... I want to write to the file, not the DB. I want to generate an html file based upon table fields. I already have the html I need in a field. I guess I could export one field of one row. Hmmmm... Actually, a co-worker just pointed me towards http://www.cnsplug-ins.com/products.htm?product=saveit and I will be trying that out tomorrow. -Jeff
May 8, 200817 yr Author Actually, doing a find to find one record, and then exporting only one field in tab delimited mode did the trick. Thanks! -Jeff
Create an account or sign in to comment