I cant set a AllowDynamicUpdate property on server QV10
I try set it using QMC and QEMC, but after refresh the checkbox are empty. I checked setting.ini on "[..]All Users\Application Data[...]" and AllowDynamicUpdate is set, but after run macro, i have message: "Macro parse failed. Functionality was lost". Macro is below:
sub Insert
SET Result = ActiveDocument.DynamicUpdateCommand ("INSERT INTO * (CustomerCode, SLC_GroupCode) VALUES ($(vCustomer), $(vGrupa))")
if Result = false then
MsgBox Result.ErrorMessage
end if
end sub
On local machine is working correctly. What I doing wrong?