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 Chriss Miller 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 vbSun

  1. vbSun

    MS Project 2003 Automation

    Looking for any direction to perform below A number of MS Project MPPs (Project plans) are located in a folder. Need to read each one of them and summarize across each plan how many hours are planned for each month. Done already - Reading MPPs from the folder - Creating the object that...
  2. vbSun

    Extract Macros from Excel Files

    I have a number of excel work books which has an number of Macros. I need to document the Macros and extract all macro source code and Forumulae on to a single document. Is this possible by Automation? If yes, could you please tell me how? Thanks in advance!
  3. vbSun

    Script execution error

    Thanks Chopstik and Sheco. I will get the vendor to check the source in a bit more detail. Will post back as soon as I am able to find something.
  4. vbSun

    Script execution error

    Apologies Chopstik for getting on your nerves. I should have mentioned in the Original Post that I have nothing more than the error message to seek your expert advice. The code was created and supported by a Third Party and they have suggested there are no errors in their source (as it works...
  5. vbSun

    Script execution error

    Hello Experts, I have below error popping up intermittently in an ASP Website. I am stuck and am not able to find what could cause this error. Script execution error: This method cannot be called until the send method has been called getcontent: I am hoping that one of you had already...
  6. vbSun

    Change file names in sequance.

    Another way -> I found this working in XP SP2. Select all the files you need to rename. Hit F2. Type the new name. If you typed 'Pic.jpg' the rest of the files are automatically renamed to 'Pic(1).jpg'...'Pic(n).jpg'. You could do this in each folder (just pick different names for files in...
  7. vbSun

    Listbox with 2 Column

    Found these http://vbnet.mvps.org/index.html?code/listapi/cooltabs.htm and the code for using LB_SETTABSTOPS as strongm had already pointed out. http://vbnet.mvps.org/index.html?code/listapi/cooltabs.htm
  8. vbSun

    Click event executing on more than just a click!

    May be I am confusing further, but don't we have a Value Changed event?
  9. vbSun

    Other languages?

    Yes Stella, a bit of VB has to be added there.. :-)
  10. vbSun

    Other languages?

    A discussion on language might not be complete without a reference to India. Different States in India has different languages, Hindi and English commonly used for administration purposes. Presently there are 18 languages identified in Indian Constitution. If someone is interested in a list...
  11. vbSun

    Populating a ListView.

    Is there a NULL in the database row? Try (, rsRecordSet("Record1") & "" where you assign to ListView
  12. vbSun

    Converting True/False to 1/0...

    or, me.chkCheckBox.Value = IIF(!TrueFalseRecord,vbChecked,vbUnchecked)
  13. vbSun

    Converting True/False to 1/0...

    could you show us how this assignment is done at the moment please? and if possible how you are changing it..
  14. vbSun

    Key Press Event on command button

    Do not have a VB installation to check, for those who have it, you might want to check the following series of actions. 1. Mousedown on the command button 2. Drag your mouse without leaving the button. 3. Mouseup when the mouse is outside the client area of the command button/form. 4. Did the...
  15. vbSun

    Partial printing of First page in PDF

    Thanks Andrew. The only difference between the working and not-working machines is the version of Browser. IE is 6.0.2800 in faulty machines and it is 6.0.2900 in working ones. I will post more as I dig out more details.

Part and Inventory Search

Back
Top