Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 6505 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies
Posted

Hello, I have my database working ok. But, now I have received image files (jpg files) and I want to import them into the database.

I would like to link them, not store them in the db, as they are 15,000 files.

The import pictures function get all the files unsorted. Is there any way of modifying the databse so record=1 gets file=1.jpg, record=2 gets file=2.jpg, and so on? (even if the file is missing, I would still like the reference to the file to be created).

Thank you.

Posted

This script should do it for you if i correctly understand what you want.

Go To Record[First]

Loop

...SetField[ ImagePath ; "image:/C:/Folders/More Folders/Image Folder/" & Get(RecordNumber) & ".jpg"]

...Go To Record[ Next ; Exit After Last ]

End Loop

This topic is 6505 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.