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 derfloh 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: adamcbest
  • Content: Threads
  • Order by date
  1. adamcbest

    VB.NET WinForms MultiTouch

    Perhaps this might be shooting for the moon, but i'll try anyway.. I have a program that's already written in VB.NET WinForms to which we are adding an on-screen keyboard with only very basic keys. so far all is good, but we are running into issues with someone touching a key not quite lifting...
  2. adamcbest

    Datagrid Adding Blank Line Automatically

    We have a datagrid on a form that is bound to a physical ADODC control at run time. This works fine except for one issue. When the form loads, and there is are no records in the grid, the datagrid is automatically being populated with a blank line. If you try to click out of that record...
  3. adamcbest

    Drag and Drop File to Access Form to retrieve file's path.. possible?

    Here is the idea i'm trying to accomplish. i want to have a form with some sort of control that i can drag a file from say the desktop or another folder. when i drop the file on that control (textbox, whatever) it returns the full path of that file, so that i may manipulate in access. an...
  4. adamcbest

    calling a Sub routine based on a variable

    I want select a sub routine based on the name of the sub routine that is given. it may be hard to explain what i mean so i'll write the code out demonstrating the concept i'm trying: ------------------------------------------------- Private Sub SelectSub_Click() Dim selectedSub as...
  5. adamcbest

    Calendar Control (Show items in the calendar)

    I have used the ActiveX Calendar Control in access to do queries based on the date chosen and display results in text boxes, list boxes, etc. BUT. is there any calendar control that will allow the events for a particular day to show actually within the date box on the calendar? much like if...
  6. adamcbest

    A Copied form using the original's code behind module!?!?!

    Ok. This is strange. i started with large form that i wanted to copy and make few changes to, but otherwise the form is the same. the first form worked fine, but when the copied one runs the form load event, it first pulls the module that is associated with the original. Any idea why a...
  7. adamcbest

    Form? - gettings information from records ahead and behind current

    i have a form that displays an employee name of the recordsource bound to the form. is there a way either with expressions or vba code to pull the employee name form the record that is one, two ahead of the current record and one, two behind the current record. basically so i can see the...
  8. adamcbest

    Time based events in Access on hidden form

    I'm trying to write some code that will run a query every 15 minutes and dsiplay the results. I want this time based code to run and have no one see. I tried the idea of using a hidden form with a time based event, however, the form still shows in the start bar. i want to have absolutely no...
  9. adamcbest

    Showing Record "1 of n" in text box on form

    does anyone know the binding code to show a somethign like "Record 1 of 5" in a text box in access. I know how to make everything work and switch records and refresh the box. I simply don't know the code to show the select record number. I have this as the control source of the text box...
  10. adamcbest

    PHP Test Environment

    Is there a way for me to load PHP onto my desktop, and create test applications without running through a server? if so, what do i need? my boss wants me to come up with a lot of web based applications, and i don't want to touch the server without having an idea of what i'm doing.
  11. adamcbest

    Printing Internet History Easily

    My Boss has asked that I keep track of where our employees are going on the net. We want to check this every week. I need to make a printout of the internet history for each computer and give the whole list to him. Is there a way i can do this easily? I don't want to take the whole day...
  12. adamcbest

    Microsoft Exchange Server Problem

    On occassion, a certain user email account will get backed up in our exchange server. for example, in outlook, when you hit "send and receive", it will get so far through the Receiving process (81% complete in this case) and stop. and time remaining will keep increasing. However, He can still...
  13. adamcbest

    Sending Faxs using Outlook

    I'm trying to send faxes to numbers i have listed in an Access DB. I want to use outlook to send these and use the format in the To: line of [fax: ###-###-####] when i test this using our fax machine at work, i get the error "None of your e-mail accounts could send to this recipient" What...
  14. adamcbest

    Access saved query versus VBA query

    I'm having a problem with a VBA query in Access. FIrst off, I wrote a query in design view and saved it to make sure it worked. This query pulled all the info that it shoudl have pulled. However, when i go into the code behind of a button and try to open this query. It comes up with no...
  15. adamcbest

    Access saved query versus VBA query problem

    Hello everyone, I'm new to Tek Tips. I'm having a problem with a VBA query in Access. FIrst off, I wrote a query in design view and saved it to make sure it worked. This query pulled all the info that it shoudl have pulled. However, when i go into the code behind of a button and try to open...

Part and Inventory Search

Back
Top