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 IamaSherpa 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: OreoBean1
  • Order by date
  1. OreoBean1

    Does Domain Controller get setup before DNS?

    Really! Because, I am in the process of setting up 2003 SBS. The domain is new for example (mydomain.com), if the wizard is going to walk me through it that's even better.
  2. OreoBean1

    Does Domain Controller get setup before DNS?

    Have a bit of a problem. I have a new server and a working domain. How do I setup DNS? DOes the domain controller get setup first? I plan to setup atleast a file server and possibly active directory... if all goes well. Thanks in advance!
  3. OreoBean1

    convert RSS to HTML using ASP

    An update to this issue. The RSS to HTML conversion works. I'm still having trouble including the output in HTML pages (<!-- #include -->), I have an idea of what to do to fix that though. I am having trouble displaying the output in flash movies. Does anyone have any suggestions?
  4. OreoBean1

    calling SWF flash objects?

    Thank you for that information. I don't think it applies to what I am trying to do. Let me explain a little better what that is. I'm trying to embed a flash movie in an ASP page that will output test aggregated from an RSS feed. I'm using code from ByteScout which you may have heard of, the...
  5. OreoBean1

    calling SWF flash objects?

    Whats up all. I have an ASP page that pulls data from an RSS news feed in XML and should output it to HTML form in a nice little flash movie. The flash movie is simple it just rolls up the screen. When I setup the ASP page which I got from someone else I had to change the objects around to...
  6. OreoBean1

    calling SWF flash objects

    Whats up all. I have an ASP page that pulls data from an RSS news feed in XML and should output it to HTML form in a nice little flash movie. The flash movie is simple it just rolls up the screen. When I setup the ASP page which I got from someone else I had to change the objects around to use...
  7. OreoBean1

    Does anyone have mappings to the WMI Service objects?

    Thank you. This is just what I have been looking for. A star for you, I really appreciate it.
  8. OreoBean1

    Compare multiple fields in RecordSet and update only existing records?

    I didn't realize it at first, but this script has a second part to it. The script before this pulls all records and displays them, changing one field into a link to a form, something like this: <% set rs=Server.CreateObject("ADODB.Recordset") rs.open "SELECT * FROM customers",conn %> <h2>List...
  9. OreoBean1

    Does anyone have mappings to the WMI Service objects?

    Thank you for the info. It has been helpful. I am hoping to find, though, a complete list of mappings to WMI service objects that can be used in ASP.
  10. OreoBean1

    Does anyone have mappings to the WMI Service objects?

    Does anyone either have or know where I can find the object mappings to the WMI Service objects? I have found the mappings to the ADSI Service mapping for Active Directory, now I just need the mappings for WMI.
  11. OreoBean1

    Compare multiple fields in RecordSet and update only existing records?

    so I should pull all the records then use the Request("fname") from the form. ok, I'll try that!
  12. OreoBean1

    Compare multiple fields in RecordSet and update only existing records?

    Steven290, It returns "Update Record!... CID 13" when I use the error reporting you recommended. Which should be a good thing, right? Also, if I do: if Request.form("fname")<>"" then wouldn't it search the records after the field is populated?Because, right now it won't even display the...
  13. OreoBean1

    Compare multiple fields in RecordSet and update only existing records?

    Well, I tried what you said (both the error reporting and the SQL select). Now it thinks it's working. I checked the database and it didn't update the record. It also returned the wrong CID number when it said it updated. Am I missing something? Should I use more arguments to define the record...
  14. OreoBean1

    Compare multiple fields in RecordSet and update only existing records?

    Thanks for the quick reply! When I use this: if Request.form("fname")="" then I think it displays the blank form without any preset values (which is what it should do). I'm not at that PC now, I'll what you suggested when I am though and see what it does.
  15. OreoBean1

    Compare multiple fields in RecordSet and update only existing records?

    Hey guys, I'm setting up a new page to connect to a recordset and only update a record that exists. The page is supposed to compare three fields in the record (to know which record to update). I know the page is working, it returns the error "No update permissions!". I still don't know if the...
  16. OreoBean1

    integrating flash movie into web page

    I have a flash movie that I created from a template. It's saved in Flash 6. I can usually save a flash already in html code and make minor changes but this flash is in raw movie format (.fla file format). How can I integrate it to my web page? Does it have to be in .swf file format? Any...
  17. OreoBean1

    Virtual #include is virtually impossible

    ok DNG, I'm not that experienced with the response.write statements. where would would i start?
  18. OreoBean1

    Virtual #include is virtually impossible

    Sorry, my mistake. I have tried the: <!-- #include virtual="folder/example.asp"--> and the: <!-- #include file="example.asp"--> and I know the ASP file is located in the same directory as the HTML page it should display on. It's not showing anything with either. Can it be outside the <BODY>...
  19. OreoBean1

    Virtual #include is virtually impossible

    Ok, guys. I have an ASP scripted page that has been working as an RSS to HTML feed. It converts my RSS feeds without fail on it's own page. I cannot seem to display some of the feed items on a different page using #include (exact code) below). Any suggestions? <!-- #include...
  20. OreoBean1

    convert RSS to HTML using ASP

    Thanks guys. I finally found a handler that is working to an extent, still have a little work to do with it yet. if your interested in this topic, let me know I'll post the complete working code. Thanks again! I've implemented your advice and in some ways it helped.

Part and Inventory Search

Back
Top