philwatr Posted January 9, 2001 Posted January 9, 2001 hi I want to create a image title based on the code number that is created automaticaly. to explain a little a bit, i have one field called image title, another field page number. so when i create a new record, the page number is created, if i need in this record to create a new image title, i usually create a title and then it should mix the title with page number to create my image title. i hope this is clear thanks a lot if someone has a simple calculation. ------------------ Philippe Waterloos Webmaster
Vaughan Posted January 9, 2001 Posted January 9, 2001 Given that the page number is automatically generated, how would *you* work out what the image title should be?
macavity Posted January 10, 2001 Posted January 10, 2001 I'm not sure if I understand the question, but it sounds like all you need is a simple calculation like: real_title=imagetitle&"-"&serial number. The result of the calculation being text.
philwatr Posted January 11, 2001 Author Posted January 11, 2001 hi Thanks for the tip. I was thinking about something like this but i probably miss something else. i tried this script: Storyboard DB::Page Code&"-"&serialnumber&".pic" the result is -2.pic instead of Bax234-2.pic every subsequent img should be like Bax234-3.pic Bax234-4.pic etc.. bax234 is the title of a single page so i want to create several images with the name of this page plus a simple serial number. do you have any idea ? thanks ------------------ Philippe Waterloos Webmaster
Recommended Posts
This topic is 8717 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