08-23-2023, 05:44 PM
Hey @dbox, when I was working on the last update I came across a possible QBJS error, thought I'd mention it. I narrowed it down to this: It errors out when this is on the same line:
_Display: If displayStatus%% = 1 Then _AutoDisplay
But it works OK when splitting that up on two lines iistead. Here's a snippet showing that. You can comment it out an uncomment the workaround way to see.
- Dav
_Display: If displayStatus%% = 1 Then _AutoDisplay
But it works OK when splitting that up on two lines iistead. Here's a snippet showing that. You can comment it out an uncomment the workaround way to see.
- Dav