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

    Developing a discussion forum

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

    Find Dialog: "Look In" fields

    For an Access form, how does one specify which fields will appear in the "look in" drop down of the Find dialog? Thanks!
  3. 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...
  4. 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...
  5. 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...
  6. 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 "Set Exclusive On" and "Open Database". Then throughout the app, I "USE" the tables as I...

Part and Inventory Search

Back
Top