home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 7: Programming / CDAT7.iso / Share / Java / JDesignerPro / Jdp3_0.exe / data1.cab / Program_Files / Applications / Layouts / JDPLayout17.java < prev    next >
Encoding:
Text File  |  1999-04-09  |  523 b   |  19 lines

  1. \*R    //
  2.     //  Load the elements into the List
  3.     //
  4.     public void <compName>Main() {
  5.  
  6.         if (<compName> == null) {
  7.             <compName> = new JDPList(user);
  8.         } 
  9.  
  10.         JDPJagg jaggSQL = new JDPJagg(user.jaggPath);
  11. <jaggPrefs>
  12. >062        <compName>.loadList(user, jaggSQL, "<choicecolumnname>","<actualcolumnname>","<tablename>","<whereclause>");
  13. >064        String[] choiceNames = {<>};                                                 
  14. >065        String[] actualNames = {<>};                                                 
  15. >066        <compName>.loadList(choiceNames, actualNames);                                                 
  16.                                                  
  17.     }
  18.  
  19.