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 Mike Lewis 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: jaqel
  • Order by date
  1. jaqel

    Processing Variable Arguments in a function

    Hi Guys, Im trying to write a Variable-Length Argument List for my curses program. Im getting a segmentation fault because va_arg requires an terminating argument like CHAR *(NULL). I want break out of the while loop when there are no more arguments. At the moment I have to pass CHAR...
  2. jaqel

    Newbie to forms 9i, need help with error.

    Well it looks like the problem is fixed. I noticed I was having problems with my browser when it tried to run applets. So I downloaded the lates JRE from sun. After that I could run my forms properly... So I think the problem had something to do with the Java environment....
  3. jaqel

    Newbie to forms 9i, need help with error.

    Hi, This is the first time I've used forms 9i. I have used forms 6 before. I've created a simple form just using the data block and layout wizard. I start the OC4J Instance and then run the form. When my browser starts up I get a forms error message: FRM-90928: Positional parameter after...
  4. jaqel

    get variables from another method..

    The reason why you get the "cannot resolve symbol" message is because when you say, getTerms.s1, the java compiler will look for an object called getTerms and then try to retrieve the s1 attribute of that object. But you don't have such an object, hence the error message. I don't...

Part and Inventory Search

Back
Top