If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > PC based Database Applications > FileMaker > Script help - address labels

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-03-04, 15:27
red wings red wings is offline
Registered User
 
Join Date: Nov 2004
Posts: 1
Script help - address labels

FILEMAKER 5.0 , XP - Is it possible to write a script to print selected records – say15 thru 25 and start them in a particular place on a set of address labels - say 3rd row down on the label. I am new to filemaker and unsure how to write such a script.
Reply With Quote
  #2 (permalink)  
Old 11-05-04, 20:36
Steve T. Steve T. is offline
Registered User
 
Join Date: Sep 2003
Location: So. Cal. USA
Posts: 142
Howdy! I'm not sure if you can do what you want or not but you could probably do a couple different things that might work... Here's an idea you might try if no one offers anything quicker and easier...

dummy blank records; you could probably temporarily add dummy blank records (correct number based on user-input field before script is run) before print step is reached and then delete the dummy records when the print job has been completed; or better yet, just make about 30 blank records ahead of time just for printing and just have your script "tag" the appropriate number needed for the particular print job...

find dummy blank records (30)
change tag field to YES on desired quantity from user input field
find tagged records in 1 search request and your other records in a second request
sort appropriately so the blanks are in front
print
find dummy blank records (either all or the ones tagged)
reset tagged field to blank for next use

I haven't actually done this, but I think the logic is sound. Hope it helps!
--ST
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On