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

    Can Cisco 1811 router built-in firewall handle URLs?

    Hi folks, Is the Cisco 1811 router built-in firewall able to handle URLs? Otherwise, how do you guys allow your hosts to download security update from windowsupdate.microsoft.com? Please let me know. Thanks, ...Alex
  2. neualex

    OnFormat event in Report Detail not firing

    Folks, I am using MSOffice 2010 (and I tried on MSAccess 2007 as well) and I have a really simple task on a report. Based on a field value, I changed the text on a couple of captions. Now, if I remove the field condition, the report gets printed, if I include it, the report seems to go to a...
  3. neualex

    WSS 3.0 / How to restore a site collection from a backup file created

    Hi folks, Interesting scenario I am faced with and I need your expertise/suggestions on how to best solve it. I backup all my web applications on a daily basis using the STSADM tool. Some web apps are less than 1GB, but one in particular is 7GB. I was able to restore the ~1GB web apps without...
  4. neualex

    Does XML.Load lock the XML file or create a copy in memory?

    Hi folks, I'd like to double check if when running the LOAD method below, does the XML file get locked while the script is running or until myXML is set to NOTHING? Or LOAD makes a copy of the XML in memory to work with? Set myXML = CreateObject("Microsoft.XMLDOM") myXML.async = "false"...
  5. neualex

    Post file to Outlook Public Folders

    Guys, I spent almost 3 hours to come up with the code below :( I need to upload/post an HTML file to a public folder, so we can refer to it in emails with the following outlook path... outlook://Public Folders/All Public Folders/MCG/DTS Technical Contacts/~contact_list.html However, the code...
  6. neualex

    Open source TIFF library

    Hi guys, I need to split a multipage TIFF file to single TIFF files from C#, does anyone know a free, open source TIFF library which can do the job? Thanks! :) ...Alex
  7. neualex

    How to list all SharePoint databases

    Hi guys, Does anyone know how to list all SP databases programmatically (.net) as the Central Administration / Operations / Perform Backup page does? Hope you can help! Thanks, ...Alex
  8. neualex

    Heading in Quick Launch to show Announcement-type lists

    Hi guys, I created a new heading in the quick launch to show all the announcements-type lists only, but I can't get the right parameters. I tried all the BaseType values (0, 1, 2, 3 and 4) with no luck. <site>/_layouts/viewlsts.aspx?BaseType=0 I even tried with the Type parameter as detailed...
  9. neualex

    Set and get checkbox value in GridView

    Hey guys...I am having a hard time figuring this out. I need to display a list of books in a GridView and allow the user to download them. I got everything working except the checkbox thing...I can display it on a respective column, but how can I set the value the checkbox holds, since I need to...
  10. neualex

    Backup kills the server NIC connection

    Hey guys, not sure if my problem has happened to you or not, but here it goes... We have a WSS 3 x64 bit farm, 2 FE, 1 BE, and dedicated SQL server -all VM servers. The backup script (EXE written in C#) backup all web apps (total of 9 so far) one by one to a remote file server. On random...
  11. neualex

    Filter datagrid with multiple values

    Hi guys, I have a table as below: SERVERNAME STATUS ...where STATUS can be multiple values from another table (PRODUCTION, DEVELOPMENT and RETIRED) So, I have this ASP.net page where I display 3 checkboxes (one per status) where the user can filter the list based on multiple values. How would...
  12. neualex

    How to get the number of users displayed on the Site Collection Usage

    Hey guys, I am trying to pull all the information displayed on the Site Collection Usage Summary page (_layouts/usage.aspx), and so far I was able to get all from the SPSite.UsageInfo class. However, I cannot find how to pull the "number of users" :( Any idea? Thanks, ...Alex
  13. neualex

    Loop SharePoint folder structure

    Hello guys, You know how you can open Explorer to browse the SharePoint folder structure for a particular Document Library. Is there a way to traverse such folder structure with VBScript? The path in the Explorer is something like: http://sharepoint.local/site/library I was able to create a...
  14. neualex

    Challenge box when accessing an HTML page

    Hi folks, I deployed SSL on my web server, and I am trying to enforce the use of SSL. So, I turned on the "Require secure channel (SSL)" option which can be found under Directory Security/Secure Communications. Up to this point, I can access any resource using HTTPS without problems. If I use...
  15. neualex

    Call a server-side method from JavaScript

    Folks, In ASP.net (using C#), you can have a server control to call a defined method. (ie. You use a Button server control, you can call the OnClick method). How can we call a defined method (on the server side) using JavaScript? I have such requirement since when I have a dialog box on the...
  16. neualex

    Read, manipulate XML elements and attach it to a GridView

    Hello folks, I am looking for suggestions on how to best handle the following scenario: I need to present data from an XML file in a GridView. The complication is that I only need to display certain attributes from the XML elements. So, I was thinking reading the XML file, select the elements...
  17. neualex

    Suggestion: Pull dataset from DB A, and insert it into DB B

    Hi guys, I am looking for suggestions here. I need to run a query against a MS Access DB, and dump all that data into a SQL DB. So, my approach, query the MS Access DB, then loop the RS, and insert record by record to the SQL DB. I somehow think there must be a better way to do this. Any...
  18. neualex

    How to check if PDF file has images compressed with JBIG2

    Hi folks, Is there a way to check if a PDF file has its images compressed with JBIG2 compression or other image compression to reduce its size? I checked the PDF file properties and there is no information about the image compression method used to create the PDF file. I'd appreciate your...
  19. neualex

    Check IIS site setting / &quot;Require secure channel (SSL)&quot;

    Hi guys, Anyone has a script to check detailed settings from the sites in IIS? If so, I am trying to check if a folder below a site in IIS has the "Require secure channel (SSL)" option check or unchecked (see image attached). You can get to this window from Site properties / Directory...
  20. neualex

    OS won't reboot after Windows Updates applied

    Folks, Interesting scenario which I'd like to share if any of you have noticed/experienced it before. When patching Windows 2003 EE SP2 via TS (Terminal Service), and when Windows Updates says: "Windows Updates has finished. Please restart your machine". Then, it prompts for RESTART NOW...

Part and Inventory Search

Back
Top