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 / JDPLayout18.java < prev    next >
Encoding:
Text File  |  1999-04-09  |  437 b   |  17 lines

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