1. Yehui Huang
  2. Elevate Discussion
  3. Tuesday, 5 December 2023 07:19 AM UTC

您好,我使用 Powerbuilder2022 开发了一个小功能,并使用 Powerserver 将其转换为 Web 应用程序,我们称之为 Page A。现在,我的同事已经开发了一个使用 C# 的系统,并希望将参数从 C# 系统传递到我开发的 Page A。我怎样才能做到这一点?

Logan Liu @Appeon Accepted Answer Pending Moderation
  1. Wednesday, 6 December 2023 02:20 AM UTC
  2. Elevate Discussion
  3. # 1

Hi Yehui,

如果在浏览器中访问PowerServer 2022的Cloud App时,您可以在Cloud App URL最后添加"?"来传递后面的字符串到Application。

在Application的Open事件通过commandline参数接收该参数的值。

通过C#应用也可以参考类似的方式来在启动Cloud App时传递参数。

Regards, Logan

Comment
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.