Help icons no longer working in Control and Form apps (SC v9.2)

Hi everyone.

After updating to SC v9.2 from SC 9.1.009, the help icons in my Control and Forms are no longer working. Grids are still functional.

I already tried to generate again the help files, generate applications, etc.

I’m now reverting to SC 9.1.009 to check, and I will keep you informed!

Confirmed: the icons are functional in SC 9.1.009.

Confirmed bug in Helpcase for SC 9.2.000

Today, I installed SC 9.2.000 trial version in a clean PC and confirmed the bug in HelpCase. The Help button is not working in controls and forms, but it works in grids.

Steps to reproduce:

  1. Create a blank project.
  2. Add a control or form application
  3. Edit the toolbar to include the Helpcase button
  4. Create a HelpCase, create a dummy help page.
  5. In the control or form application use the Application > Settings to set the Helpcase Link.
  6. Run the app. When you press the help button, nothing happens.

Using the developer (F12) options from Edge or Firefox, I can see this error message:

SCRIPT5022: SCRIPT5022: Syntax error, unrecognized expression: #.sc-unique-btn-2.

Checking the code, I found that grids are still opening the HelpCase link in the onClick event of the button. But Forms and Control apps now call a function scBtnFn_sys_format_webh(), where the error occurs. This must be a syntax error in the generated PHP or Javascript code…

Someone from SC Bug Tracking Team?

NOTE: Environment = Windows 10 Pro x64 Spanish, version 1803, last updates applied, SC 9.2.000 directly from SC Site, clean install, no other PHP nor Apache installed, no IIS.