Jump to content

flavius.lupu

Members
  • Posts

    5
  • Joined

  • Last visited

Posts posted by flavius.lupu

  1. cipi,

     

    I have decided to e-mail NCH using some of my purchased support to try and find an answer.

     

    I have been in contact with someone, but haven't heard from him in a couple of days regarding a solution. If and when I learn of a solution, I will surely post it!

     

    Thanks!

     

    buddbrother

     

    Hello guys , i can provide you with my solution. I bought a license for 4.03 and used that same license to activate an instance of the 4.01 software(this version does not have the problem).

    Hope it helps!

  2. unfortunatley buddbrother is right .

    I've tried nchto's solution but it is not working

    Try this , on OGM 1 make local call variable named test and assign value initialValue to it.

    then go to OGM 2. On ogm 2 , set the variable to secondValue and go to OGM 3. On ogm 3 , do not do anything just goto ogm %test%.

    Unfortunatley test will have the first assigned value (that is initialValue for the current sample). In our sample should have tried to open secondValue ogm but is trying to open initialValue ogm . I think you got it. Why i am pressing on this , because we allready have a licence for IVM 4.01 and we want to buy a new one but we cannot use it unless we can reasign variables. We've created nice things with IVM but this functionality is an absolut MUST for us. Can you NCH guys check this out ? Thank you very mutch.

  3. i've solved my problem and i am positive that plasma has the same problem.

    In the plugin i've wrote to the console with writeline and i should have used only write.

    It was Console.WriteLine(sResult); and should have been Console.Write(sResult);

    The extra \cr made the variable not to match the name of the next OGM.

     

    Hope this helps you plasma.

  4. It sounds like you don't have the variable set right. I had that problem until I got the hang of how to name the variables.

     

    I use %rv% and then my plug in looks up the customer and depending on what it finds tells the ogm where to go next. So it returns the name of the ogm it wants to go to next as rv. The ogm is then set to Go To OGM and the value is set to %rv%

     

     

     

    no i believe this is not the cause , i have it set uo right , just like you've said.

    Still no succes. Anybody ?

×
×
  • Create New...