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

    Should be Simple...Link/Include PHP Page

    Hi, How would I include this page, http://www.evisiontechnologies.ca/new/SimpleViewer/?album=design in the bottom white/empty part of this page http://www.evisiontechnologies.ca/new/portfolio.php Probably a very easy solution... Thanks in advance Sherrie PS: Here is the website for all...
  2. eclipse33

    Edit/Browse Windows on top?

    I was wondering if there a way to get the Edit and Browse Windows on top of each other rather than clicking back and forth? Kinda the way that Dreamweaver has its code and preview windows? Thanks in advamce eclipse33
  3. eclipse33

    PHP/MySQL - Data not Saving to Database

    Hope someone can help...I inherited this problem and this is my first MySQL job. I have an admin section for a website that allows the client to login, create a group of photos and then add individual photos to each group. The client can create the group fine but when they try to add...
  4. eclipse33

    Image Popup

    Have a look at the popup code at the link below...is there anyway to stop the "flashing/double window" (ie the small blank window opens and then the larger window opens). http://www.codelifter.com/main/javascript/autosizeimagepopup.html Code also pasted below...
  5. eclipse33

    Netscape 4.7 and Liquid Tables (aka Fluid or Expandable Tables)

    I am trying to correct some Netscape 4.7 issues on a web page. The top table is supposed to be a liquid table (aka fluid or expandable - not sure on the correct term) The table needs to expand based on the screen resolution. The below code works fine in IE but of course Netscape 4.7 has an...
  6. eclipse33

    Popup Image Viewer (With Next & Previous)

    I am attempting to set up a photo gallery on my page. I have a table full of thumbnails. I want to be able to click on a thumbnail (pic1.jpg) and for this click to load a new window with a larger version of the picture (pic1a.jpg) but.... In the new popup I want a Next & Previous button that...
  7. eclipse33

    VPN vs pcAnywhere - Suggestions

    Here is the situation: I want to connect to my office computer to another office computer do update once a day some information for about 10-15 minutes. Both offices are each on their own network of about 4 computers .One office has Windows XP and the other had Windows 98. Both computers are...
  8. eclipse33

    Link to Access 2000 in HTML page??

    Hi, I want to open an Access 2000 database with a link on a local HTML page. <a href=&quot;Links\mydatabase.mdb&quot; target=&quot;_blank&quot;>MyDatabase</a> When I use the above code I get the Windows box &quot;Open this from current location OR Save it to disk&quot; Any ideas how to link...
  9. eclipse33

    Link to Access 2000 in HTML page

    Hi, I want to open an Access 2000 database with a link on a local HTML page. <a href=&quot;Links\mydatabase.mdb&quot; target=&quot;_blank&quot;>MyDatabase</a> When I use the above code I get the Windows box &quot;Open this from current location OR Save it to disk&quot; Any ideas how to link...
  10. eclipse33

    .jpeg vs .jpg

    Hi, A client wants me to save her files as .jpeg rather than .jpg. How would I do this in PhotoShop 5.5?? Thanks in advance [shadeshappy] eclipse33
  11. eclipse33

    Disable Close button on a Customized MenuBar

    Hi all, I want to disable the close(x) button on the customized menubar of my form. Here is what I have tried (neither has worked) 1) Form(properties) - Border Style = None 2) Form(properties) - Control Box = no 3) Form(properties) - Close Button = no 4) MenuBar(properties) - Docking = Can't...
  12. eclipse33

    Email HTML document in body from Access 97 button click

    Hi, I have a standard HTML document. From a click on a form I need to open an email, insert the email address on the form AND (here is the problem)...Insert the HTML code from the document into the body of the email. No attachment.... Anyone have any ideas? eclipse33
  13. eclipse33

    Recordset and NoMatch

    Hi, I am trying to test a recordset for the NoMatch and pop up a message box if there is no match. But rst.NoMatch always equal False even when there is no match?? Code below... Dim db As Database Dim rst As Recordset Set db = CurrentDb() Set rst = db.OpenRecordset(&quot;SELECT...
  14. eclipse33

    Another Mail Merge question...

    Hi, I am opening a mail merge document from a button in Access. I created the mail merge document in Access and used a pre-built query as the data source for the mail merge. The query has two parameters passed to it...starting date and ending date that are taken from two text fields on the...
  15. eclipse33

    Rename a field in design view

    Hi, I am trying to rename a field in design view of a query. I have Phone #:phoneNumber in the field name but I keep getting Phone. as the field header when I export it to Excel? If I view it in Datasheet view in Access it shows Phone # but not in Excel. Any ideas? [idea] eclipse33
  16. eclipse33

    Exporting to a formated Excel 97 document

    Hi, Here is what I need to do... From the click of a buuton in Access 97 I need to export the data from a specific query to Excel but... 1) This Excel document needs to be formated (one field must be blacked out) Also the same number of records will not alway be exported, I'm not sure if...
  17. eclipse33

    Will SQL Server solve this problem?

    I have this designed in Access 97 now but as we add more users we are having problems... Question...How will SQL Server specifically solve the double records problem?? Main Problem: I need to serve out continous records to each workstation every 30 secs or so without two workstations getting...
  18. eclipse33

    Initial Design....passing out unique records. (Overview of Design)

    How would you set up the following database? (In Access 97 or 2000) Just a quick overview needed (Parent/Subform for a main entry screen?? Problems forseen with multi-user requests etc) Two tables (connected by callerID) 1) tblClients (callerID, name, address, phone numbers etc) 2) tblRecords...
  19. eclipse33

    Limit Recordset?

    Hi Is there a way to set up a query so that it returns only the first record that satisifies the criteria?? I have a database with approx 50 000 records...on the server...with 10 workstations accessing it at the same time. The Form's recordsource is set with the query &quot;SELECT * FROM...
  20. eclipse33

    Quickest way to update a checkbox to the underlying table

    Hi, Quickest way to update a checkbox to the underlying table? eclipse33

Part and Inventory Search

Back
Top