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

    extending a class from an include file

    Does any know of any issues with extending a class from an include file? i have: include("include.inc"); class groupadmin extends groups { function __construct() { print "In groupsadmin constructor\n"; } } $obj = new groupadmin(); the groups class is in the include.inc file...
  2. jms8142

    single quotes are doubled

    This is strange, but when I'm posting a string from a textbox with a single quote, it gets double. '''''single quote''''' becomes ''''''''''single quote'''''''''' magic_quotes_gpc is on, but i didn't think that would make a difference. double quotes are fine. Any ideas?
  3. jms8142

    /: keyword before a variable

    anyone recognize using /: before a variable and what it denotes? I came across it in some code, perhaps its from actionscript 1.0.
  4. jms8142

    Closing window without IE warning message

    Hello, right now I'm using a primary window (default.htm on the server) to launch a secondary window without any buttons as the first true page of the website. My problem occurs when I try to close the initial window, like so: window.open(2nd page with no buttons, etc.) document.close I get...
  5. jms8142

    Referring to an object dynamically

    hello, I have a number of html tables created in an asp file that are enclosed by <div></div> tags. Each successive <div> tag includes an id attribute that increments by 1 for each section. (e.g. id = &quot;report0&quot;, id = &quot;report1&quot;, id = &quot;report2&quot;). What I'm doing is...
  6. jms8142

    Launching executables (exe) from PDF reader

    I have a custom app made in VB (.exe file) that I'd like to launch from a toolbar button in PDF reader. I've fooled around with .api creation for Acrobat but I cannot find any commands that will launch a file type other than PDF (or PDF compatible). Is there a simple way to create a toolbar...
  7. jms8142

    Dynamically Hiding Sections

    I am using Crystal 6. My question is this: Is it possible to somehow reference the page number of specific sections or fields or any objects (once the report has been rendered)? I have a number of sections each comprised of an empty underlined text object (intended as a comments section for...

Part and Inventory Search

Back
Top