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 Wanet Telecoms Ltd 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. whill1

    Close or "Back" Button in IE or FireFox

    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...
  2. whill1

    Close or &quot;Back&quot; Button in IE or FireFox

    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...
  3. whill1

    Limit number of records stored in a table

    Thanks again!!!! It works perfectly!!! whill1
  4. whill1

    Limit number of records stored in a table

    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
  5. whill1

    Limit number of records stored in a table

    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...
  6. whill1

    Limit number of records stored in a table

    Thanks All!!! You guys are great!! whill1
  7. whill1

    Limit number of records stored in a table

    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
  8. whill1

    How to stop scroll action

    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...
  9. whill1

    How to stop scroll action

    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...
  10. whill1

    Report - Page Header omit from 1st page

    Hi RoyVidar, I just tried that and it worked like a charm. Thanks!!! whill1
  11. whill1

    Report - Page Header omit from 1st page

    Thanks!!! That seems easy enough. Best wishes, whill1
  12. whill1

    Report - Page Header omit from 1st page

    Hello, anyone know how to keep page header in a report from showing on the first page. Thanks, whill1
  13. whill1

    2 objects stacked on a form: Which one is in front

    Hey that was easy!!! Thank you!! thanks for the quick response too.
  14. whill1

    2 objects stacked on a form: Which one is in front

    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...
  15. whill1

    Database image willnot show on web page

    Thanks again I will work on this tomorrow and let you know how things are going.
  16. whill1

    Database image willnot show on web page

    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...
  17. whill1

    Database image willnot show on web page

    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...
  18. whill1

    Database image willnot show on web page

    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...
  19. whill1

    Database image willnot show on web page

    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...
  20. whill1

    Database image willnot show on web page

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

Part and Inventory Search

Back
Top