Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. COHi Philip, i get the page error on status bar after i click my button but before it runs its functionality. As you suggested, i tried to disabled all form events but it didn't work. My form also includes json2, jquery and rest operation javascript libraries which i copied from Crm Sdk. And a general functions library i coded and used before in my previous projects. Have you got an example for a display name which causes form error?
      singulars
    2. CODoes the page load correctly if all events are disabled and you don't click your ribbon bar button? e.g. Open the form, make a nomial field change and save the form? In terms of the fields are there are fields which have a blank display name as this can cause issues on the form. It does sound like the button is not finding the appropriate method to run. Perhaps you could post the xml behind the button and also the function you intend to be run onclick of the button.
      singulars
    3. COHi Philip, i added the script and xml codes to the question. The page loads correctly even if i don't disable form events. The button is finding its code to run. When i set a debugger to the start of its method and click the button, IE Developer Tools catches the breakpoint but before that time page gives error on the status bar. Then when I hit F5 (on IE developer tools) it runs the method(CheckIfMember) correctly and returns the result. Son I don't think that may method causes the error.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload