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. CCorax

    Developing a discussion forum

    Does anyone know of a site with good example code for creating a forum? Thanks!
  2. CCorax

    Problem with Session Variables

    Maybe you've already tried these, but some thoughts... Are you sure that FORM.userlogin really does exist, and the spelling is correct? Check what form variables are coming in by turning on debugging output: <cfsetting showdebugoutput=&quot;yes&quot;> Are you really making it into the <cfif>...
  3. CCorax

    Find Dialog: &quot;Look In&quot; fields

    For an Access form, how does one specify which fields will appear in the &quot;look in&quot; drop down of the Find dialog? Thanks!
  4. CCorax

    Top Level Form Disappearing

    I created a dialog to prompt for a registration code, etc., when my application runs. I show() the form, then in the following lines of code, collect the user data. Originally, I left the ShowWindow property as In Screen. Everything worked fine.. the dialog appeared, after I close it, the app...
  5. CCorax

    Registry.vcx

    Great. And how about these: cOptName - the name of the Registry key option. What's a registry key option? cKeyPath - the path to the Registry key. Just a Registry key path in this format? &quot;HKEY_LOCAL_MACHINE\Software\Windows\Help&quot; nUserKey - the User key What's a User Key...
  6. CCorax

    Registry.vcx

    ajoyk, Thanks! but... #DEFINE HKEY_LOCAL_MACHINE -2147483646 && ... what is the significance of the number -2147483646 ? C
  7. CCorax

    Registry.vcx

    I am attempting to use the registry.vcx foundation class to create and access licensing and registration information for my application. However, I can't make sense of the syntax for its functions. In MSDN's help, it shows the syntax for one of the functions like: IsKey(cKeyName, nRegKey) OK...
  8. CCorax

    Reports: Printer Orientation

    In the Report Wizard, one can set printer orientation to portrait or landscape. Well, I created the report with the Wizard as landscape, then did quite a bit of work through Modify Report. Now I've decide the default should be Portrait. How do I change the default orientation without using the...
  9. CCorax

    Table access (can't avoid read-only)

    No dice. I excluded the db and still have the problem. C
  10. CCorax

    Table access (can't avoid read-only)

    I have a fairly small application set up in FoxPro 6. In the project manager I have added a database with a few tables for use by the application. On running the application. I &quot;Set Exclusive On&quot; and &quot;Open Database&quot;. Then throughout the app, I &quot;USE&quot; the tables as I...

Part and Inventory Search

Back
Top