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="yes">
Are you really making it into the <cfif>...
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...
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?
"HKEY_LOCAL_MACHINE\Software\Windows\Help"
nUserKey - the User key
What's a User Key...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.