Jump to content

Lord Karl

Registered Users - Approved
  • Posts

    8
  • Joined

Converted

  • FusionPro Products
    No

Lord Karl's Achievements

Rookie

Rookie (2/14)

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

Recent Badges

10

Reputation

  1. You, sir, are the man. I tried to put in a break at one point but I think I had the syntax wrong and just kept getting errors since I'm Java-impaired. Thanks so much for your help, I really appreciate it.
  2. Thanks, Dan. Here's a zip file with PDF, sample list and the image files. Is that what you need?Upload.zip
  3. Checking back on this project; not trying to be a hassle, just checking to see if anyone had any advice. When I entered the code as suggested the line works great, but the last data row above the line loses formatting. Code looks like this, and I attached a screen shot. Not sure why it's losing the tabbing on the last row? Screenshot.pdf
  4. GetSettableWidth got the line in there, woohoo! For some reason, the last row of text ABOVE the line lost it's force format though... The rest of the lines look fine, but the last line shows as Federal & State Unemployment$295.50 instead of the $295.50 being at the right edge of the text box. The only code I altered was the GetSettableWidth line, and if I take that back out the force format returns (and the box goes away of course).
  5. Thank you sir. I see what I was doing wrong with the format to screw the syntax up; when I place it now the text is all correct but it's not finding the Greenline.pdf - it's just placing the text with no line in there. I added the pdf as a resource; I've tried it with the code as you sent and also replacing the filename with Resource("Greenline") and it's the same result either way. Text is correct, no line. I played with the height and took it way up, still no change - makes me think it's not finding the file in the first place?
  6. Thanks for your efforts; when I put the code in it is either giving me a syntax error or when I try to fix that it disrupts the flow entirely and still doesn't do what I'm looking for. I'm sorry for being a hassle. If I have this it loses the formatting, everything shifts left, the empty lines are in there and there's no line: I've played around with different things but I haven't been able to get anything working so far.
  7. Appreciate the help; this looks great. When I attempted to enter in another line (the Totals line) it gives me an error: TypeError: s has no properties. s is the function in the line to filter out empties, I see that but don't get why adding a line of data is throwing that. When I take my new line of data back out of course it works, but I'm at a loss. Sorry for my ignorance... As long as I'm being dense here, I placed the line image in Resources but when I put the line in to place the image I am getting a syntax error, needing a closing ]. If I add that in but leave the semicolon it gives the same error, if I remove the semicolon then the error is that it's missing variable name. Here's the code - variable names have changed as I'm doing 4 separate frames but the base idea is the same.
  8. First off let me say thanks to everyone for this Forum, I use it a lot and appreciate all the input. I'm using FP 8.2.5 on Win7, for the record. I have built a variable form within a customer file; there are multiple tables and I'm having an issue with row height in the tables. I've seen posts where it states that there is no control over the row height but I'm hoping there's another solution for my issue. In some instances the table overruns the allotted space for the data; I am trying to figure a way to remove the spaces between lines. I'm marginal in HTML and coding; I've built this so far using a mix of copy/paste from another project and trial and error from posts here. There's probably some obvious solution but I'm not seeing it. As you can see from the attached screen shot the data in Your Company Paid Benefits is overlapping the next bar down; the customer would like the whole thing at font size 11 and I reduced it to 10 to make everything else fit, but in this particular field even 8.5 pt font is not working. While I'm at it, I also need to figure how to right justify the text in the money cells... My code for the table in question is: Thanks in advance for assistance, and if I left anything out let me know! Row spacing.pdf
×
×
  • Create New...