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!

Recent content by BlueHighlander

  1. BlueHighlander

    MQS for JMS using Open Options

    We are using MQS with IBM's JMS interface and I now have to specify MQOO_SET_IDENTITY_CONTEXT in Open Options and MQPMO_SET_IDENTITY_CONTEXT in PMO Using JMS we don't MQPUT and MQGET, we .send() and .receive(). Does anyone know how to specify this options using IBM's JMS interface? Thx, The...
  2. BlueHighlander

    Having a looping brain fart, need help!

    If I read you right then this is what you need to do. Establish a instance variable or a highler level method variable like: public int firstValue = -1; then //1st loop through all rows of data for(int i = 2; i < Sheet2.getLastRow()+1; i++) { // grab first variable then the next var...

Part and Inventory Search

Back
Top