ContributionsMost RecentMost LikesSolutionsRe: Passing stores.dbtables table1 object from keyword to script routineSorry - I guess I didn't do a very good job of explaining my question. What I want to do is pass a stores.dbtables.table1 object from a runscriptroutine in a keyword test using stores.dbtables.table1 object as a parameter to a script routine. Here is basic pseudo code Keyword test Item Operation Value Run Script Routine setconnectionstring stores.dbtables.table1 Script code function setconnectionstring(obj:object); setconnectionstring(obj:); var DBTab; DBTab; begin DBTab := obj; DBTab.ConnectionString := 'Provider=Advantage.OLEDB.1;Data Source='+ProjectSuite.Variables.VariableByName['connectionpath']+';Persist Security Info=False;Advantage Server Type=ads_local_server'; end; ; What is the proper way to pass the parameter to the script routine. Thanks Passing stores.dbtables table1 object from keyword to script routineThis has got to be really easy. But I can't figure it out. I want to change the connectionstring parameter in each dbtable object in script before I do a compare. Thanks in advance Dennis McGuireFile comparisons checkpointsIf a checkpoint is different how can I log the error and continue the test. As it stands now it logs the error and the playback stops. Version 8.1 TIA Dennis McGuireUsing ExpressBars with TestcompleteI am testing Testcomplete 8 and i have run into a problem using expressbars. In keyword mode in recording everything seems to go ok. But when there is a submenu or two involved on playback it gets object not found. I have rumaged around the internet but really haven't found a solution other than assigning shortcut keys. What am I missing? Thanks in advance Dennis McGuire