So I was trying to make fields on demand on a form, from Libreoffice base
As far as I know is using this code or some similar:
textbox = ThisComponent.createinstance(“com.sun.star.???”)
thisComponent.drawPage.add(textbox)
I tried many ways, even once I created a text box that was some kind of invisible, it was on the form navigator but it wasnt on the form somehow (besides it hadnt any option to set size or position)