Poya.B4A Member Apr 7, 2024 #1 Hi Every body, How to make a form (at the end of calculation), like this...? txs ,
Erel B4X founder Staff member Licensed User Longtime User Apr 8, 2024 #2 B4XDialog with a custom layout. Examples: https://www.b4x.com/android/forum/t...dialog-templates-theming-code.131243/#content Upvote 0
B4XDialog with a custom layout. Examples: https://www.b4x.com/android/forum/t...dialog-templates-theming-code.131243/#content
Poya.B4A Member Apr 8, 2024 #3 Thanks, To be honest, this example is not quite what I want. I want something similar to the bill to be visible after all the calculations are done, read only or even suitable for printing. ? Upvote 0
Thanks, To be honest, this example is not quite what I want. I want something similar to the bill to be visible after all the calculations are done, read only or even suitable for printing. ?
Alexander Stolte Expert Licensed User Longtime User Apr 8, 2024 #4 Poya.B4A said: I want something similar to the bill to be visible after all the calculations are done, read only or even suitable for printing. Click to expand... Add a panel to the form, load your billing layout to this panel and show it. Upvote 0
Poya.B4A said: I want something similar to the bill to be visible after all the calculations are done, read only or even suitable for printing. Click to expand... Add a panel to the form, load your billing layout to this panel and show it.