Hubauer Posted February 14, 2009 Share Posted February 14, 2009 Can anybody give me an example for the use of "Page.PageName.strSpeedKey" in a sequence. I tried this: Page.a_antrazit.strSpeedKey = "X" but it didn`t work Link to comment Share on other sites More sharing options...
AzeoTech Posted February 14, 2009 Share Posted February 14, 2009 It appears that in the code its actually: Page.a_antrazit.SpeedKey = "X" The variable was never updated internally to "str" notation. It was never caught because there is very little use for changing the speedkey, except maybe to disable / reenable them in runtime mode, which I suppose is what you are doing. Link to comment Share on other sites More sharing options...
Hubauer Posted February 15, 2009 Author Share Posted February 15, 2009 It worked, thanks a lot Hubert Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.