IDA call from Design Studio

Sort:
You are not authorized to post a reply.
Author
Messages
Terry P
Veteran Member
Posts: 234
Veteran Member

    Has anyone done any kind of IDA call from within Design Studio? I'm currently on 8.0.3 Portal and have found the following happens when doing a call. The call works fine, except when returning from the call, the top row of "buttons" (Add, Change, Inquire, etc) have all dissapeared. If you do a simple drill in the normal way of right clicking in a field it works ok, but on any form, any type of ida call does this. Lawson has been able to duplicate it with my code - but has assigned it a low priority.

    Just wondering if anyone else has seen this problem.

    Terry P
    Veteran Member
    Posts: 234
    Veteran Member
      The problem with the buttons dissappearing was caused by some code I was missing in my script. I needed to add two pieces of code:

      1) Prior to the ida call, I added "top.lawsonPortal.tabArea.tabs("PAGE").CLEARnAVELETS()"

      2) The function executed after the doDrill call needed the following two statements:
      "xslInitFramework()"
      "lawformDisableLists()"

      This was provided to me by Lawson Support engineers and solved the problem.
      You are not authorized to post a reply.