#7173
CLKurutz
Participant

    The .dll error seems to be fixed. The part of the code to load the custom view is still not working.

    Call GroupWise.ViewOpenFile(p:GroupWiseViewsFormativGWViewsResActivity”, “”, “”)

    The runtime also does not load the above custom view. In full version all works fine.

    Any help would be greatly appreciated.

    quote:


    Originally posted by CLKurutz:
    Hello. I have created several applets that chain together. They work fine on my PC with the full version of Formativ. I am trying to install them on a PC with Formativ Run Time. I receive the following message:

    EAccessViolation
    h:AdvansysFormativAppletsFVSH Room Setup Art Studio_Encoded.vbf
    Access violation at address 02BBE89D in module ‘formativ.dll’. Read of address 00098053 at line 8, column 6

    The line of code that is at the address listed is:

    if ActivityRoom.ShowModal = mrOK then

    The line of code before the above states to open a custom view:

    Call GroupWise.ViewOpenFile(p:GroupWiseViewsFormativGWViewsResActivity”, “”, “”)

    The runtime also does not load the above custom view. In full version all works fine.

    Any help would be appreciated.