Jeff Albro Posted May 7, 2008 Posted May 7, 2008 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
LaRetta Posted May 7, 2008 Posted May 7, 2008 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:
Jeff Albro Posted May 7, 2008 Author Posted May 7, 2008 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
Jeff Albro Posted May 8, 2008 Author Posted May 8, 2008 Actually, doing a find to find one record, and then exporting only one field in tab delimited mode did the trick. Thanks! -Jeff
Recommended Posts
This topic is 6044 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now