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!

Recent content by rache1

  1. rache1

    Minimising a form

    Thanks Martin. I wanted to hide the form because I want it to run in the background to do some status tracking. When the user click on another command in another form, this form will "resurface" again, showing the status. Hence I want to hide it and the user will not have too many...
  2. rache1

    Minimising a form

    Hi all, may I know which form method do I use if I want to do some coding if the minimise button is clicked? I want to hide the form if the minimise button on the form is clicked, and does not show in the task bar when minimised. Thank you. :P
  3. rache1

    ListView does not repaint Properly

    I am doing a search function and after user specifies the criteria, the search result will be placed in a ListView with report view and column headers etc. The searching criteria is in a pop-up form with the view search results as the owner form. However my ListView control on the owner form...
  4. rache1

    Coverting Decimal to 32-bit Binary

    Thanks...I have solved it.
  5. rache1

    Coverting Decimal to 32-bit Binary

    Hi. Help! I have beem having problems in converting from Decimal to 32 bit binary, e.g: how to I convert 4,000,000 decimal to a 32 bit binary?? Thanks for the help!
  6. rache1

    checking if file exists.

    Hi. I have this application that loads the Common Dialog Box whenever a user clicks on Save Button. I need to check if the filename the user entered is existing and prompts the user if the file is to be overwritten. I have set the common dialog flag as : CommonDialog1.Flags =...
  7. rache1

    Date and Time Comparison in SQL and MS Access

    Thanks.... It solved my problem! :-D
  8. rache1

    Date and Time Comparison in SQL and MS Access

    The DateSerial basically 'converts' the parametes into a date, and since I have the day, month and year in separated fields, I used this function to convert the fields into a date for comparision. e.g Select * from mytable Where DateSerial(dy, mth, yr) <= '19/03/2001'. But this only works in...
  9. rache1

    Date and Time Comparison in SQL and MS Access

    Hi. I was wondering if there is any function equivalent to DateSerial() in MS Access in SQL 7. Pls help! I need to code a general query to compare dates in Visual Basic Application that makes uses of ADODB Connection for both MS Access and SQL, is there any way I could do that? Thanks for...

Part and Inventory Search

Back
Top