Hi
Sorry, new here so please forgive me if I am in the wrong area!
I have a file which relies totally on externally provided data. I cannot link directly to the data and have to download the individual .xls files manually from the internet and I store them in a child-folder called "Lincs" in the My Documents folder using a direct path name.
Problem is, this will be used by other people in other countries and the route to their My Documents folder is differnet to mine.
To get round this problem I used the following in my script:
Set Error Capture [ On ]
Set Variable [ $file; Value:"filewin:" & Get ( DocumentsPath ) & "namefolder" & settings::globaltextnamefilewithextension ]
Import Records [ Source:“$file”; Method:Update existing; Character Set:“Windows ANSI”] [ No dialog ]I
f [ Get ( LastError ) = 100 ]
Show Custom Dialog [ Title: "Error"; Message: "File Does Not Exist"; Buttons: “OK” ]
End If
This seems to work OK.
Query:
When I set the filepath manually within the script (ie [file:../../../../../Temp/BostonRD.xls]) I click OK, then select 'Sheet 1' of the x.ls file, and then select 'data' as the 'First Row Option'. Then, when I click on 'Specify Import Order', the source fields are displayed which I can match up. I can also select 'Don't Import First Record (contains field names)", and then click OK again. Then click on 'Import Options' and select 'Import'. All works great.
However, when I use a variable to import the file, I am not given the 'Sheet No' option and when I try to specify the import order no source options are displayed. Also I cannot choose to omit the first record containing the field names.
It works in principle, but imports the 'title fields' or a blank record from the .xls file. Also, how does it know which fields to match up?
As I say, it works in principle but I don't understand why and how can I stop it importing the 'title fields' from the .xls file?
Any help would be greatly appreciated.
Chris
- View New Content
- Home
- Site
-
Forums
- Community Resources
- FileMaker Security Management
- FileMaker Server Administration
- FileMaker on the GO
- Database Schema & Business Logic
- The Presentation Layer
- Brain Food
-
FileMaker and WEB 2.0 Technology
- 360 Works Official Product Support Forums
- FM Forums Affiliate Sponsors
- FileMaker Developers & User Groups
- Tools Of The Trade
- FileMaker Classifieds
- FileMaker Product Family
- The Water Cooler
- FM Forums Operations
- Blogs
- Social Groups
- Marketplace
- Chat
-
More

































