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

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

Recommended Posts

Posted

I remember a few years back a script where I could select on a sheet of labels which one to print without wasting the others! I checked here and on the web but could not find this technique anymore! Anyone with any links or maybe even a FM8 updated version on how to do that?

TMAS

Posted

If you're using a laser to print the labels, FORGET IT! You stand a good chance of screwing up the mechanism, once you peel one or more labels from a sheet. Laser labels were meant to go thru the paper feed (fuser) once with all the labels in place.

If your using an inkjet, here's one way (a little kludgy):) Create a new table that has as many records as labels. If you're up to label 5, you'll need to clear the first 4 records, etc. (not delete, just clear the info). Then just print all the labels in sorted order.

Steve

Posted

Thank you! That helped! The only drag I found embedet in my solution it will display global fields in non printed spaces! Any work arounds on that?

Thanks for the help! I wish I could give some help back to the comunity not only take!

TMAS

Posted (edited)

If I understand this correctly, you need to either import the globals into regular fields in the Labels table, or define calculation fields in the Labels table to conditionally display the global values.

Due to a bug in version 7, if you go with the first option, you need to import through a repeating field calculation - in the same way as the ID is being imported in the demo.

EDIT: I have just tested this, and the second option seems much easier: just make a calculation field (in the Labels table) =

Case ( DataID ; Data::someGlobalField )

and put in on the label layout.

Edited by Guest
Posted

Sorry but could you have a look at this slimed down solution! It wont do anything! I hope I explained it right in the above msg. The global fields should not show up in the emty (non printing) labels!

Thanks for your help!

TMAS

error.fp7.zip

Posted (edited)

Woow thanks so much! So now if I have different layouts, I just use the same table and it goes to a different layout via calculation? Also I noticed graphics like grids, or picures also a portal row grid will show up in the emty spaces! Any work around graphic elements??

TMAS

Edited by Guest
Posted

Hey me again, was a while but now I'm back on this project, you mentioned container fields for graphics. But what if I have a portal row. The portal row will still show up!

TMAS

Posted (edited)

In this case it displays scene indexes! I have a Mini DV Tape and its Scenes with Time! So it should display the scenes on the tape!

Oh and the last file you posted error.fp7 the quantity wont work, I have no idea why! Do you know?

Thanks

T

Edited by Guest
Posted

The quantity does not work, because in your Import step dialog you haven't checked the 'Split repeating fields into separate records' option.

If you really need to place a portal on the label, the portal's line/fill attributes must be transparent.

Posted

Sorry me again. I know I'm anoying, sorry! Just trying to get this to understand and work!

I want a popup menu where I can choose to what layout it should go like in the last example. I use

Your Generate Label Script and added a if else if.. steps to go to different layouts, but it wont work! It stayes on the main layout and wont do anything!

TMAS

Picture_1.png

Posted

I can't see anything obviously wrong in your script. The only thing I can suggest is to try and isolate the problem, e.g.

If [ selected = "Layout1" ]

Go to Layout [ Layout1 ]

Else If [ selected = "Layout2" ]

Go to Layout [ Layout2 ]

Else If [ selected = "Layout3" ]

Go to Layout [ Layout3 ]

Else

Beep

Show Custom Dialog [ "none of the conditions evaluated as true" ]

End If

Posted (edited)

Now I'm getting the show dialog error msg.

Here the file!

It seems it doesnot like the script steps to go to different layouts! If I remove those and just leave the go to layout without the "if" stips it works.

help.fp7.zip

Edited by Guest
Posted

It seems it doesnot like the script steps to go to different layouts!

No, what it means is that none of the conditions evaluated as true. It seems to work if you select Avery 5262 or Avery 5267. Avery 5260 is not in the value list. All the other options are not (yet?) provided for in the script.

Posted

Sorry about that i thought I checkt it enough! I dont want to waste your time! Would you recomend making the pop up menue a global?

T

Posted

Hi, so it should be possible to hide layout parts with Filemaker 8.5, after naming objects! You think it will be?

TMAS

Posted

I don't recall a HideLayoutObject or HideLayourPart function or script step, so I don't think this will be.

This topic is 6701 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.