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

    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...
  4. 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...
  5. 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
  6. 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
  7. 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
  8. access97to2000

    why do we use vba over vb ?

    why do we use vba over vb? are there any specific reasons ?
  9. 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
  10. 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
  11. 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...
  12. 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...
  13. 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) ...
  14. 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
  15. 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=...
  16. access97to2000

    Work group file..

    Hi, Through Visual Basic 6.0 front end i have to add users to a system.mdw file to certain groups. when i am trying to add it Dim catDB As ADOX.Catalog Set catDB = New ADOX.Catalog With catDB ' Open Catalog object by using cnnDB. .ActiveConnection = strConnect '...
  17. access97to2000

    Please please help about looping through controls

    how to loop all the controls in a frame ? i have around 25 controls and i have to check them for blank.
  18. access97to2000

    System.mdw ???

    Hi, i want to add users to system.mdw file programatically from visual basic. how can i do that ? any ideas? i am trying to do this way. dim mycat as new adox.catalog strconnect - info about database.mdb and workgroup file mycat.activeconn = stronnect mycat.users.append username,password...
  19. access97to2000

    Default Value in a table ? - please help

    Hi, i am creating a table in SQL 2000 where i have 2 fields login_date, login_time of types smalldatetime. How can i specify default values to both the fields?? when i am trying to give getdate() in the property pages down, its throwing an error. please help
  20. access97to2000

    Sorry for a dumb question...

    how to check if a password is NULL or blank ? my table has userid pwd abc <NULL> qpr can anyone please help ? its in sql server Thanks

Part and Inventory Search

Back
Top