I have a "Menu" frame and a "Main" frame.
At the start, "MyMenu.html" gets opened/displayed in "Menu" frame and "MyHomePage.html" gets opened/displayed in "Main" frame.
By clicking "Log-In" in the "Menu" frame, the user gets a Log-In form in the "Main" frame.
Upon completeing & submitting the...
Tsuji,
I have made the changes you stated but I still get the same results, i.e., the cookie displayed is always the same: "RemID; UserID=yes", even if I enter a new user id.
There must be some other problem.
Something else you should perhaps know. I am in development stage only and so I am...
I have been trying to create & use a cookie to remember the user's ID. All the different recomended coding I've found doesn't work - or I don't understand cookies!
By playing around with the code, it seems I managed to set up a cookie. But, I can't delete it or set up a new one. Furthermore...
Can't find any info in HTML so I presume it has to be done in Javascript.
I have an Input box for Quantity to be entered by the user and an Input box for the Price to be filled in by a JS function. Can you tell me how to right justiy these fields with the Price being shown as $xxx,xxx
Tks
Michael
After doing a <center>, how can I start my next line left alligned without using a <p align=left>. I want my next line to start immediately following the <hr> but I don't want a line skip. e.g. of code follows:
<center>
<hr width="80%" size="6" noshade></>
<font color ="Blue" size=2><p...
Nothing happens when I click the Checkboxes ON or OFF. When ON I should get a calculated price based on Qty & when OFF, I should get a zero price.
Can you tell me what’s wrong? I’ve checked over & over and I believe my code is according to JS documentation.
Various versions of my code...
I'm trying to pick up the content of iInput box "q01" with the following code
qty=document.getElementById('q01')
but I get "[Object]" instead of the content.
What is the correct coding?
Thanks
I've developed an Access application under Windows 95, Access 97 and I need to transfer this to a Windows 2000, Access 2000 instalation.
Problems:
1) Access 2000 wont open the application saying the application needs to be converted and I haven't got rights to convert it - don't remember the...
I import a text file into a TABLE where duplicat keys are not permitted. If I have a duplicat condition, instead of getting my error message I get the Access generalized message saying unable to import all data...
My code is:
On Error GoTo Import1_Err
DoCmd.Echo False, True...
I have two reports (Keys & Info) with a customized Toolbar which includes an "Exit" button and this "Exit" button was tied to a macro called "MM.ExitBtn". These reports get opened via Menu Form X.
I later introduced a Menu Form Y to selectively preview print...
Hi Brad,
No it's not the Maximize. I already use that and it's fine when I'm on my Laptop. When the forms get opened, they blow-up to the size of my Laptop screen.
When I transfer/install my application on a PC which has a bigger screen than my Laptop, the Maximize blows-up the forms but...
I developed my Access applications on a Laptop. When I transfer them to PCs, which have lager screens, forms are still the Laptop screen size.
Is there a way to have forms automatically adjust to the screen size in use?
Thanks,
Dummy99
My following code gives me error message:
"Too few parameters. Expected 1."
It appears to me to be from the last line of code but I don't understand it / can't resolve. Please help!
StrSQL = "SELECT Keywds,keyid,key FROM Keys WHERE Keyid = Forms!Info.Key"
Set qdf =...
Hello Darylle,
Thanks for the idea - I should have thought of that myself.
However, it didn't work - because of "chain reactions", i.e., it can't proceed because this Form is not there and then it can't proceed because this Query is not there, etc.
The way I found the culprit was by...
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.