Expand my Community achievements bar.

kc
kc
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Hi again radzmar,Thanks alotThis made it easy for me - even though I need more than one scriptobject (I have to handle multiple languages). But it works perfectly :-)Once again thank you for your help - it is most appreciatedCheers\Kim

    Type

    Questions

    Views

    637

    Likes

    0

    Replies

    0
  • HI again radzmar,You are right - I could have been more precise in my description :-)i have two script objects.In the first one ("MyTexts") I have a lot of texts declared like this:var infotext1 = "blah blah blah";var infotext2 = "blah blah blah blah";In my second script object ("functions"), I have...

    Type

    Questions

    Views

    642

    Likes

    0

    Replies

    0
  • Hi all,I have a scenario where I have one script object (MyTexts1) containing a lot of text for the form (each of the texts are stored in variables (fx. MyTexts1.infoText1). The variables are named after the fields (meaning that I have a field called "infoText1"). So for each field I call a function...

    Type

    Questions

    Views

    1.7K

    Likes

    0

    Replies

    4
  • Hi again dohanlon,You were right, something in my script on the form was not executed correctly - seems like the util.stringFromStream does not work in the form if you run it in the plugin. I changed my code into usinsg the stringforStream method in my trusted function and then it suddenly worked.Th...

    Type

    Questions

    Views

    508

    Likes

    0

    Replies

    0
  • Hi all,I have created a trusted function that works perfectly when I open my form directly through Reader or Acrobat :-)My trusted function does something like import a file as an attachment from a certain place on disk.However when I try to open it through the browser plugin (ie. Internet Explorer)...

    Type

    Questions

    Views

    1.2K

    Likes

    0

    Replies

    2
  • Hi again all,This works fine - I was just not aware that I needed top use the concat function to do gain this functionality.Thanks a lotSincerelyKim Christensen

    Type

    Questions

    Views

    566

    Likes

    0

    Replies

    0
  • Hi again,I actually did try to put some html there - but I must have made some mistake in it, because your example works perfectly.Thanks againSincerelKim Christensen

    Type

    Questions

    Views

    310

    Likes

    0

    Replies

    0
  • Hi again Marcel - thanks for your quick replyHowever I am not sure I und erstand your answer correctly.I have a string variable (str_Inctructions) that I want to set as my Task Instruction.So at a point in my process I create a set value with an expression like this:str_Instructions = 'Here are some...

    Type

    Questions

    Views

    555

    Likes

    0

    Replies

    0
  • Hi all,I have a process where I would like to build up the task Instructions in a string variable. However I cannot seem to resolve xpath values when I am putting my string as the task instruction.How can I do this?Thanks in advanceSincerelyKim Christensen

    Type

    Questions

    Views

    1.6K

    Likes

    0

    Replies

    6
  • Hi all,Maybe this belongs in the Workbench forum, but I will try here anyway.I would like to make some text in the task intstructions become red (or some other color) but I can't seem to make it work. I have successfully made some of the text bold by using th '<b>' tag. How can I change the color of...

    Type

    Questions

    Views

    1.1K

    Likes

    0

    Replies

    2