Jump to content

bvo12585

Newbies
  • Posts

    4
  • Joined

  • Last visited

Everything posted by bvo12585

  1. You can click and highlight the part label (i.e. 'Body' 'Subsummary sorted by X' etc). Then it's dimensions will appear in the Object Info window, and then you can change it.
  2. You may want to try pausing the script for a second or two after the Save as PDF step to give the process time to actually save the file.
  3. I would do something like this: Enter Find Mode Set Field [Field; "="] Perform Find Replace Field Contents [Field; "Value you want entered"] Using "=" in your find will find all records with nothing in that field.
  4. I would use something like this since there may be more than just two words in the string. This would result in "xyz product" for an input of "123 xyz product". Input would obviously be the value you're importing. Let ( [ Input = "123 xyz product" ; ReplaceSpaces = Substitute ( Input ; " " ; "¶" ) ; FirstValue = GetValue ( ReplaceSpaces ; 1 ) ; Output = Substitute ( Input ; FirstValue ; "" ) ] ; Trim ( Output ) )
×
×
  • Create New...

Important Information

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