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

    mschrt20.ocx - documentation & programming

    Hi everyone, does anyone of you got a COMPLETE documentation for the MS Charting ocx (mschrt20.ocx, comes with vb, but it seems not to come with any docs). Found some useful documentation to start coding. But now i'm stuck. I'm interested in showing tooltips on value pairs in an x/y plot...
  2. mamu

    death march

    Hi, nearly 4 years ago i started this thread. In November 2001 they fired me. What made me smile was, that they hired up to fife programmers to finish the project. It took them about 3 years. My (single pgorammer) timeline was set to 6-9 month. Looking back at 2001, i'd like to thank you all...
  3. mamu

    Direct Input Transfer Rules

    Hi, where can i find a 'hands on' tutorial on creating Direct Input Transfer Rules, thanx in advance, martin -- martin "No matter how much you know today, you'll have to know more tomorrow."
  4. mamu

    Function to verify the existance of a transaction code...

    Thanx BreakerS! this will help... -- martin "No matter how much you know today, you'll have to know more tomorrow."
  5. mamu

    Function to verify the existance of a transaction code...

    hi, i need an abap function to verify the eixistance of a transaction code, does anyone of you know such a function? thanx, martin -- martin "No matter how much you know today, you'll have to know more tomorrow."
  6. mamu

    Programming ALV Grid Control...

    Thanks, but the problem wasn't the lack of information. I found the stuff i was looking a few minutes after posting my question here at tek-tips. For all who are interested in where this stuff is located, you can find it in the attributes section of the alv-grid class (excactly where it belongs...
  7. mamu

    Programming ALV Grid Control...

    Hi, i've got a little problem with SAP's ALV Grid Control. What i need to know is, where can i find the definition of the function codes of the ALV Grid control toolbar. In the manual, they say that all defined constants start with MC_FC_, but that's not very helpful if you need to know the...
  8. mamu

    ALV Grid Control

    Hi everybody, i've got (style) a problem in using an alv-grid control to display more than one itab. My question is: is it correct to call <alv_grid>->set_table_for_first_display more than one time (for one instance) of an alv-grid control to display a different itab/structure within the...
  9. mamu

    Socket programming , whicch language you suggest?

    hi prakash, try QT-Toolkit (c++) from www.trolltech.com, their socket class is nice to handle (even for a newbie like me ;-) )... -- martin &quot;No matter how much you know today, you'll have to know more tomorrow.&quot;
  10. mamu

    localhost...

    ...uhmm, well, please forgive me and forget this rtfm-question; found an answer in the qt-toolkit documentation... sorry! -- martin &quot;No matter how much you know today, you'll have to know more tomorrow.&quot;
  11. mamu

    localhost...

    Hi all, does anyone of you know how to figure out if an user-supplied ip is the ip of the machine my app is running (that means, localhost) or if it is an ip of a remote host? i'm using C++ with the QT Toolkit... problem is i need an platform independent mechanism, because my app should be...
  12. mamu

    resume

    hi! does anyone of you know a good site where to find tips for 'resume-writing' (esp. for it). i think my resume is ok the way i wrote it, but i really want to compare it with other's. if you like you can send one of yours to mm_software@gmx.de, thanx! (...and please no word documents, plain...
  13. mamu

    Too old for IT?

    Haazi2, despite 'job offers' like ... 'wanted: it-professional, bla bla bla, maximum age 30' ... i don't think 'old' guys are better than 'young' ones. i'm currently 29 and i think i don't have that experience of life a guy with 40 or 50 has. IT-experience can be learned, and it looks like...
  14. mamu

    death march

    pl12987, >PEOPLE DON'T KNOW WHAT THEY WANT UNTIL THEY SEE IT. well, that's excatly what i'v learned from working with SIEMENS. BigMag, >So don't worry, get rid of the other 5000 lines and start >over! (If possible) well, not possible. i'd be fired within seconds. (it's not for the fun...
  15. mamu

    death march

    carp, and all others, thanx, i'll DO my best! wish you all a peacful weekend...
  16. mamu

    death march

    koldark, carp, pivan, thanx! i really needed a little backup. pivan, thanx for your advice. i've been talking to some it-managers (friends, or people in companies i worked before), but no one believes a good requirement gathering will increase speed of development (i still do!). as a student...
  17. mamu

    death march

    hi fellow death marchers... i'm working on a terrible project. 'finished my studies 8 month ago (worked in web development, as a student for 1 1/2 year, then full paid, for about 1 year, finishing my cs-studies); 3 month ago i signed a contract to work within a team to create a new (portable...
  18. mamu

    syntax-question : array of pointers...

    Fine, thanx! Are there any 'style guidelines' how to get 'cross compiler compatible' code??? (no matter what info-source, book, web, etc.) Martin (btw. is 'cross compiler compatible' a correct expression, my english isn't as good as i want it to be)...
  19. mamu

    syntax-question : array of pointers...

    hi there, 'just ran into a problem compiling following code using msvc6, it worked fine with gcc, any idea why?? //original code: gcc ok, msvc failed camTrackIco = new (DCamTrackIco*)[m_iCamCount]; it works fine using ... //ok with msvc camTrackIco = new DCamTrackIco*[m_iCamCount]; ...
  20. mamu

    Server for Windows\Linux?

    Uhm, well, i'm not sure if this is what you are looking for, but try the QT lib (www.trolltech.com). There's a easy to use socket class (and it's portable, same code on windows and(!) unix). Strange (but easy to use) concept (Signals/Slots) for notification... I'm working with it for 8 weeks...

Part and Inventory Search

Back
Top