![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I want to export my filemaker data to a .dbf file that I will then import into an Excel spreadsheet. Using this spreadsheet, I can generate labels using Avery label Wizard. The difficulty is that some of the text data are too long to fit on the label. I just want to truncate them or limit the length to say 20 characters so that they will fit on the label. I don't see any way to do this in either filemaker before or during export or in excel. Does anyone have a solution for this problem? |
#3
| |||
| |||
|
|
create a calculated field cExportField < result = text Left ( Myfield ; 20 ) And use this field for export. (And by all means have a look at the helpfile) Ursus nospam (AT) pacbell (DOT) net> schreef in bericht news:AN9%g.16958$vJ2.3270 (AT) newssvr12 (DOT) news.prodigy.com... I want to export my filemaker data to a .dbf file that I will then import into an Excel spreadsheet. Using this spreadsheet, I can generate labels using Avery label Wizard. The difficulty is that some of the text data are too long to fit on the label. I just want to truncate them or limit the length to say 20 characters so that they will fit on the label. I don't see any way to do this in either filemaker before or during export or in excel. Does anyone have a solution for this problem? |
#4
| |||
| |||
|
|
I want to export my filemaker data to a .dbf file that I will then import into an Excel spreadsheet. Using this spreadsheet, I can generate labels using Avery label Wizard. The difficulty is that some of the text data are too long to fit on the label. I just want to truncate them or limit the length to say 20 characters so that they will fit on the label. I don't see any way to do this in either filemaker before or during export or in excel. Does anyone have a solution for this problem? |
#5
| |||
| |||
|
|
create a calculated field cExportField < result = text Left ( Myfield ; 20 ) And use this field for export. (And by all means have a look at the helpfile) Ursus nospam (AT) pacbell (DOT) net> schreef in bericht news:AN9%g.16958$vJ2.3270 (AT) newssvr12 (DOT) news.prodigy.com... I want to export my filemaker data to a .dbf file that I will then import into an Excel spreadsheet. Using this spreadsheet, I can generate labels using Avery label Wizard. The difficulty is that some of the text data are too long to fit on the label. I just want to truncate them or limit the length to say 20 characters so that they will fit on the label. I don't see any way to do this in either filemaker before or during export or in excel. Does anyone have a solution for this problem? |
#6
| |||
| |||
|
|
I agree, I make labels from Filemaker all the time. Most of the Avery templates are available. And, when they are not, it is not difficult to format for the template you need. Also, if you do make the labels from Excel, why go through .dbf file type? Just go from Filemaker to Excel. TK nospam (AT) pacbell (DOT) net wrote: I want to export my filemaker data to a .dbf file that I will then import into an Excel spreadsheet. Using this spreadsheet, I can generate labels using Avery label Wizard. The difficulty is that some of the text data are too long to fit on the label. I just want to truncate them or limit the length to say 20 characters so that they will fit on the label. I don't see any way to do this in either filemaker before or during export or in excel. Does anyone have a solution for this problem? |
#7
| |||
| |||
|
|
I agree, I make labels from Filemaker all the time. Most of the Avery templates are available. And, when they are not, it is not difficult to format for the template you need. Also, if you do make the labels from Excel, why go through .dbf file type? Just go from Filemaker to Excel. TK nospam (AT) pacbell (DOT) net wrote: I want to export my filemaker data to a .dbf file that I will then import into an Excel spreadsheet. Using this spreadsheet, I can generate labels using Avery label Wizard. The difficulty is that some of the text data are too long to fit on the label. I just want to truncate them or limit the length to say 20 characters so that they will fit on the label. I don't see any way to do this in either filemaker before or during export or in excel. Does anyone have a solution for this problem? |
#8
| |||
| |||
|
|
OK, I tried labels from within FileMaker, and for my particular purposes, label generation is far better using Avery Wizard via Excel. I'm using a 6 pt. font on small labels, and like many other UI display problems in FM for Windows, rendering is very poor, in fact illegible, especially when zoomed big enough to read. I have no problem reading/zooming Times New Roman 6 pt using MS Office and Avery Wizard. |
|
Unless I missed something, it is not possible to export to Excel 2003 from Windows version of FilemakerPro 7, nor is it possible to import a FilemakerPro file of any kind into Windows Excel 2003. Please let me know if I'm wrong. |
#9
| |||
| |||
|
|
Also earlier you said: Unless I missed something, it is not possible to export to Excel 2003 from Windows version of FilemakerPro 7, nor is it possible to import a FilemakerPro file of any kind into Windows Excel 2003. Please let me know if I'm wrong. You are definitely wrong. There are many FileMaker export options that will import into excel. Tab and comma delimited at the very least. I think maybe you are trying to import directly from your FM file into Excel which is incorrect. You must of course export from filemaker to one of these interim formats, then import that file into Excel. Microsoft, as only one of their many sins, has much of the entire world thinking that it is logical to be able to directly import a spreadsheet file into a word processing document, or a word processing file into an adventure game, or any number of other ridiculous combinations. |
#10
| |||
| |||
|
|
Paul Bruneau wrote: Also earlier you said: Unless I missed something, it is not possible to export to Excel 2003 from Windows version of FilemakerPro 7, nor is it possible to import a FilemakerPro file of any kind into Windows Excel 2003. Please let me know if I'm wrong. [...] There are many FileMaker export options that will import into excel. Tab and comma delimited at the very least. I think maybe you are trying to import directly from your FM file into Excel which is incorrect. You must of course export from filemaker to one of these interim formats, then import that file into Excel. [...] Did I mention it before? Stick to FM for labels and avoid all this trouble with importing/exporting. Oh yeah, also, doing so will let you make the field the exact pixel size you want on the label without having to create those additional calculated fields that you want to avoid. |
![]() |
| Thread Tools | |
| Display Modes | |
| |