Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: sweng
  • Order by date
  1. sweng

    designer -generate

    thnks.. my prev problem is solved but i get the below errors.. CDG-01377 ERROR: Module ADMIN_JOB: Failed to write form ADMINISTER_NEW_JOBS CDG-01281 ERROR: Module ADMIN_JOB: Oracle Forms binary file for ADMINISTER NEW JOBS has NOT been created but i get a msgbox called generate complete...
  2. sweng

    designer -generate

    hello I have the below problem when i try to generate module which uses web pl/sql as language. CDG-03508 ERROR: No folders containing required files are visible in current workarea. I don't have developer on my system. Even if i choose oracle forms as langauge .. i get error as dll missing...
  3. sweng

    parameters thru hyperlink

    hi, I have a problem with passing parameters thru hyperlink, I get an error called no data found.. the program works fine as the parameters I have passed are hello and hai. But if I try to pass the value retrieved from the database as parameter then I get an error. <a href=...
  4. sweng

    hello, I have a problem with dro

    hello, I have a problem with dropdown list refreshing. The code is pasted below: <HTML> <body > <%@ page import=&quot;java.lang.*&quot; %> <%@ page import=&quot;java.sql.* &quot; %> <%@ page import=&quot;java.util.*&quot; %> <jsp:useBean id=&quot;Lib&quot; class=&quot;Lib.cddatabase&quot;>...
  5. sweng

    Flexgrid in Jsp

    hi, I need to populate flexgrid control in a jsp page. I have an array which consists of the data returned from a database using a bean.
  6. sweng

    parameter to a bean

    hi Jsp page calls the bean.
  7. sweng

    parameter to a bean

    hi, How do I pass parameter to a method written in a bean. I need to perform the query on the database using a bean based on the parameter that is passed to the bean.
  8. sweng

    loading a combobox dynamically

    hi, Thanks a lot... it works!!!!!!!!
  9. sweng

    loading a combobox dynamically

    hi hattusas, Thanks for the reply... Iam not using servlets... I'll paste the code below and explain so that u can understand my problem. I have a file called bkp.jsp the path is C:\Program Files\Apache Tomcat4.0\webapps\examples\jsp\select The code is given below <title>Select everything...
  10. sweng

    loading a combobox dynamically

    hello, I need to know the method to load the combobox dynamically from the array obtained from a bean. I have written a bean to get the data from database and store it in an array . sunitha.k

Part and Inventory Search

Back
Top