- zs zsen
- PowerServer Mobile (Obsolete)
- Friday, 26 July 2019 12:21 AM UTC
I am a PB developer from China.I am currently testing appeonmobile(2019).When running PB program from the workspace, it takes about 10 seconds to start and appear the program window. Mobile phone connects via LAN. Is there anything optimized for server or client?Thank you very much!
environment:
Windows 10 + IIS 8 + powerbuilder 2019 + powerserver 2019(Not the cluster)
system configuration :i3-8100 + 8G
Attached client program code:
application open event script :
----------------------------------------------------------------------------------
SQLCA.DBMS = "SNC SQL Native Client(OLE DB)"
SQLCA.LogPass = '123456'
SQLCA.ServerName = "."
SQLCA.LogId = "sa"
SQLCA.AutoCommit = False
SQLCA.DBParm = "Database='web_datainfo'"
connect using sqlca;
if sqlca.sqlcode0 then
messagebox('error','connect to database fail')
halt close
else
open(w_menu_mdi)
end if
----------------------------------------------------------------------------------------
w_menu_mdi open event script :
----------------------------------------------------------------------------------------
dw_1.settransobject(sqlca)
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.