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

    Lost sound on XP reinstall

    I had to wipe my hard drive and reinstall everything from scratch, and somehow I lost all audio except system sounds (like beep from errors). It appears that I do not have drivers installed for whatever sound cards / audio devices I have, because under Contol Panel, Sounds and Audio Devices, it...
  2. bilojax

    False 404 errors blocking websites

    I'm getting 404 messages (url does not exist) for valid sites that other people can call up. For example, this address http://activex.microsoft.com/activex/controls/agent2/tv_enua.exe is for a TTS engine download that I need, and other people have told me they can connect to it. When I try...
  3. bilojax

    MS Agent TTS engine no longer available?

    I need to download the Lernout & Hauspie TTS engine for MS Agent. I've found a dozen or more references to this location: http://activex.microsoft.com/activex/controls/agent2/tv_enua.exe but when I try it I get a 404 error. I've seen stuff about microsoft planning to discontinue support for...
  4. bilojax

    Best config for heavy Excel usage

    I have NEVER had enough power to run the Excel worksheets I build at work. I always have to break them up into pieces and manually convert formulas to values to keep them from crashing my computer. Well, PCs keep getting better, and I've finally landed in a job where my boss sees that buying me...
  5. bilojax

    ROWTERMINATOR value for UNIX text file

    The following code works with PC-format text files but not with UNIX-format text files. BULK INSERT gltran.dbo.pOneField FROM 'e:\acctg\SourceFiles\dailyfeed042.txt' WITH ( ROWTERMINATOR = '\n' ) I know I can convert my UNIX files to PC format with freeware (that's...
  6. bilojax

    silent agent

    What could cause MS Agent to function properly in all ways except not produce any sound ouput? I copied a VB6 program from one computer to another and on the new computer there is no sound when the agent is supposed to speak. The speech balloon appears normally and the text scrolls through it...
  7. bilojax

    system restore utility says no changes

    I've gotten ahold of some kind of malicious code that installs a group of icons on my desktop (for gambling, pornography etc.) every time I start the computer. I tried running the "system restore" utility, but it says no changes have been made to my system. Also, in prior versions of windows I...
  8. bilojax

    No sound from agent under XP, fine under ME

    I have a VB6 program I wrote under Windows ME that reads text files out loud using MS Agent. I just got a new computer with XP-Media operating system and now I get no sound, although the program seems to be running correctly otherwise. Other notes and things I've checked - I'm feeding the audio...
  9. bilojax

    How to change field properties for all fields in a table?

    I have a couple dozen tables that have 25 fields each, 23 of which are text type. I need to go into all the text fields and change the Unicode Compression option from No to Yes. Is there an easier way to do this than using Table Design to change each fiedl one-by-one? BTW, this is the answer to...
  10. bilojax

    memory management - am I doing something stupid?

    I've got a database template where I'm keeping info I download off the mainframe. My database size runs about 2.3 times the size of my download from the mainframe. I usually download about 1 GB of data per month so that means my Access databases take up 2.3 GB. Is that normal, or am I doing...
  11. bilojax

    How to control table field properties in a "Make Table" query?

    I've got a make-table query that takes a 255-character line of input and breaks it up into 20 or so different fields. The first field, for example, contains only the first 5 characters of the string. When I go to look at the field properties of the table I made, the property of that first field...
  12. bilojax

    SaveClipboard:=NoThanksAnd QuitAsking

    When I use workbooks.close I can set the option SaveChanges to False, but I can't find the switch to prevent the message "Do you want to save clipboard contents to paste later?" from interrupting program flow. I did find a workaround - if you copy a single blank cell just before...
  13. bilojax

    How to use data from different row in query formula

    I want to write a formula in a query that pulls data from the record above. I have all my records numbered sequentially. I want the formula to take the last name from the row above and combine it with the first name on the current row, such as: Sample data (two fields, sequential record number...
  14. bilojax

    make template from existing populated database

    How can I copy an entire database structure only? I frequently need to make templates from large databases and it takes Access a long time to delete records, so making a template by copying everything then deleting data is time consuming. Or, can I make record deletion faster somehow? Turn off...
  15. bilojax

    Does RAM matter for query processing speed

    Do data manipulation-type queries run faster with more RAM, all other things being equal? I thought I read somewhere that RAM matters but I need to PROVE it. My boss just bought me a new 2 gh computer with 512 ram. I can get another 512 ram (or whatever) if it will make a significant difference...

Part and Inventory Search

Back
Top