function OnFirstUIAfter()
STRING szServer,szUser,szPassword,szPath;
NUMBER bReturn;
begin
MessageBox(TARGETDIR^"SoftDogInstdrv.exe",SEVERE);
LaunchAppAndWait(TARGETDIR^"SoftDogInstdrv.exe","",WAIT);
CtrlGetText("ServerInformation", SERVER_IP, szServer);
CtrlGetText("ServerInformation", SERVER_USER, szUser);
CtrlGetText("ServerInformation", SERVER_PWD, szPassword);
MessageBox(szServer,SEVERE);
szPath=TARGETDIR^"CompositiveConfig.xml";
MessageBox(szPath,SEVERE);
UseDLL(szPath);
bReturn=CompositiveLogicLib.UpdateCompositiveXML(szServer,szUser,szPassword,szServer,szUser,szPassword,"16001",szPath);
UnUseDLL(szPath);
end;
轉載請註明出處,本文鏈接:https://www.uj5u.com/houduan/104511.html
標籤:非技術區
