-
Posts
50 -
Joined
-
Last visited
Everything posted by raitis
-
dear fmforums, when taking pictures with an ipod and saving them to our database we sometimes have the problem that some images are taken in portrait and some in landscape mode. is it possible to lock the photo settings so all images are taken in landscape mode? rr
-
dear fmforums, i have a printer that is attached to my airport express. i am printing from my iphone via "handy print app". is there a print option, script or something that would allow me to print directly to my printer through my airport without using that "handy print app"? i guess that creating a script which would print to the printers MAC address would work. any ideas? rr
-
ok thanks. i didn't knew.
-
i got it. thanks!! it would be nice if i wouldn't have to leave the invoice layout and could choose the specific month of which i need the total.
-
Dear fmforum, i would like to create a field in my INVOICES table which sums the subtotal values of the whole month. i would like to see the income for each month. maybe there is a option to add a drop down menu so i can choose the specific month. i have a field called month which looks like this: 01/13, 02/13, 03/13 etc. for each month. i add the corresponding month to each invoice. e.g. for january 2013 i add 01/13 to the field called month. where do i start?
-
Change image filename when adding to database
raitis replied to raitis's topic in Importing & Exporting
solved it. thanks anyway. -
Dear fmforum,  i have a database with about 1000 items. each item has up to six images. i would like that each image has a filename that looks like this: "product id"_1.jpg the second image should have a filename that looks like this: "product id"_2.jpg  and so on.. where "product id" is the unique number for each item.  i have a script that exports the items image and changes its filename to: "product id"_x.jpg  is there a way to change the images filename when IMPORTING it to my database?  i attached a screenshot of my export filename script and another screenshot where you can see the difference between the filenames. the left one has the original filename and the right one has been exported and then imported back to my database and now has the right filename.  i am running filemaker advanced pro 12.0v3 on MAC.
-
problem solved. i had 2 scripts. one was called "scan" and the other "open CSN barcode". the problem was that the script "scan" was assigned to the scan button in my database. i changed it to "CSN barcode" and now everything works! i dont know how i messed this up. silly mistake... i know. thank you very much anyway!!
- 23 replies
-
- script
- filemaker go
- (and 4 more)
-
yes, i changed it to fmp
- 23 replies
-
- script
- filemaker go
- (and 4 more)
-
this is the script called "Open CNSbarcode app": "cnsbarcode://scan?method=camera&launchurl=fmpscript%3A//%24/" & Get ( FileName ) & "%3Fscript%3DScan%26param%3D::barcode::" i will try to make a script which you are talking about and then report back
- 23 replies
-
- script
- filemaker go
- (and 4 more)
-
 sorry for the delay. my topics was offline. i dont know why. but the forum admin fixed it.  about the script parameter, please find attached the script and the custom dialog.
- 23 replies
-
- script
- filemaker go
- (and 4 more)
-
ok. thank you.
- 23 replies
-
- script
- filemaker go
- (and 4 more)
-
yeah, sorry. didnt know where to put it..
- 23 replies
-
- script
- filemaker go
- (and 4 more)
-
thanks! i changed it from fmp7 to fmp as told in the link. but the script still shows the same error.
- 23 replies
-
- script
- filemaker go
- (and 4 more)
-
where can i find it? i used this tutorial. and it worked for FM11. http://www.skeletonkey.com/blog/filemaker_go_barcode_scanning_with_cns_barcode
- 23 replies
-
- script
- filemaker go
- (and 4 more)
-
ok, thanks. Â please find attached the script itself. the custom dialog. and the script for the app. the scan button should open csn barcode app from the iphone, scan the barcode and then return the value into a search field and then it should display the found item. Â where is the mistake?
- 23 replies
-
- script
- filemaker go
- (and 4 more)
-
dear forum, Â i used this script in fm11 (image attached). Â i used my database on my iphone with filemaker go. i had a button, when pushing it, it rans this script. opening a barcode scanner software and then returning the scanned result into the filemaker database in the search field. this way i was able to find a product in my database by scanning it with the iphone camera. Â now i am using fm12. i pushed the SCAN button, but i get this error (error.jpg) Â anybody has a idea why this error appears now? Â sincerely, raitis
- 23 replies
-
- script
- filemaker go
- (and 4 more)
-
- 23 replies
-
- script
- filemaker go
- (and 4 more)
-
any idea how to check this? where could i look for or how can i prove this?
- 23 replies
-
- script
- filemaker go
- (and 4 more)
-
dear forum,  i used this script in fm11 (image attached).  i used my database on my iphone with filemaker go. i had a button, when pushing it, it rans this script. opening a barcode scanner software and then returning the scanned result into the filemaker database in the search field. this way i was able to find a product in my database by scanning it with the iphone camera.  now i am using fm12. i pushed the SCAN button, but i get this error (error.jpg)  anybody has a idea why this error appears now?  sincerely, raitis   Â
- 23 replies
-
- script
- filemaker go
- (and 4 more)
-
problem solved. thanks anyway ;)
-
dear fmforums, i have a database with 600 products. each product has up to 6 images. is there a way to rename images that are stored in this database? when i uploaded the images they had different filenames. e.g. 1.jpg or IMG_4738.jpg i want them to have the product id (which is unique) as a filename. they should look like 22228784_1.jpg, 22228784_2.jpg, 22228784_3.jpg .... till 22228784_6.jpg is it possible to rename them? where are the images stored? how can i access them? raitis
-
it works! THANKS a lot! :)
-
dear fmforum, i have a script (imaage attached) that exports images from my items. the problem is that i have about 600 items. each time i want to export the images, it does not skip the empty fields and i get an error message. is there a way to skip empty fields or remove the error message automatically? raitis
-
i managed it. this is what i added: $filePath: Value: filemac: & Get ( DesktopPath ) & "Docs/" & Products::Product ID & "_1.jpg" $filePath: Value: filemac: & Get ( DesktopPath ) & "Docs/" & Products::Product ID & "_2.jpg" etc. thanks everybody :)