Jump to content

CrestGraphics

Registered Users - Approved
  • Posts

    9
  • Joined

Converted

  • FusionPro Products
    Yes

CrestGraphics's Achievements

Rookie

Rookie (2/14)

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

Recent Badges

10

Reputation

  1. Sorry it took so long to respond Dan; thanks for pointing that out. I ended up not using a table after all. I used tab stops to align my plus signs etc, and "supress if containing empty variables" was the kicker I was missing. In order to make my text boxes move correctly, I used two pages and a simple bit of JS to swap them out based on a "TitleLine2" Field. Thank you sir!
  2. Sorry, off for the weekend. Hopefully this helps: new FPTable; var myTable = new FPTable; myTable.AddColumns(9400, 3600, 9000); myTable.AddRows(3); myTable.Rows[0].Cells[1].HAlign = "Left"; myTable.Rows[0].SetContents(Field("Street address"), Field("Office"), Field("PHONE")); myTable.Rows[1].SetContents(Field("City State Zip"), Field("Mobile"), Field("CELL")); myTable.Rows[2].SetContents("", "", Field("EMAIL")); return myTable.MakeTags(true);
  3. Okay i tried to take a crack at a table; There must be something I'm missing. http://imageshack.us/photo/my-images/526/screenshot20130405at811.png/
  4. Working on this business card still. Some of the records have short employee titles ("TITLE" Field) while other records have long titles that wrap to a 2nd line. What I'm aiming for is that all the information on the card moves down a line if the TITLE wraps. I tried putting all the information into one text box (the "lower half," as it were, of the business card is split into two columns), but using tab stops was keeping my data from suppressing properly (some records have a mobile or office number, while some dont). Also it was keeping my CopyFit rule from working (another problem entirely?). So i put another text box in place for the right column. This is an example of a good single-line-title business card: http://imageshack.us/photo/my-images/571/screenshot20130404at246.png/ However, if the TITLE field is long and wraps around, I want everything to drop down so that the spacing remains the same. This is an example of a double-line-title card, notice the right column isn't lined up: http://imageshack.us/photo/my-images/811/screenshot20130404at247.png/ I may be doing this wrong. Any help is really appreciated! Thanks!
  5. http://imageshack.us/photo/my-images/811/screenshot20130403at806.png/ Working on setting up some business cards. Some of the records have an OfficePhone entry, some have a CellPhone entry, some have both, etc. We made the words "Office" and "Mobile" part of the data (easy fix to make sure they suppressed automatically). The customer wants the plus-signs to line up vertically. is there a way to change the gap between "Office" and "+" without changing the spacing anywhere else? This is how the data reads: OfficePhone CellPhone "Office +1 513 204 6219" "Mobile +1 513 312 0994" Not sure if it's possible, but you never know. Thank you!
  6. I've got a text frame that includes: OfficePhone CellPhone Email Some of the clients dont have an OfficePhone, while some dont have a Cellphone, so "Supress if Empty" is on. However, some of their email addresses are too long to fit on their business card. Is there a way to shrink the long emails to fit on one line, and leave the other two fields untouched? Thank you!
  7. Trying to put together a postcard. Some of the names have just the last name, and some have "Lastname and family." I'd like the "and family" bit to drop to the next line. I saw there was a rule that worked with a hyphenated last name, but couldn't seem to make it work with "and." screenshot: http://img515.imageshack.us/img515/6219/screenshot20130213at737.png
×
×
  • Create New...