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!

Search results for query: *

  • Users: pitamber
  • Order by date
  1. pitamber

    Bar Chart

    Can anybody help me where can I get BarChart which displays bar graphs on positive as well as negative values on x-axis I have code which displays only positive values. But I am eagrly looking for one which displays negative values that is bar graphs below x axis also Thanks in advance
  2. pitamber

    3 coloum in dropdownlist

    Is it possible to format data into 3 coloumn inside dropdown list box
  3. pitamber

    3 coloum in dropdownlist

    hi, I want folowing data to appear as 3 col in my dropdown eg id frmDate Todate 1 3/5/2004 4/5/2004 2 6/7/2004 3/5/2004 i mean with proper formating
  4. pitamber

    ms forms2.0 combo in ms flexgrid

    Zemp,I am using unbound data in grid. Pls. tell me how can i delete the particular row thnx pitamber
  5. pitamber

    formating data in combo box into two coloumns

    zemp,I am using ubgrid where i can set any coloum as combo syntex is mentioned in my above Question. Any way i am trying u r suggestion of placing forms2.0 combo on picture box and placing on flex grid but my proj is almost completed using ubgrid I stuck in this proj only for two coloum with...
  6. pitamber

    ms forms2.0 combo in ms flexgrid

    Thnx u r code works nicely one more thing how can i delete particular row of grid thnx again
  7. pitamber

    ms forms2.0 combo in ms flexgrid

    I can't use picture box as order of this combo is lower than picture i mean it go behind picture box also any way i can add row at run time one more question if i want to delete row particular row of grid how to do that. Pls try for ms form2 combo box also thanx
  8. pitamber

    ms forms2.0 combo in ms flexgrid

    Thnx Zemp once again I am using ms forms2.0 combo as my requirement is 3coloum with proper alignment as per u r suggestion i will use picture box if success i will reply to u thnx
  9. pitamber

    formating data in combo box into two coloumns

    i am using ubgrid inside that one of my coloum is combo box I tried u r code but allignment is get disturbed For i = 0 To UBound(array, 2) ubgrid.AddLookup 13, CStr(array(1, i)) + "-" + CStr(array(2, i)), Next i this is the syntex of ubgrid to make coloum combo ubgrid colno,item1 & item2...
  10. pitamber

    ms forms2.0 combo in ms flexgrid

    Thanks zemp for considering my probs This is simple combo box u will get when u add component ms forms2.0 control liberary As we make flex grid editable by taking text box and simple combo box same way i want with ms forms2.0 combo box. One more thing my flex grid should add row at run time...
  11. pitamber

    ms forms2.0 combo in ms flexgrid

    I am using ms forms2.0 combo box in ms flex grid. but i am not success to set combo box zorder so that it can be seen on the grid by default combo box remain behind grid. can any one help me out thanks in advance
  12. pitamber

    formating data in combo box into two coloumns

    I want my data in combo box into coloumn in proper coloumn wise for eg combo1.additem rs(name) & rs(age) can any one help me thanks in advance I tried with this but not working Combo1.AddItem Format$("Chicago ", "!" & String(5, "@")) & "|ILbnv" actually i am using UB grid in that i am...
  13. pitamber

    Mail server

    I am using redhat linux 9.0 I just enabled nating using iptable ie iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE and dns of my website(hosted at another server)in pop3 and smtp in my outlook express. I want to setup my own linux mail server. What should I do.Which mail server i should go...
  14. pitamber

    eth0: Too much work at interrupt,IntrStatus=0x0001.

    Hello I am getting this error on screen. I don't know why this error flash. and my squd proxy get disconnected. eth0: Too much work at interrupt, IntrStatus=0x0001. Any one can help me. Thanks in advance. Regards Pitamber
  15. pitamber

    To retrive data from outlook express using ado in asp

    I want a connection string to connect to my outlool express and retrive my email data. can any one help me. Thanks in advance

Part and Inventory Search

Back
Top