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 John Tel 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 Wiezewazoel

  1. Wiezewazoel

    Java calling cobol issue (Cobol program Not closing)

    You are probably at the same school as me so, If you have Percobol installed, just go to http://www.admins.be/viewtopic.php?p=21711#21711 since i saw your other post on cobol, you do speak dutch and thats also where i got convinced you are doing same project at the same school :p just follow...
  2. Wiezewazoel

    Update Panel problem

    ah k, but even if i get it out, it still just shows 1 second then away again, even in session :s
  3. Wiezewazoel

    Update Panel problem

    so it would be solved i i like put the table in a session for a while, right? well I have tried it and that didn't do the trick somehow, it keeps showing the numer for like half a sec, then disappears
  4. Wiezewazoel

    Update Panel problem

    Now that i thought about it, this could also belong in the ASP forum, but i have no clue where my problem is so..i'm sorry if wrong forum
  5. Wiezewazoel

    Update Panel problem

    i don't know if it really belongs here but i think it does, The problem is: (i'm making a 'time table' where u can see the progress of a project. Example: Example) i have 2 update panels (upOuter and upInner). In the outer one the user chooses a month and year with numericupdown extender when...
  6. Wiezewazoel

    Java calling cobol issue (Cobol program Not closing)

    Hello I did not buy microfocus or something like it, so don't mention it! i had to make java calling cobol, which works, but th real problem is: I can't get it closed :s I'll explain with code...will be better: import com.legacyj.api.Callable; public class CobolPoort { private Callable...
  7. Wiezewazoel

    SQL in COBOL: Need help with fetching data (more than one row)

    oh yeah, thx! it worked alright! in java i just had to split it up again! which worked fine ... really thx...now the program is finished nad i know how to do it all :D big thx
  8. Wiezewazoel

    SQL in COBOL: Need help with fetching data (more than one row)

    ah thanks, by the way you don't happen to know a way to return a table back to a program? I thought of an idea like this, in my Working-Storage Section: 01 activiteiten occurs 1 to 10000 depending on teller. 04 activiteitID pic 9(5). 04 activiteitDuur pic 999v99. so I made...
  9. Wiezewazoel

    SQL in COBOL: Need help with fetching data (more than one row)

    Ah it works perfectly! really big thx yea i guess i "did" have to work like i do one row at a time and about the definitions ... i know they aint correct: ofcourse i have forgotten how to get rid of those zero's without having an ugly layout like: Before: number 1: 001 After: number 1: 1...
  10. Wiezewazoel

    SQL in COBOL: Need help with fetching data (more than one row)

    Hello, I got this little issue here. I am using a mysql database, i made the connection i can use sql. I am using Legacyj Percobol There is not a single problem when i for example do this: EXEC SQL Select Sum(a.duur) into :tijd From project p...

Part and Inventory Search

Back
Top