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

    Unloading Form/Closing Application

    Hi I have the following code (cut down version) Case TotalCorrect = 22 If txtSliderMood.Text = "Good" Then Agent.MoveTo x:=300, y:=250 Agent.Speak "This program will now close." Agent.MoveTo x:=0, y:=0 Call Program End If End Select The Call Program line...
  2. anastasia

    Slider Values

    Hi, I have a slider that is displayed vertical. Whe I run the apllication and move the slider the values are displayed from 1 to 9. Is there any way of getting the slider to not display these values?. Thanks
  3. anastasia

    MS Agent

    Hi, I created an Agent using the Microsoft Character Editor and have a agent.acs character on the C drive in Windows.MsAgent/Chars folder. The Agent works fine on my machine within a VB application I have created. I was wondering however if I can run my application that contains the agent on...
  4. anastasia

    Between Numbers

    Hi, I am testing the following numbers. <=7 =8 and =14 and any number between these two. =>15. I am having a problem with the middle numbers, the code I have is: If TotalCorrect <= 7 And txtMood.Text = "Good" Then MsgBox "Task less than equal to 7" End If If TotalCorrect...
  5. anastasia

    MS Agent Problem

    Hi, I have created an agent using the Character Editor and can get the agent to show on screen in VB 6 and then speak. I am trying to use the MoveTo method to move the agent from it's current position which is in the left hand top corner of the screen to about the middle of the screen and then...
  6. anastasia

    Connecting to Database

    Hi, I am trying to connect to a database from VB 6. I am using the Data Control and I can connect trhpough this to the database (the path is entered), but when I atttempt to select the RecordSource property of the data control I get the error Unrecognized database format followed by the path...
  7. anastasia

    Timing Problem

    Hi, I am wanting to start a timer going once a form is loaded for 3 mins, after the 3 mins is up a Msg Box will be displayed. After I want the timer to start timing again another 3 mins and then display another MsgBox. I need this to happen roughly 5 times throughout the application I am...
  8. anastasia

    Logging Users Actions

    Hi, Is it possible to log a users actions?. I want to log/save all actions carried out by a user in Word 2000. I have a program that works in Word using underlying VBA code. As the user progresses through the document e.g Pasting in text and then formatting it etc. Is their for the system...
  9. anastasia

    Closing Documents in Word (VBA)

    Hi, I have 4 Documents, Doc1, Doc2, Doc3, Doc4. In Word (2000) I start by having Doc1 opened, there is a button on Doc1 that then opens Doc2, and the user goes back and forth between documents. Doc1 is the last to be activated and i.e the user finishes back at Doc1. Doc1 then opens Doc3...
  10. anastasia

    Error Message

    Hi, I get the following error message when I am formatting text wihtin one of microsoft's newsletter Templates. All of a sudden the following appears and I have to click on the OK button to get rid of it which then exits the applications. Winword The Program has performed an illegal action...
  11. anastasia

    Timing User

    Hi, I have the following code which is activated when a user clicks on a Start button. MsgBox &quot;Time Started. You have 15 Minutes.&quot;, , &quot;Time Started&quot; Application.OnTime When:=Now + TimeValue(&quot;00:15:00&quot;), Name:=&quot;ProjectCompany.Module1.MacroStart&quot; The...
  12. anastasia

    Incremental Saving

    Hi, Has anyone ever hear of Incremental Saving?. I need to save some data whilst the user is using Word, so I can go back and look through all of the users actions?. Any ideas?.
  13. anastasia

    Close Buton on VB Forms

    Hi, I was wondering how I get rid of the close button, located on the title bar at the top right hand corner on a VB form, as I do not want the user to be able to click on this and close the form when it is running. Anyone know who to do this?. Thanks.
  14. anastasia

    Control Array

    Hi, I am trying to create a control array, using a Vb form in the VB editor in Word. I am using option buttons and trying to give them thesame name to create a control array, but instead of VB asking me if I would like to create a control array as it does in normal VB I only get is Ambiguous...
  15. anastasia

    Data Control in Word?

    Hi, I was wondering if the Data Control for accessing a Database is available in word. I have used this control in VB. I have looked in additional controls and have not found it. The only thing I have come across is something that looks like it called Adodc. Is the Data Control accessable...
  16. anastasia

    VBA in Word

    Hi, I have a Word document which within it contains Text Boxes and a Table that I have inserted using Insert table and the Text Box drawing tool which Word provides on the toolbar, this text box has not been drawn using the VBA toolbar. The problem is how do I in code refer to these text boxes...
  17. anastasia

    VBA in Word

    Hi, I have a Word document which within it contains Text Boxes and a Table that I have inserted using Insert table and the Text Box drawing tool which Word provides on the toolbar, this text box has not been drawn using the VBA toolbar. The problem is how do I in code refer to these text boxes...
  18. anastasia

    Project is Unviewable error

    Hi, I am using VBA in word, but at the moment when I go to the VB editor in Word and try to acess code the code within my document I get the error Project is Unviewable and the Msg Boxes title bar states Project Locked, I have had this error before but when I have closed the file and opened it...
  19. anastasia

    Project is Unviewable error

    Hi, I am using VBA in word, but at the moment when I go to the VB editor in Word and try to acess code the code within my document I get the error Project is Unviewable, and the Msg Boxes title bar states Project Locked, I have had this error before but when I have closed the file and opened it...
  20. anastasia

    Project is Unviewable error

    Hi, I am using VBA in word, but at the moment when I go to the VB editor in Word and try to acess code the code within my document I get the error Project is Unviewable, I have had this error before but when I have closed the file and opened it again it has rectified itself, this time however...

Part and Inventory Search

Back
Top