|  | 
| GetScheduleName | 
| Post Reply   | 
| Author | |
| WaaZ   Senior Member   Joined: 31 January 2006 Location: United Kingdom Status: Offline Points: 103 |  Post Options  Thanks(0)  Quote  Reply  Topic: GetScheduleName Posted: 07 May 2006 at 11:09am | 
| Hi, The method DataProvider.Schedules.GetScheduleName does not seem to be working properly. I am supplying it with an ID, but it is not returning me the correct string that correspond to the name. It is instead returning me a series of bits that obviously form a strange set of characters. Thanks WaaZ | |
|  | |
| sserge   Moderator Group   Joined: 01 December 2004 Status: Offline Points: 1297 |  Post Options  Thanks(0)  Quote  Reply  Posted: 08 May 2006 at 10:50am | 
| 
   Hi, Agree, looks to be a bug, will fix for the next version. As a workaround you can get the name by index: 
.DataProvider.Schedules(i).Name
 -- WBR, Serge | |
|  | |
| WaaZ   Senior Member   Joined: 31 January 2006 Location: United Kingdom Status: Offline Points: 103 |  Post Options  Thanks(0)  Quote  Reply  Posted: 08 May 2006 at 11:07am | 
| This can be done indeed... but when you have only the ID, and not the index, you need to parse trough the collection and get the ID. I should remind my fellow collegues that ID does not correspond to index... nor does it correspond to index+1 Thanks WaaZ | |
|  | |
| Post Reply   | |
| Tweet | 
| Forum Jump | Forum Permissions  You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |