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!

Search results for query: *

  • Users: MrTrue
  • Content: Threads
  • Order by date
  1. MrTrue

    Retaining Child Records in Dataset Prior to Parent Creation...

    Ok, It's been a while since I posted last and I'm really hoping to get some general feedback/ideas here... My issue is this. I have a databound winform which updates a parent table. (Simple enough with a bindingsource) On that form I have a datagridview which is not bound to the parent table...
  2. MrTrue

    Toolstrip Item is being triggered by "Enter Key"...

    Ok, so I'm having a slight issue and I can't seem to figure it out. Here is the setup... Toolstrip is inside of a toolstrip container on a windows form. Those toolstrip buttons cause different custom controls to load into the main pane on the toolstrip container. For some reason when a...
  3. MrTrue

    Reusing a Dataset in Multiple Custom Controls

    I'm just looking for some general guidance here... I've created a Windows Forms application in vb.net which has several custom controls. Some of the controls have similiar elements, such as comboboxes that may contain the same data that the contrl held on one of the other controls. The...
  4. MrTrue

    Visual Studio Custom Add-Ins

    I apologize if this isn't the correct forum, but I'm not exactly sure where this should be posted... I just got Visual Studio 2010 and I'm working on a Custom Outlook Add-In. I'm using the example at http://msdn.microsoft.com/en-us/library/bb608590.aspx to tie a new Ribbon to a Custom Pane...
  5. MrTrue

    Scrubbing bad data in .DAT files (Loop)

    Ok, here is the issue I've encountered... I've been using some DAT files to track some user usage information. Due to an incorrect input, some improperly formatted data has been inserted into my files. I need to loop through all the DAT files search them line by line and make corrections to...
  6. MrTrue

    "Union All" help.

    I'm using the ADODB text driver to query some .dat files. I want to be able to query two seperate files and merge the results into one recordset. It seems like a Union query is what I should be doing. Individually, this works... "SELECT a.CE, a.REMARK, b.TEAM, Count(a.REMARK) AS RmkCount "...
  7. MrTrue

    Regular expressions help...

    Ok, so I'm not the best with Regex and I need some help! I'm looking for this pattern: MEMBER NAME: DOE*JOHN My thought was 3 sub-strings because all I really want is the name portion... this is what I have so far... searchValue = "(MEMBER\sNAME\:\s*)([A-Z]\*[A-Z])(\W)" I decided first...
  8. MrTrue

    GPEDIT

    I'm trying to use .vbs file to modify the group policy login/logout script settings so that it actually uses my login/logout scripts... I have placed the files in the folder (C:\WINDOWS\System32\GroupPolicy\User\Scripts\Logoff\logout.vbs AND...
  9. MrTrue

    SQL Group and Subgroup?

    Ok, I have a SQL query that I'm using to sum a column and group... This works great however, I also would like to pull a subgroup of that into the Recordset to correspond with the total sum... Is there a way I can do this in the SQL statement? So for example I have Columns Apple Green 5...
  10. MrTrue

    GetElementbyName Checkboxes in table

    I'm trying to loop through all checkboxes in an HTML table that is built dynamically (size will vary). I think I understand the basic premise and I beleive I need to call out the parent element (the table) to search for only checkboxes in that table. I think I'm close but I need some help...
  11. MrTrue

    Access Cache with .VBS

    I'm building an HTA that accesses a database on SQL server using a .vbs file. The HTA will be run client side and it's housed on a shared drive. I don't have any problem connecting/querying/building recordsets, and displaying them in the HTML, however the problem I am running into is with...
  12. MrTrue

    VBS Cache Object

    I'm building an HTA that accesses a database on SQL server using a .vbs file. The HTA will be run client side and it's housed on a shared drive. I don't have any problem connecting/querying/building recordsets, and displaying them in the HTML, however the problem I am running into is with...
  13. MrTrue

    Regex Phrase search

    I'm trying to do a replace using regex, and I'm horrible at writing the correct syntax. I want to replace the phrase "Restricted Internal Use Only". There can be spaces or returns as the whitespace because it could land on multiple lines, and I'm searching for the string in the HTML body of an...
  14. MrTrue

    REGEX Help Needed

    First I'll provide a description of what I'm trying to do. When I send an outbound email I want to screen the body of the message and remove any SS# information. So far I think I have this under control with the exception of some of the REGEX patterns I'm trying to find... I've been...
  15. MrTrue

    Outlook VBA help...

    Hello Everyone, I've been researching Outlook VBA for a couple weeks now and I haven't been able to quite complete the code I'm trying to put together. Basically this is what I'm trying to do... I want to select an email in the activeexplorer window, run a vba macro that will search the body of...
  16. MrTrue

    Throwing Runtime Error 91 when completing webform...?

    I have two small issues I'm trying to sort out, I have a website I need to access that I log into and submit data. I'm not an experienced programmer, and I can't quite figure out what the issue is. I've been researching the runtime error 91 and I've figured out that it's probably due to an...
  17. MrTrue

    Attachmate Strings Problem

    Hello Everyone, This is my first attempt to post to a forum, so I apologize if I miss anything. I have a problem with a macro I'm trying to create in Attachmate Extra Sessions. The macro is used to pass between different screens in the session, pull data strings, format those strings and...

Part and Inventory Search

Back
Top