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

    runtime filters

    Hi, Is there anyway that we can have like runtime filters ? For ex: i have like 10 records in a table on a report with fields filename, size, location etc. i would like to filter out whose size is more than 4kb. is there any way ? thanks in advance
  2. access97to2000

    ? about visibiity/toggle

    Hi, I am doing the visibility/toggle feature. this is what i want. ------------------------------------------ Details image(up/down) ------------------------------------------ Table - with several rows. details is just a text, image is a real image when someone clicks...
  3. access97to2000

    ? about Expression

    Thanks a lot - ookete
  4. access97to2000

    ? about Expression

    Thank you for the replies - But can you please tell me how can i do the custom formating?
  5. access97to2000

    ? about Expression

    Hi, I have a huge number like "200047034880" i want the output as 186.31 GB so in the expression i gave as =((fields.value)/(1024*1024*1024) ) & " GB" and in the properties i made the format as Number - 1234.00 mode. The problem is if i give & " GB" the out put is not formatted and i get...
  6. access97to2000

    Combining resultsets

    worked like magic - Thank you very much
  7. access97to2000

    Combining resultsets

    Thanks for the reply, but it gives me a wrong result set..... it doesnt givve the exaact sum(unitssold),sum(inventory)
  8. access97to2000

    Combining resultsets

    Hi, Here is my problem. Table A: Productid , Name, Cost 1 abc 3 2 fsd 4 3 fdsf 15 Table B Productid inventory 1 1 1 5 2 3 3 8 2 6 Table C PRoductid unitssold 1 5 2 8 1...
  9. access97to2000

    Labeling

    Hi, I want to know a way to do this. I have one version lableed ver-1 with folders fold-1, fold-2 and fold3. then i released ver-2 with fold-1 and fold-2. and then had some developement. now i want to roll back to Version-1 but with folders 1 and 2 NOT fold-3. is there any way to do it ??? Thanks
  10. access97to2000

    sorry for a stupid question

    Hi, I am new to this all programming stuff. can any body tell me what a visual source safe is ? like is it a web service or webtool or a language ? and how about winforms ? and what are webservices ? Thanks
  11. access97to2000

    Outlook ?

    Hi, I am new to VBA and i would like to find out how to connect to an outlook from vba. And can anybody tell me good online tutorials ?? Thanks
  12. access97to2000

    why do we use vba over vb ?

    why do we use vba over vb? are there any specific reasons ?
  13. access97to2000

    New with VB - SQL/Sybase question

    Hi, I am a VB/.net developer. But ALWAYS (i really MEAN ALWAYS) worked with SQL server and have to idea what a Sybase database is. When compared to SQL, how hard is it to learn Sybase ? is there any reference sites for VB-Sybase ? Any help is appreciated. Thanks Rako
  14. access97to2000

    checkboxlist

    hi i am creating a checkboxlist. i want to enable or disable the checkbox at the runtime - how should i do that ? Thanks
  15. access97to2000

    Data base connection

    Hi, I am very new to vb.net but was a developer in vb 6. But out of IT from past 1 year. so can anyone please tell me how to connect to a sql database and get the values into a grid. Please tell me the whole code (imports etc) can anyone tell me a good tutorial for vb.net on internet. my sql...
  16. access97to2000

    New to c++ - how to check if input is float or string ?

    Hi, I have a question regarding input checking. I want the user to enter 10 float type numbers. (10 maximum) he can stop entering the numbers instead of entering all 10 numbers by typing "End". I am taking n as float how can I check if the entered value is "end" ? I am...
  17. access97to2000

    How to insert rows Periodically ?

    Hi, I would like to Periodically insert a row into a table "table1" which has 2 columns- Col1 and Col2 - EVERY SECOND - with data as follows : Row1 Row 2 1 - 11:08:30 (Current Time stamp ) 2 - 11:08:31 (Current Time stamp) 3 - 11:08:32 (Current Time Stamp) ...
  18. access97to2000

    TreeView ?

    Hi I have 2 treeviews A and B and a button. If a user click any of the treeviews and click the button I want to get the name of the treeview which is clicked (is it a or b) how can i do it ? and can anyone please answer my question change of filed posted today. Thanks Rako
  19. access97to2000

    Change in a field ?

    Hi, I have a listview and a frame which has some textboxes. To Edit, When a user double clicks a record in the listview, the values of the record are populated in the textboxes. for ex: cmbCategory.Text = lvwGeneric.SelectedItem.ListSubItems(2) txtDmentPath.Text=...

Part and Inventory Search

Back
Top