home *** CD-ROM | disk | FTP | other *** search
- \*R //
- // Load the elements into the Choice
- //
- public void <compName>Main() {
-
- if (<compName> == null) {
- <compName> = new JDPChoice();
- }
-
- JDPJagg jaggSQL = new JDPJagg(user.jaggPath);
- <jaggPrefs>
- >062 <compName>.loadChoice(user, jaggSQL, "<choicecolumnname>","<actualcolumnname>","<tablename>","<whereclause>");
- >064 String[] choiceNames = {<>};
- >065 String[] actualNames = {<>};
- >066 <compName>.loadChoice(choiceNames, actualNames);
- }
-
-