The page is created with the document.write() statements. not sure how this works but here is the part of the code that creates it. code in red is the code for the button and it works in FireFox but not in IE.
document.write('<html><head><title>Powers Writer</title><center><h1>Calculated...
Hi,
I have a weppage that when a function is called, the function uses document.write(s) to write a table. The table opens to what appears to be a new page. I created a close button for this page with ...onClick'back()'>. this works beautifully in FireFox (closes the table window and returns to...
Hey guys that worked except when I close my MsgBox and the form closes, the old one pops back up.
Here is the code I used.
Private Sub Form_Error(DataErr As Integer, Response As Integer)
MsgBox ("This version is limited to 3 users")
DoCmd.Close
End Sub
Thanks,
whill1
Hi, Hey Roy-Vidar I tried that and it worked. The only problem is that when I try to add a record >5 I get a generic message that says "You cannot add or change a record because a related record is required in table 'Limiter'"
I have been trying to replace this with a MsgBox that says "this...
Hi, Is there a way to limit how many records can be stored in a table? I have a users table and I want to be able to limit the table so that only 5 users can be entered.
Thanks,
whill1
Thanks Jimmy,
I stayed up late last night and got it to work. What I did was create a form with a dropdown box set it's AfterUpdate event to open and filter the mainform1A to a specific record when it opened. I then set the AllowAdditions property to NO on mainform1A. The only other thing I had...
Hi, this may have an answer not even pertaining to the scroll feature.
I have a mainform1A (user Info) with a subform1A (Details)in it. The problem is that when the form is opened the main form has the focus but is rarely updated. The subform is where 99.9999% of all editing/entries are made.
If...
HI, I am trying to create a shadow effect on a form by placing one object on top (and slightly offset) of the other. how ever the two objects are not identicle. it seems that no matter how I drag them around and try to put one on top of the other, the one that was created later is always the...
RTomes, Sorry I'm such a newbie at this that I do not understand how to do what you have explained. I do appreciate your (and others) help though!! I am learning but seem to be at the point where the more I try the more confused I get. ha,ha I am still trying to understand what should go on what...
Thanks again Rtomes,
It appears that this will not be as automated as I had hoped.
It sounds like I must put all my images in a folder and in my database put the name of the image, then use code that will set the image name from the table into the URL pointer.
Does this sound like a reasonable...
Thanks ca8msm,
Not sure about VB.NET.
I have an Access front end that gets it's data from SQL Server that i set up to see if the pictures are viewable and work fine (as expected). What is it that keeps the pictures from loading just because they are going to a webpage instead of a windows form...
RTomes, Thank you for your reply. This seems to be alittle over my head as I didn't understand what to do with the info. For example Webform.aspx vs. showimage.aspx pages.
Here are other conciderations:
I am using only one page (Defaulf.aspx).
In Web Matrix I Drug a table onto the...
Hi, I am trying to set up a web page so that I have a picture and a description. I have the info in a database and using a datagrid. when I open the page all info is there except in the image field I get "System.Byte[]" and no picture.
I do not have to use a datagrid and open to any ideas.
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.