Jump to content

jyates

Members
  • Posts

    8
  • Joined

  • Last visited

jyates's Achievements

Rookie

Rookie (2/14)

  • First Post
  • Conversation Starter
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. DID IT !! 2. Layout Mode - In the Layout mode, dray the thin line between the 'Body' and the 'Footer' button to the top, so only one label is shown. Note: make sure the thick line (like the one on the right), isn't shown anymore on the bottom of the label. This would cause an empty label to be printed after your original one. Need to make sure the BODY line is the second line and not the first cutting into the docment edges it seems a little odd when you do it but youll seee what I mean. Also ensure that ANY fields boundaries are within the printing space and if they are extended out by even a fraction with the toggle handles then the printer will think to print this as well. Very pleased with the result it has only taken 8 hours to figure out !!! Good luck JY
  2. email from DYMO - i am at the satge now where I have exactly the same issue ie print one label out and a blank follws every time here is what Symo sent me just now Cheers Jonathan Question: How to print from FileMaker Pro (MacIntosh version) to the LabelWriter? Answer: Set the DYMO LabelWriter as default printer (these steps only need to be followed on Mac OS 8.6 up through 9) 1. On the Mac's taskbar, click the Apple button, then click Chooser. 2. The Printers page is displayed. 3. Click the DYMO LabelWriter icon and select the correct connection type (Serial, uConnect, USB). To Print from FileMaker Pro to the LabelWriter on a Macintosh - Launch FileMaker Pro - Select the option Create a new file using a template - Select a template - Click OK > the Create a copy named window will appear type in a file name of your choosing and click Save > the new template window will appear - Go to File > Page Setup > In the Format for select your LabelWriter > in the Page Size drop down select the label that you are using > then select Orientation and click OK - Click the New button and enter your data - Go to View > Layout Mode - Two Different ways: 1. New Layout Report - Go to Layouts > New Layout Report > the New Layout/Report window will appear in the Select layout type menu select Labels and click Next - Select either Use label Measurement for or Use custom measurements: Note: If you choose Use label Measurements for you will have the option of selecting the preloaded templates 30256 - Shipping 30325 - VHS Spine 30326 - VHS Top 30277 - File Folder Note: For all other templates you will need to select Use custom measurements - In the Labels across the page enter 1 - Enter the Height and width of the label that you wish to use - Select the Fixed page margins option and zero out all margins - Click Next and the New Layout/Report window will appear - Beneath the Specify Label Contents box select the Available fields you wish to have on your label and click the Add Field button or double click on the file name Note: You will need to put spaces in between the fields and carriage returns at the end of each line as you desire - Click Next - Select the View in Preview mode option and click Finish - Note: If a header and/or a footer appear on the label highlight and delete - Go to File > Print and click OK 2. Layout Mode - In the Layout mode, dray the thin line between the 'Body' and the 'Footer' button to the top, so only one label is shown. Note: make sure the thick line (like the one on the right), isn't shown anymore on the bottom of the label. This would cause an empty label to be printed after your original one. - Resize your objects so they fit the label. See screenshot below for an example
  3. I cant even print a simple label from a single address field in a basic layout from my FM 8.5 to dymo 330 turbo unless I scale to fit and then it is like looking at a microdot. I have wasted about 50 labels checking settings - its VERY annoying. Did you get your settings working - can you give me some help ? Hope you are well Jonathan
  4. just want to print a single field to dymo label printer. I just keep getting loads of blank labels printed. Is there a simple scipt / method to print a field to a DYMO printer at the touch of a button. Cheers JY
  5. printing a single field to Dymo script I have wasted loads of blank labels trying to figure out how to do this. All I want to do is select a field and have it print to the dyno printer. Any ideas ? JOnathan
  6. That works very well indeed thankyou I also have a main contact number in the layout Companies and have the following script which will not work for some reason. I presume this is because I am calling it from the Employees layout instead set phonenumber to cell "Main Telephone" of current record of layout "Companies" tell application "Skype" set call_string to "callto:" & phonenumber get url call_string end tell Cheers Jonathan
  7. I have some more info - I reckon now I should be using a Calculated Applescript BUT there is no where in the known universe any reference naterial on how to perform a calulated apple script so If anyone can help me understand the Quote marks syntax etc then I would be very greatful "tell application "Skype" set call_string to " & "callto:" & Employees::Telephone & " get URL call_string end tell" Cheers Jonathan
  8. Hi there - we are a small company big into skype and we use FP7 for our contacts database. I am fairly new at all of this but have found that I can do some amazing scipting within the FP7 application. I now want to take it a step further and use the data held in the contacts database (namely the telephone number) and get it to automatically call the number using skype (www.skype.com) My issue is that I cannot define a parameter to pass to the applescript I have been using a select field and copy statement but then where do I paste it or set it as the passable parameter? This skpe code below works well but I just need the last bit to get it to work tell application "Skype" set call_string to "callto:" & PASTE get URL call_string end tell All help greatfully recieved Cheers Jonathan
×
×
  • Create New...

Important Information

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