Jump to content

Call form and pass parameters in a single instruction form1.showModal ( p1 = 123, p2 = ' xxx' );


Recommended Posts

Posted

would like you to call a way , parameters can be passed directly to public variables how something like this:
form1.showModal ( p1 = 123, p2 = ' xxx' )
This would avoid many steps to pass values ​​to variables in a way


 

×
×
  • Create New...