Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi!
I have this macro:
SUB SHOWMENU
set objeto = ActiveDocument.GetSheetObject(NAME_OF_THE_OBJECT)
set pos = objeto.GetRect
pos.Left = 0
objeto.SetRect pos
END SUB
This move the position of an object; in desktop it works, it doesnt in ajax, but, the same code in another qvw in the accesspoint it works!!
Somebody can help me? It's ajax o a config?
I have QV 11 SR12 64 bit.
Thanks!!
macros only work in plugin, not in Ajax
when you Switch on your Desktop Version to web view, it won't work neither
Another person publish another app in the access point and it works!
So i think that could be a config on my pc or something like that!
does the other Person also uses Ajax? you can select on the sccess Point if you want Ajax or plugin
(plugin will only be available if you plugin is installed)
I see and test all in my pc! So I see that app in the same access point and one works and the other it doesnt!
ask the other Person to test it with your Desktop and Change to webview (turn on/off webview)
does macro still works?
macros never work in Ajax and there is no configuration to enable it