Hello,
I want to open a Microsoft Excel application from Forms 6i, but if this application is runing just activate it.
I use the following sentences but I have problems with the Win_api_session.One_Session function, only give me TRUE results:
WHEN-BUTTON-PRESSED (TRIGGER)
DECLARE
result BOOLEAN;
BEGIN
result:=WIN_API_SESSION.ONE_SESSION('Microsoft Excel',
'EXCEL.EXE',
'WINDOW',
TRUE);
END;
------------------------------------------------------------
D2KUTIL.PLL Version 6.0.2 Production D2KWUT60.DLL Version
6.0.2 Production
could you help me?
I want to open a Microsoft Excel application from Forms 6i, but if this application is runing just activate it.
I use the following sentences but I have problems with the Win_api_session.One_Session function, only give me TRUE results:
WHEN-BUTTON-PRESSED (TRIGGER)
DECLARE
result BOOLEAN;
BEGIN
result:=WIN_API_SESSION.ONE_SESSION('Microsoft Excel',
'EXCEL.EXE',
'WINDOW',
TRUE);
END;
------------------------------------------------------------
D2KUTIL.PLL Version 6.0.2 Production D2KWUT60.DLL Version
6.0.2 Production
could you help me?