Hallo, all
thanks for your help till now!
Mike Buess - I meant the title bar of the active window (or the label, I fill in in the shown dialog box!)
This is the OriginC / LabTalk code I solved the problem so far:
PageBase pb;
pb = Project.Pages(); // get active worksheet from project
string str = strInj + "_FUP" + strFUP + "_tm" + strTihpt;
out_str(str);
string windowName;
pb.GetName(windowName); // read out the worksheet name
string LTexec = "win -rl \"" + windowName + "\" \"" + str + "\"";
LT_execute(LTexec);
This works, but is there a native OriginC solution without the LT_execute call?
Thanks
-- --
Dipl.-Ing. Hans-Joerg Koch
Siemens VDO, Regensburg
SVDO_Origin1
Edited by - SVDO_Origin1 on 01/30/2003 08:56:10 AM