Jump to content

Fellsway

Registered Users - Approved
  • Posts

    61
  • Joined

  • Days Won

    1

Everything posted by Fellsway

  1. I am wondering if you could have more then one External Data file in a OnJobStart rule and if so what is the limit. I was able to link to one "test1.txt" using a sample I found in the forums (below), but how would I add two files "test1.txt" and "test2.txt"? //Link to the external data file. //The '\t' is used to indicate TAB delimited data in this external data file externalDF = new ExternalDataFileEx('test1.txt', '\t'); if(externalDF.valid != true) { Print('Failed to link to the external data file in OnJobStart'); }
  2. I was wondering if it is possible to apply different text formatting to a data cell. I received a data file from a client who has a field that has 4 words in each cell. Each word is separated with a few spaces. Example... "ZZZ 321 AAA 123". The problem is that I have to apply different formatting to this cell. I need to have ZZZ aligned left, 321 aligned right, AAA aligned left in another column and 123 aligned right also in the other column. To make matters worse.. I need the words in each column underlined. Is this possible without breaking these words into individual fields in the data file. Another issue will be that I will need to have a black stroked border around these columns that will adjust in size depending on the amount of entrees. Any help would be much appreciated!! Thanks!
×
×
  • Create New...