Hello,
I want to start useing the new woocommerce 2019 kit.
I configured the keymaxdays = 365 (in the JSON file).
After activation I checked the numbers of days remained with XLS Padlock build-in function:
and I get 1 (1 day).
I tried to change the keymaxdays to 1365, still same resulte.
Please check.
Thank you.
I want to start useing the new woocommerce 2019 kit.
I configured the keymaxdays = 365 (in the JSON file).
After activation I checked the numbers of days remained with XLS Padlock build-in function:
Code:
Public Function ReadTrialState()
Dim XLSPadlock As Object
On Error GoTo Err
Set XLSPadlock = Application.COMAddIns("GXLSForm.GXLSFormula").Object
ReadTrialState = XLSPadlock.PLEvalVar("TrialState")
Exit Function
Err:
ReadTrialState = ""
End Function
I tried to change the keymaxdays to 1365, still same resulte.
Please check.
Thank you.
Last edited: