XorAndOr Active Member Licensed User Longtime User Jul 29, 2020 #1 hi everyone, how can I set the second layout with SetFormStyle in b4xpages? in MainForm it's ok. thank you all Attachments B4XPageTest.zip 4.7 KB · Views: 218
hi everyone, how can I set the second layout with SetFormStyle in b4xpages? in MainForm it's ok. thank you all
Erel B4X founder Staff member Licensed User Longtime User Jul 29, 2020 #2 You can change it with: B4X: B4XPages.GetNativeParent(Me).SetFormStyle("UTILITY") Upvote 0
XorAndOr Active Member Licensed User Longtime User Jul 29, 2020 #3 Erel said: You can change it with: B4X: B4XPages.GetNativeParent(Me).SetFormStyle("UTILITY") Click to expand... it works. thank you so much Upvote 0
Erel said: You can change it with: B4X: B4XPages.GetNativeParent(Me).SetFormStyle("UTILITY") Click to expand... it works. thank you so much