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 strongm 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. MP498T

    Gridview Delete data using Stored Procedure

    I'm new to asp.net and have been learning as I go, however I have got to a point where I can't find any help on line about my current problem. I have created a Gridview using the following code <asp:GridView ID="GridViewTypeNo" runat="server" AutoGenerateColumns="False"...
  2. MP498T

    Looping through a variable number of Form's Fields

    Thank you for the pointer, being new to a lot of this I'd never heard of them before, anyhow now it works, Cheers :-)
  3. MP498T

    Looping through a variable number of Form's Fields

    I'm able to read values currently populating fields in a form from a different frame in the html page and get their values. e.g. AssyUID = Parent.AssyUIDframe.frmAssyUID.fldAssyUID_1.value However my form in the other frame is produced dynamically in asp and there can be a varying number of...
  4. MP498T

    cpio too large to archive in current mode

    Tried the -C option with double the block size (10240), got the same error :-( Is it likely to be something that got patched later on in Solaris 7's life, I know I haven't apllied any patches to this server, and there's no record anyone else having done so. The interesting/annoying thing is a...
  5. MP498T

    cpio too large to archive in current mode

    I'm running Solaris 7. I just throw this in but could it be the block size? There is a -C option (instead of -B) that allows you to define a block size. Jason.
  6. MP498T

    cpio too large to archive in current mode

    I've encountered a problem with a cpio backup I'm trying to perform to tape. the code is find filename $* -print | cpio -ocvmB > /dev/rmt/0c The error message I get is; cpio: cpio: filename: too large to archive in current mode The file is 2.8Gb but tape capacity is certainly big enough as...
  7. MP498T

    Closing a Pop-up window

    Further follow up. The frames idea didn't work either if the user hit home before the bottom frame had completed. However on speaking to a colleague he pointed me to the following line of code showModelessDialog(&quot;inprogress.htm&quot;,&quot;&quot;,&quot;center=yes; help:no; resizable:no...
  8. MP498T

    Closing a Pop-up window

    Thank you all for you time. The option I've settled for is to use Frames. The initial page is a frame set consisting of two frames &quot;Top&quot; and &quot;Botom&quot;. Top is 'hidden' being of zero size and contains only the script to pop-up the processing window and an onunload script to...
  9. MP498T

    Closing a Pop-up window

    I tried you're version of <body onunload=&quot;closeNewWindow()&quot;> in case it was the capitalisation in my version but still no good. To prove that the onunload worked I changed it to <body onunload=&quot;makeNewWindow()&quot;> and when I hit the home button up pops the new window BUT only...
  10. MP498T

    Closing a Pop-up window

    I have an asp page that's extracting data via scripts from a database, the extracts takes awhile to populate the page (variable time from seconds to minutes). To keep the user informed I've created a pop-up box that asks them to 'please-wait' and once the data extracted has populated the page...
  11. MP498T

    Word Bookmark properties

    Changing Bookmarks(&quot;Doc_ref&quot;).Range got us close to what we wanted i.e. replacing the 'initial text' at the bookmark, however there was a draw back, as it lost the Bookmark Name so no longer worked as a bookmark. The idea to insert worked except the 'new text' we inserted wasn't part...
  12. MP498T

    Word Bookmark properties

    I have a little experience of VBA (from Excel) but I'm struggling with a Word 97 issue and properties of a Bookmark. I want to be able to change the Text found at a known Bookmark (called &quot;Doc_Ref&quot;) from &quot;Initial Text&quot; to some text the user types in. What I'm trying for is...
  13. MP498T

    text size and basefont

    Thank you all for your input. I found that setting the font-size to either px or pt didn't allow the users of Internet Explorer to then re-size the text themselves (using 'View/Text Size'), though Netscape users were able to change the size. The solution was to set the font-size to a percentage...
  14. MP498T

    text size and basefont

    I'm struggling with the <style> tag and setting a base font size. I understand that unless otherwise stated the default size is &quot;3&quot;. What I would like is to set the font size to be &quot;2&quot; (or -1?) throughout the whole page. I can do it seperatly for <p> or <table> but is there...
  15. MP498T

    Printing in Landscape

    Can anyone tell me if there is a way of using VBscript to alter the default printer settings when requesting a print of the page? The users' default printer is in Portrait but for a particular page the output would be better in Landscape. I'm currently using Parent.RightFrame.window.print()...

Part and Inventory Search

Back
Top