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 wOOdy-Soft 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
  • Content: Threads
  • 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

    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."
  3. 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."
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. 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]; ...

Part and Inventory Search

Back
Top