
Roger Herbst
-Interested User-
Posts: 4
Joined: Jun 12, 2010
|
Posted: Aug 5, 2010 11:08 PM

Msg. 1 of 4
I can't seem to get Dynamic fieldsets completely working.
Dim WithEvents levelOne As DTNIQFeedCOMLib.LevelOne
This works >>>> levelOne.SelectUpdateFieldName("Last") <<<<<to request a single field (Last)
This doesn't work >>>> levelOne.SelectUpdateFieldName("Last", "Change") <<<< to request 2 fields: it gives an error "Too many arguments"
Looks like it should be easy - What's up ?
|

skunk
-DTN Evangelist-
Posts: 249
Joined: May 7, 2004
|
Posted: Aug 6, 2010 07:50 AM

Msg. 2 of 4
did you try this yet? SelectUpdateFieldName("Last,Change")
|

Roger Herbst
-Interested User-
Posts: 4
Joined: Jun 12, 2010
|
Posted: Aug 6, 2010 09:57 AM

Msg. 3 of 4
Thanks - I must have had a space after the comma - Your solution compiles and is properly acknowledged when sent to the server.
Unfortunately, when I send levelOne.SelectUpdateFieldName("Total Volume,Last"), though it is acknowledged by the server, I stop receiving updates (Was receiving lots of them before I selected these 2 fields). Any advise on this ?
|

Roger Herbst
-Interested User-
Posts: 4
Joined: Jun 12, 2010
|
Posted: Aug 6, 2010 10:42 AM

Msg. 4 of 4
Please disregard last post re: no updates. Think I found the problem, and will test after hours.
|