B4J Question B4x Page

alirezahassan

Active Member
Licensed User
Hi,
i use b4xpage. and i want to show page. i write this code
B4X:
B4XPages.ShowPage("M_hi")
and i want to send some data to this page. before using b4x page i write this for example
B4X:
M_hi.ID = ID
M_Hi.start
and i send ID to this code Module. for b4xpage what should i do to send data?
 
Top