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

    DOM objects not available when script is first run?

    Need to change objects depending on cookie values when script is first run. Apparently the objects are not available, as seen in this test: In html file: <h3 id="hh1">Test color change in header</h3> <input type="button" onclick="setColor()" value="Change color of header" /> In Javascript...
  2. gs99

    Change style sheet via document.getElementById

    Trying to have html file that enables user to change font styles, starting with headers. Using Internet Explorer 7. Html file has external CSS and Javascript files and a form: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> <html...
  3. gs99

    Include footer and header when printing pdf web page

    Internet Explorer 7, Adobe Acrobat 7.0 Printing a web page in pdf format. Is there a way to include the browser's header and footer in the printout? example: http://www.hhs.gov/ocr/hippahowtofile.pdf I've tried all options shown in the "print" dialog. If page is pdf, IE File | >Page Setup...
  4. gs99

    Sum of digits in spreadsheet cell

    Is there a way to get a sum of the digits in a cell? If the number is 123, the sum is 6. I beleive it is called "number reduction". Thanks
  5. gs99

    Formula Range.Dependents - No Cells Found

    What VBA code obtains information about formula dependents? Help provides this format: Range("A1").Dependents.Select When I use this for a cell that has a formula, I get a VB message "No cells were found". I really don't want to select it, I'm looking for code to obtain the "dependents"...
  6. gs99

    Formula Range.Dependents / Range.HasFormula

    How does VBA obtain information about formula dependents? Help provides this format: Range("A1").Dependents.Select When I use this for a cell that has a formula, I get a VB message "No cells were found". I really don't want to select it, I'm looking for code to obtain the "dependents" info...
  7. gs99

    Windows MySQL questions

    After installing on Windows XP, is WinMySQLAdmin.exe (WMA) the only way to start MySQL? WMA is supposed to add a user and password to the "grant" tables. Altho it does appear in the My.ini file, if I do this: Mysql -u root Use mysql; Select user,host from user; it prints: USER--------HOST...
  8. gs99

    Resource id number

    Local testing on Windows XP, PHP5, Apache <?php $link = mysql_connect("localhost", "root", ""); echo $link; ?> This prints Resource id #2 What happened to Resource id #1? Where can I find info about connection options, like putting username/pw into a separate file? Thanks, George
  9. gs99

    PDF file does not load

    Project still in progress, not loaded to web page. Html file and PDF file in same folder. I can open the PDF file itself OK. HTML code: <a href="july.pdf">PDF file starting July 2004</a> In Preview mode, the link appears OK, cursor changes to hand, but nothing happens when I click. Any ideas?
  10. gs99

    What's needed to write ASP.NET

    I have XP Home Edition and Visual Basic.Net 2003. What do I need to write ASP.Net applications? In book &quot;VB.Net Step by Step&quot; (MS), p550 these are mentioned: 1. Windows XP Professional, that has Internet Information Services (IIS) I'll need to buy this. 2. MS FrontPage 2000 Server...
  11. gs99

    VBA code printing - formatting left margin

    When you print VBA code, can you change the formatting to get a wider margin on the left side?
  12. gs99

    Excel - how to know what opened the active file

    Is there a way to identify what opened the active file (a direct file open or another file)? I've tried changing the application username but don't like to mess with that. Should be an easier/direct info..
  13. gs99

    Show path on Program Title bar?

    The program title bar shows &quot;Microsoft Excel - workbookname&quot;. Is there an option within the basic Office application to include the path, so it would show C:\workbookname? Evidently there are ways to do this from within a VBA program; is that the only way?
  14. gs99

    Show workbook path on Excel title bar

    Top line of screen normally shows &quot;Microsoft Excel - workbookname&quot;. Is there a way to include the current path? (C:\workbookname). When working with several test versions, need to know which one is on screen. When workbook is protected, the File/Properties is dimmed. Or any other ways...
  15. gs99

    VBA Error Reports sent to Microsoft

    Several times, Excel 2000 VBA has terminated (Win XP); wants to transmit an Error Report to Microsoft &quot;to improve the software&quot;. The message is cryptic - something about Automation. (1) Worse thing, I can not access the file's VBA code to resolve the problem. (2) There's a lot of...
  16. gs99

    VBA Error reports sent to Microsoft

    Several times, Excel VBA has terminated; wants to transmit an Error Report to Microsoft &quot;to improve the software&quot;. The error message is cryptic - something about Automation. I do similar VBA programming in Win98 (another site)and do not have this experience; conclude it is an XP and...

Part and Inventory Search

Back
Top