try
 long ll_result;
 ll_result=1;
openwithparm(w_sb_order,UserCode);
catch(RuntimeError er)
  errorMsg=er.Text;
  ll_result=0
finally
 return ll_result;
end try

 

 

在打开的窗口中使用参数时这样:

 ls_temp=string(message.stringparm)

相关文章:

  • 2022-12-23
  • 2022-01-17
  • 2022-12-23
  • 2022-12-23
  • 2021-09-30
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-06-11
  • 2022-12-23
  • 2021-08-10
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案