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 wOOdy-Soft 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: NW
  • Content: Threads
  • Order by date
  1. NW

    Visual FoxPro Ebooks

    Hi Does anyone know a site with free Visual FoxPro books/Samples? Thanks
  2. NW

    SendKey SpaceBar

    Is there a way to send SpaceBar key using SendKeys function to a button has the forcus? Thanks
  3. NW

    SendKeys 2 running App.

    does anyone know how to send a shortcut key to a particular running program
  4. NW

    SendKeys

    Is there a way to send "SpaceBar" Key to a different App. running on desktop from VB using SendKeys or any other method? I have an external tutorial application (a web App.) that run one chapter at a time and waits for a click on the next button to play the next chapter. Is there a...
  5. NW

    Mouse Click-Events

    Is there a way to move mouse pointer to a specific location (i.e to a button on a different application) and execute its click event programmatically? I have an external tutorial application that run one chapter at a time and waits for a click on the next button to play the next chapter. Is...
  6. NW

    move mouse programatacally

    Hi All, Is there a way to move mouse pointer to a specific location (i.e to a button on a different application) and execute its click event programmatically? I have an external application that run music every time when I click the next button on it. What I want is to create a program that...
  7. NW

    Problem with ADO?

    Hi. I have an VB application that updates Visual FoxPro table located on the network drive using ADO connection to this free table. (see below coding that used in the program) I have so many issues with the application and one time it managed to create 1.2million temp files on this network drive...
  8. NW

    CDO MoveTp

    HI Does anyone knows how to move mail items from one folder to another using CDO? All my mail items are stored in a "User" folder under Inbox. Thanks
  9. NW

    Remove CRLF and non-printable Chrs

    I have allow my users to capture comments in multi line text box and data keyed in this box get stored in a ‘memo’ field of a MS FoxPro table. Is there a way to remove any crlf & any other non-printable chrs when reading this data back for reporting purpose? Thanks
  10. NW

    Call Centre Applications

    Hi, Does any one know where I can find more details about Call centre/telemarketing applications/demos? Thanks
  11. NW

    Error creating ADO - Recordset

    'Class Does not Support Automation or Does not support expected interface' Has any one familar with this error? I have problem running a program writen in VB on client machines. I have installed this using package & Deployment Wizard (incl Data Access Components) but I beliew this occors when...
  12. NW

    Updating records with ADO

    How can I update a record in a FoxPro table using ADO? So that all other users in the network can see latest changes? Is there a way to find out if a record been changed (after loading the recordset) before issue an "Update"? This is my coding to connect to this dbf, Can someone...
  13. NW

    Updating records using ADO

    How can I update a record in a FoxPro table using ADO? So that all other users in the network can see latest changes? Is there a way to find out if a record been changed (after loading the recordset) before issue an "Update"? This is my coding to connect to this dbf, Can someone...
  14. NW

    Multiple Wizards

    How can I create multiple Wizards for a single project? It appears wizard forms always need to be "frmWizard" ??? It there any other way to include more than one wizard per project?
  15. NW

    Multiple Projects

    I have a group project consists of 2 projects (Project1 & project2) How can I show a form belongs to project 2 when user click a button on form belongs to project1? I tried this with negative results. Load Project2.Form1 Thanks
  16. NW

    ADO & DAO

    Can anyone tell me what's wrong/missing with my coding please? Every time this runs, program terminates with following error message. Thanks in advance. Run-time error 3028 Can't start your application. The workgroup information file is missing or opened exclusively by another user...
  17. NW

    DAO & ADO Run-time error 3028

    Can anyone tell me what's wrong/missing with my coding please? Every time this runs, program terminates with following error message. Thanks in advance. Run-time error 3028 Can't start your application. The workgroup information file is missing or opened exclusively by another user. '###...
  18. NW

    Update Visual FoxPro 6 table using ADO

    Can someone help me with updating a VFP 6 table using ADO please? This is the code I'm using at present and it appears to returns a Read-only recordset? Also is there a way to limit no of records to return as my Select seems take quite some time for larger table? Thanks NW Private Sub...
  19. NW

    DISPLAY SERVER NAMES

    Is there a way to list server names on a network in a combo box? This is something implemented under Data Environment in VB (Data Link Properties). Can I do the same using a program or a control? Any help greatly appreciated :)
  20. NW

    MULTIPLE WIZARDS

    How can I include more than one Wizard into a single application?. I've created 2 wizards using Wizard Manager (as 2 separate projects) and I need to call these from my main project as follows. Sub CmdRunWizard1_Click() RunWizard1 End Sub Sub CmdRunWizard2_Click() RunWizard2 End Sub Or is...

Part and Inventory Search

Back
Top