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

    Using Notepad from windows form

    I am looking to launch an instance of Notepad from a windows form and pull string data from a textbox to that instance. I want to allow the user to edit this data and then upon closing Notepad (not sure how I'll capture this), return the new string data to the form's textbox. There just isn't...
  2. meBrian

    sysprocesses HOSTNAME doesn't match NET_ADDRESS

    I have been having issues regarding hung processes lately and have spent more time than usual looking at the Current Activity of a particular DB through EM. I have noticed that I have a large number of connections which all display the same Hostname although the Net_address information is...
  3. meBrian

    Ghost folders in Notes File Browser

    Basic need to know: This is (English) Notes 6 client install on a multilang (Japanese) windows XP local environ and Novell File Server. User tries to add an attachment to an email. When user browses for file on a network drive there are multiple folders showing which do not exist. All the...
  4. meBrian

    Ideas to Transpose a Table

    Ok. Here is what I'm dealing with. I have TableA which is structured like this: ItemID, S1F1_a, S1F1_b, S1F1_c, S1F2_a, S1F2_b, S1F2_c... and so on where the F# in the field name changes up to F9 and then the S# increments going up to S5F9_(a,b,c). Ideally, the table should be structured like...
  5. meBrian

    Replace values in table

    In a table there is a field 'id' of type 'varchar' that at one time had a prefix. I want to go in and remove that prefix from the values. Not all values have the prefix so I will select only those records. Example Value: A00-123456 Goal: Remove the 'A00-' from the field Thanks for the help.
  6. meBrian

    File and Print Share / Admin$ share

    This is not my area of knowledge, so I am completely ignorant about this. A fellow IT person in my dept. is turning off File and Print Sharing on all PCs to expose the Admin share to see the local drive. We use Novell for file and print and have limited extenal exposure. He undoubtedly has no...
  7. meBrian

    Opinions on Creating Db Documentation

    I am looking for other people's opinion on how much how or little documentation (printed or electronic) they create concerning databases for one instance of SQL. Also, what information do you record and what format do you prefer? I've never worked for a company that pushed documentation past a...
  8. meBrian

    DB attach fails (error 9004)

    SQL 2000 I have a db comprised of 3 .mdf files and the .ldf The Log was corrupted during an aborted restore. The db was detached immediately following the aborted restore through EM. I am unable to attach the database using EM or SQL QA. I get the following err: 9004 - error occurred while...
  9. meBrian

    Update Trigger Help

    I want to create an UPDATE Trigger to copy a value from 2 different tables to the third as described below: equip.classid = xx equip.Failure = <-- r equip.Code = <-- q struct.classid = xx struct.column1 = q struct.column2 = yy asset.assetid = yy asset.column1 = r So what I...
  10. meBrian

    Working w/ Bound Column in Datagrid

    Trying out some ASP and need a boost. I have a datagrid with several bound columns and a checkbox. I want to accomplish the following process: 'Begin PsuedoCode Dim dgItem As DataGridItem Dim chkSelected As CheckBox Dim bc As BoundColumn <--??? For Each dgItem In DataGrid1.Items...
  11. meBrian

    Domino DIrectory/Address Book list

    This problem is on a single PC, Lotus Notes Client 6.0: I have 2 Domino Directories that I'm trying to add to the list of available address books. I've opened the Directories and they are shown on the workspace but when sending an email they don't appear in the list of address books. Thanks in...
  12. meBrian

    Newbie to C: question on strings

    I am wanting to insert a string into the middle of another string at a particular point (element) and diplay. What is the most efficient way to do this?
  13. meBrian

    Duplicate Return Receipts (4.62 client &amp; 6 client)

    I have a user (4.62 client) that when sent an email requiring a return receipt, 2 receipts are received by the sender (6 client). The problem lies in the specific PC because not all 4.62 clients are generating 2 receipts to the 6 client. Any ideas other than upgrade the other guys? Thanks.
  14. meBrian

    Files Locked for editing - who is at fault?

    We are running Netware 6 with all versions of windows since 98 connecting for file services. We are regularly seeing files which remain locked after they have been closed and the user has logged off. Some of these files have been locked for several months and through multiple restarts of the...
  15. meBrian

    Easy way to change Gateway and DNS over network

    Looking for an easy way out. I want to distribute a hack to change the default gateway and DNS servers to specific PCs, not the entire network. I can control the distribution part, but need assistance with the method (hack). This sure would beat walking to dozens of PCs spread out across a...
  16. meBrian

    I have a VB app which connects to a

    I have a VB app which connects to an Access DB. Note:This app is running on dozens of PCs without error. On 2 PCs when the app is run it returns the error &quot;Data Provider or other service returned an E_FAIL status&quot; when using the connection string...
  17. meBrian

    Capturing Tab Control Page Index

    I want to catch the page index on a Tab control when the tab is selected. Right now I can only trap it on the click event for the page which fires when you click on the page itself, not the tab of the page. Any help will be appreciated. Thanks, Brian
  18. meBrian

    Capturing Tab Control Page Index

    I want to capture to the Tab Control's Page Index when a page is selected. The click event for the tab control only fires when you click on the page itself. I want to catch it when the tab is clicked. Any ideas are greatly appreciated! Thanks, Brian
  19. meBrian

    Multiple Queues to printer - Non NDPS

    I cannot get a second print queue to print. The job sits in the queue. I can see the correct Printer and Print Server assignments and the first queue coninues to print fine. What have I forgotten? TIA Brian
  20. meBrian

    Multiple queues to a printer

    I have a printer that I want to set up a second queue on. I can see the queue in the NWadmin assigned to the correct Printer and correct Print Server, and I can get a print job to the queue. I can't get it to print though. It's just hanging out in the queue. What haven't I done yet? Thanks.

Part and Inventory Search

Back
Top