Template:Property Summary: Difference between revisions

From MediaMonkey Wiki
Jump to navigation Jump to search
(Added a Comment to add a sumary to the history)
No edit summary
 
(27 intermediate revisions by the same user not shown)
Line 12: Line 12:
{{#if:{{{4|}}}|{{Pipe}}- style="background-color:#CC99FF;"
{{#if:{{{4|}}}|{{Pipe}}- style="background-color:#CC99FF;"
{{Pipe}} '''Database Table'''
{{Pipe}} '''Database Table'''
{{Pipe}} style="background-color:#CC99FF;" align="center" {{Pipe}} [[{{{4|}}} table {{Pipe}} {{{4|}}}]]
{{Pipe}} style="background-color:#CC99FF;" align="center" {{Pipe}} {{Multiple Tables|{{{4|}}}}}
{{Pipe}}- style="background-color:#CC99FF;" align="center"
{{Pipe}}- style="background-color:#CC99FF;" align="center"
{{Pipe}} ''Field Name''
{{Pipe}} ''Field Name''
{{Pipe}} style="background-color:#CC99FF;" align="center" {{Pipe}} [[{{{4|}}} table#{{{5}}} {{Pipe}} {{{5|}}}]]
{{Pipe}} style="background-color:#CC99FF;" align="center" {{Pipe}} {{#if:{{Multiple Tables|{{{5|}}}}}|[[{{{4|}}} table#{{{5}}} {{Pipe}} {{{5|}}}]]}}
{{Pipe}}- style="background-color:#CC99FF;" align="center"
{{Pipe}}- style="background-color:#CC99FF;" align="center"
{{Pipe}} ''Field Type''
{{Pipe}} ''Field Type''
Line 31: Line 31:
{{Pipe}} '''Members'''
{{Pipe}} '''Members'''
{{Pipe}} style="background-color:#ddd;" align="center" {{Pipe}} [[SDB{{{2|}}}]] | {{Pipe}}- style="background-color:#ddd;"}}
{{Pipe}} style="background-color:#ddd;" align="center" {{Pipe}} [[SDB{{{2|}}}]] | {{Pipe}}- style="background-color:#ddd;"}}
{{#ifexist:SDB{{{2|}}}List|{{Pipe}}- style="background-color:#ddd;"
{{Pipe}} '''Members'''
{{Pipe}} style="background-color:#ddd;" align="center" {{Pipe}} [[SDB{{{2|}}}List]] | {{Pipe}}- style="background-color:#ddd;"}}
|}
|}
<!---Comment--->
{{#ifeq:{{{3|-}}}|Method||
===Example Code===
{{Example Code|{{{1|-}}}|{{{2|-}}}|{{{3|-}}}|{{{4|-}}}|{{{5|-}}}|{{{6|-}}}|{{{7|-}}}|{{{8|-}}}|{{{9|-}}}}}}}
<noinclude>[[Category:Template]]</noinclude>

Latest revision as of 02:12, 22 April 2008

{{{2}}}

Example Code

Complete script

Sub

  For iCounter = 0 to objSongList.count - 1                                    'SongLists
      Set objSongData = objSongList.Item(iCounter)
      -- = objSongData.-
      SDB.MessageBox "Value = '" &  -- & "'", mtError, Array(mbOK)    'SDB.MessageBox
  Next
' objSongData.- = -New- 'Commented Out For Safety
' objSonglist.UpdateAll              'Commented Out For Safety                 'UpdateAll
                         Updates db and writes tags (if checked in options)
End Sub