jpadilla
9th August 2002, 18:38
I'm using the stpapi.get.field funtion for ticpr2210m000 session and I get the value "" for the field Item.f
How shuld the session be??
running or just open with values in the field
Regards
JP
mark_h
9th August 2002, 18:59
It would look like:
stpapi.get.field("ticpr2210m000","item.f",yourfield)
Where your field was declared as a string. Also keep in mind that other fields are returned as strings also. The best way to get a feel for what stpapi commands are used on a session, you might want to run ttstpcreatdll. Create a library and look throught the stpapi commands that it creates to put and get fields. It is also pretty good at putting in the events you can run.
Good Luck!
Mark