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 strongm 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: panco
  • Order by date
  1. panco

    How can I update datebase using DataExpress components?

    if you just like to call an update statement use database.executeStatement("UPDATE table ....");
  2. panco

    JBuilder Designer Problem - Creating RED Component

    first of all i wouldn't set the jbInit() method to public. make it private instead. else you will overwrite the method from your extended class! if your class you like to extend is an abstract class you need to write a proxy class and "inform" JBuilder where this class is found. Go into the...

Part and Inventory Search

Back
Top