Talk:SDBSongData

From MediaMonkey Wiki
Revision as of 21:07, 8 February 2008 by Teknojnky (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Is there a way to programattically get all the 'user' fields or do they all have to be entered manually?

For example, populating a list box of fields... it would seem logical that there is (or should be) an internal list of modifiable fields somewhere.

something akin to

dim obj, fieldlist

set obj = sdb.selectedsonglist.item(0)

set fieldlist = obj.getuserfields 'returns list of all settable user fields

--Teknojnky 16:07, 8 February 2008 (EST)