Problemsa using Chart.js through an Access webbrowser (1 Viewer)

isladogs

MVP / VIP
Local time
Today, 22:47
Joined
Jan 14, 2017
Messages
18,235
Thanks. Downloaded & installed but I'm getting an error that it can't find tbl_VersionHistory when I run the DEMO
Tried installing it manually & again using the script file

No time to investigate today. Will try to look at it tomorrow
 

Josef P.

Well-known member
Local time
Today, 23:47
Joined
Feb 2, 2023
Messages
827
... but I'm getting an error that it can't find tbl_VersionHistory when I run the DEMO
Thanks, found it:
Code:
Me.lblVersion.Caption = "Version: " & DMax("V_Number", "tbl_VersionHistory")
This does not work in the add-in. ... Cause: CurrentDb vs CodeDb.
I will fix it.
 

Josef P.

Well-known member
Local time
Today, 23:47
Joined
Feb 2, 2023
Messages
827
fixed ..
There was a problem accessing the saved chart properties in the form.
I'm making a separate thread for this, because I don't see the problem. (Just worked around it currently).
 

isladogs

MVP / VIP
Local time
Today, 22:47
Joined
Jan 14, 2017
Messages
18,235
Thanks. I'll download it again ...or would it be better to wait for your new thread?
 

isladogs

MVP / VIP
Local time
Today, 22:47
Joined
Jan 14, 2017
Messages
18,235
Thanks. Downloaded & quickly tested. Now seems fine.
I'm out this evening but will look at your other thread when I have time.
 

Users who are viewing this thread

Top Bottom