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 Mike Lewis 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: *

  1. SeaweedOPM

    How do I Redirect to w/ a diff Target? (NOT HYPERLINK)

    Do you happen to know any code to manipulate the IE search bar in anyway? I mean other than content. It could be nice to change the size at least.
  2. SeaweedOPM

    How do I Redirect to w/ a diff Target? (NOT HYPERLINK)

    You are the man, spent about 2 hours trying to figure out work arounds. Looks like i was missing the ,'' within the end of the open arguments. Thanks!
  3. SeaweedOPM

    How do I Redirect to w/ a diff Target? (NOT HYPERLINK)

    I must have read a couple dozen posts all asking the same question none having the right answer. Basically, when the page loads i'd like a response.redirect(url) to fire but I want it to open w/ a target of _search. This would be a great alternative to an actual frame page for what i'm doing. I...
  4. SeaweedOPM

    How do I... Perfect Install IIS, .net, VS2k5 & SQL server

    I must have been through the install process 100 times on multiple computers. Yes I have gotten it to work almost everytime on different levels. I need everything to flow together perfectly. I need to set this up on 3 more or less identical 2003 servers. Right now if I install Visual Studio...
  5. SeaweedOPM

    xml stream to dataset

    lol thx i'll give it a try
  6. SeaweedOPM

    xml stream to dataset

    So would i load it into the web browser component and just use the document method? If you could just give me an example to run with i would lov ya forever man. thx Zac
  7. SeaweedOPM

    xml stream to dataset

    can i download http://www.telcodata.us/query/queryexchangexml.html?npa=248&nxx=455 even though it doesn't have an extention?
  8. SeaweedOPM

    xml stream to dataset

    I'm trying to get the xml returned from an http query request into a dataset. It works with this: Dim path As String = "http://www.telcodata.us/query/queryexchangexml.html?npa=248&nxx=455" Dim ds As New DataSet ds.ReadXml(path) GridView1.DataSource = ds...
  9. SeaweedOPM

    http xml output into a dataset VS2005 beta 1 or 2

    I'm trying to get the xml returned from an http query request into a dataset. It works with this: Dim path As String = "http://www.telcodata.us/query/queryexchangexml.html?npa=248&nxx=455" Dim ds As New DataSet ds.ReadXml(path) GridView1.DataSource = ds...
  10. SeaweedOPM

    Modules in a .mde file

    redapples, Hey is there a mde decompiler program out there? Basically what the program did was import a bill from Sprint & Bellsouth (both differant formats) and put the information into a database. I was directed to look for on the internet for ILEC or CLEC bill reconcilliation for the two...
  11. SeaweedOPM

    Modules in a .mde file

    Well I spoke with my IT director and he told me that I'm out of luck because the mde is basically compiled and there is no code there at all. Let me know if there is any kind of special magic that will help me do what i need to please respond! lol thx
  12. SeaweedOPM

    Modules in a .mde file

    My past co'worker had written some macros for a database we use for billing. It takes our bill which is a complete mess and finds key characters then pulls out the actual data into the database. The thing is that he just left and when I try to get into the modules in the visual basic editor it...
  13. SeaweedOPM

    hyperlink Target _search

    well i'm using the web developer in visual studio 2005. And as far as everyone else i'm not to worried about them. It is just for an internal application. I can't find any references on the target="_search" other than it opens in the search bar. not how to close it, or how to have it refresh...
  14. SeaweedOPM

    hyperlink Target _search

    I'm using Visual Studio 2k5 and fooling around with my sql server. Anyways I have a main page that you can select a record and after selecting it loads about 5 related tables for editing. What my question is that I was messing around with a neat way to creat a base record if it wasn't listed in...
  15. SeaweedOPM

    Saving website source code by code.

    On my work pc all i have is VBA and web matrix right now. On my laptop i use VS2005. I bring the laptop to work just no internet. How would i do it though? Cause i could make the app on my pc and put it on the work machine?
  16. SeaweedOPM

    Saving website source code by code.

    yea, i figured that if i had basic vba code to view the source in a web browser component that i could use Access. And just make a table of all the arguments for the web site url, then make a loop to run through, refresh the page, copy source, next arg....
  17. SeaweedOPM

    Saving website source code by code.

    Yah, but my problem is importing it into the dataset from the web page.
  18. SeaweedOPM

    Saving website source code by code.

    I'm using a web site that produces xml output. The thing is that on the actual displayed page it has hyphens that corupt the xml. I can view source, select all and copy-paste into an xml file (or just save as and rename to xml). What would be nice is some vb code or vba or anything that would...
  19. SeaweedOPM

    SELECT for each .... statement (Auto Columns)

    This would be a simple report with Crystal Reports but I'm using web matrix. I am using a datagrid to list employee errors. For a master summery page i really want all the employees listed vertically and for columns i want to list the error type. Then the actually contents will be the counts...

Part and Inventory Search

Back
Top