Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
emegia_megia
Partner - Contributor
Partner - Contributor

moving object with js macro? and resize?

function colocar()

   y=92

   for i=1 to 14

   Set boton = ActiveDocument.GetSheetObject( "" & "boton" & i & "" )

   pos = boton.GetRect

   pos.Top = y

   pos.Left = 0

   y=y+44

   boton.SetRect pos

  next

end function

Hi I have this macro that works great with vsbscript engine but customers have to use the IEPlugin to work. I wonder if I will be able to do with the engine jscript this macro to work with ajax? or if someone can put me or the equivalent function in js or ajax

thank you very much.

1 Reply
wilsonrojas
Partner - Contributor
Partner - Contributor

Hello, I would like to know if you could solve this problem and if so, could you explain how you did it. Thank you