Talk:SDBSongData: Difference between revisions
No edit summary |
(→Media) |
||
(6 intermediate revisions by 3 users not shown) | |||
Line 12: | Line 12: | ||
--[[User:Teknojnky|Teknojnky]] 16:07, 8 February 2008 (EST) | --[[User:Teknojnky|Teknojnky]] 16:07, 8 February 2008 (EST) | ||
: They have to be entered manually. See a script like SwitchOrCopyFields or ExtractFields for an example. -- [[User:Steegy|Steegy]] 15:31, 15 April 2008 (EDT) | |||
== New Month and Day == | |||
Will there also be an OrigMonth and OrigDay? --[[User:MoDementia|MoDementia]] 02:39, 4 June 2008 (EDT) | |||
== VBR == | |||
seems to be a BOOLEAN field, not an INTEGER as stated in the table | |||
== FileModified == | |||
seems to be a DATE field, not a REAL as stated in the table | |||
== LastPlayed == | |||
seems to be a DATE field, not a REAL as stated in the table | |||
== Media == | |||
seems to be a SDBMEDIA field, not an INTEGER as stated in the table |
Latest revision as of 08:25, 4 August 2024
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)
- They have to be entered manually. See a script like SwitchOrCopyFields or ExtractFields for an example. -- Steegy 15:31, 15 April 2008 (EDT)
New Month and Day
Will there also be an OrigMonth and OrigDay? --MoDementia 02:39, 4 June 2008 (EDT)
VBR
seems to be a BOOLEAN field, not an INTEGER as stated in the table
FileModified
seems to be a DATE field, not a REAL as stated in the table
LastPlayed
seems to be a DATE field, not a REAL as stated in the table
Media
seems to be a SDBMEDIA field, not an INTEGER as stated in the table