dbTalk Databases Forums  

add array[] to table

comp.databases.paradox comp.databases.paradox


Discuss add array[] to table in the comp.databases.paradox forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
joseph gimeno
 
Posts: n/a

Default add array[] to table - 01-20-2006 , 06:25 PM






Please does anybody know if:

fileBrowserEx() syntax 2 creates an array of file names that can be
viewed in a modal window with the view("the window") command
I want to save that array[] and add it to a table......of chosen files..

do I need a whole different approach? because the fileBrowserEx()
functionality would be just wonderful if I could save the array info...
Thank you
Joseph now with
PlaningWorks Inc

Reply With Quote
  #2  
Old   
Anders Jonsson
 
Posts: n/a

Default Re: add array[] to table - 01-21-2006 , 03:16 AM






Quote:
do I need a whole different approach? because the fileBrowserEx()
functionality would be just wonderful if I could save the array info...
No, didn't you read Rodneys reply?

Your first step is to use filebrowserEx to get the values into an array. You
allready have this if I understand correctly.

Your second step is to use a tCursor against a table (which you must create
first) and step through the array and put each value into the table with the
tCursor. Did you try that?


Anders




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.