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

    Create a recordset from a csv data on the fly

    Hi I have a table in my shopping cart database which stores the delivery address info in a single field called address, each part of the address is separated by a semicolon. I need to create a recordset with each address element in its own field. I'd prefer not to have to convert the data...
  2. jonohara

    Concatenate child field for each record

    I have a query which lists products. When a product has several options (i.e a pillow may either be feather or polyester) it is listed several times in the query results. I need to either add a field to the exisiting or create a new query which groups the product and shows all the options...
  3. jonohara

    Numbering duplicate records

    I have a table of customer orders containing the parcel type and address of the recipient (coming from our access based shopping cart). Sometimes multiple parcels go to the same address. So there are parcels with the same address. I need to give each parcel a 'part lot number' (for the...
  4. jonohara

    Multiple groups of check boxes

    Hi I've a contact page/form which generates THREE groups of check boxes. Each check box has a unique 'value' and is 'named' one of the three group names (products, services, applications). I'm using cdonts to email the results. I can only manage to extract the check box values from the first...
  5. jonohara

    'Sort Ascending' loses data

    Hi I've a table with around 4000 records in a rather large application. The users report missing data, so i've been checking the tables in the backend mdb file on a server. When i open the table it shows all the records, when I sort the records by surname (not linked to other tables) it shows...
  6. jonohara

    Script won't work on Mac IE

    Hi, I'm having a problem with getting this image scroller to work on Mac IE (works fine in windows). ----this is in the head tag------- <SCRIPT language=&quot;JavaScript&quot;> var iTimer; function timeIt2() { iTimer = setInterval(&quot;scrollIt2()&quot;,50); } function timeIt() { iTimer =...
  7. jonohara

    Install OS with no floppy or cd drive available

    I've just inherited a Dell Laptop with windows 2000 prof. The problem is i don't know the password. I want to install another OS but there is no floppy or CD drive with the laptop. How can I install the OS without getting hold of an external floppy (I've got an external CD writer, other PCs...
  8. jonohara

    Seemless Soundtrack while navigating a HTML site

    I would like to have a track playing when my website index page is loaded into a browser. When the user moves to another page I want to avoid the track stopping and starting again. Is the only way to use frames (i.e. a constant frame througout the website with the sound embeded) or can Flash...
  9. jonohara

    Distributing VB App with Access Database

    I've a VB app which accesses an Access database. I want to package a version in which the database can be installed on a shared file server. How can I prompt the user for a data location during the install? Will something like 'Wise' do this for me?
  10. jonohara

    Exporting/Saving Site Definitions

    I have to rebuild my PC. I have about 20 sites defined in DW, is it possible to save or export all the site definition data (ftp info, remote info etc) so I don't have to set them all up manually after i've reinstalled windows ans DW. Thanks
  11. jonohara

    Displaying records in a grid...

    Hi I have a recordset which I need to display in a 4 x ? grid (table). I.E. one record per table cell. Currently (using a repeat region I can only get it so the records display vertically with a new table row per record. Is there a way of populating the table horizontally for 4 records and...
  12. jonohara

    Ordering Form Elements in a cdonts form-mail scenario

    how can i control the order that form elements appear in the body of a cdonts created email. i.e. The form elements on the html page are ordered but when they are passed into the email body, using the following script, the order seems random! Some of the form elements are generated on the fly...
  13. jonohara

    How can I highlight the active link on a dynamic menu

    I have a page which generates a navigation menu on the fly. The menu always contains a hyperlink to the current page as well as related pages. Can vbscript help me make the active or current link standout (e.g. bold and bigger font). Thanks
  14. jonohara

    CSS Menu - Problem showing current location with a:active

    I've a html/css menu in which I want to show the current position/selection (i.e. url) in white. What seems to happen is that when the menu item is clicked from another page the a:active colour (white) is briefly visable but the text then reverts to the a:visited colour. Is there a way of...
  15. jonohara

    Add search string to a database

    I've a page with a search facility, as well as submiting the search string to my search script I want to add the search string to a database. When I add the Ultradev server behavior 'insert record' the action of the form (ie search.asp) is overwritten. Any Ideas? Thanks
  16. jonohara

    Building a scalable vb application...

    I'm about to begin writing an app which will initially be distributed with an access mdb file. I want to avoid having to write the application all over again when in a year or so I'll need the app to be true client/server (SQL_Server). It is possible to write 'decent' apps which can simply...
  17. jonohara

    View/Edit HTML on a Form

    Hi I have a table which contains some records which are actually html. Is it possible, and if so how, to toggle between what the html looks like in a browser (in one control) and the actual html text itself (in another)? effectivly being able to edit and preview web content from within...
  18. jonohara

    Attachments problem using Jmail and Outlook 2002

    I have a web app which downloads my server log files and attaches them to an email (Using Jmail 'AddURLAttachment' method) for retieval/distribution later. Since upgrading Outlook to 2002 the attachments don't show in the email (the existing ones which were ok now appear to have no...
  19. jonohara

    Attachments from another server with CDONTS, possible?

    I know with Jmail you can attach a file to an email by refering to its URL (rather than directory path). Is there something similar with CDONTS?
  20. jonohara

    Email Log Files from Remote Server

    I have several sites hosted on a remote server. It is possible using ASP to automatically email the day's log file to an email account (using CDO EMail or JMail)? I can access the logfile through a URL (http://'ipaddress'/folder/filename) without a login or password. The file name will be...

Part and Inventory Search

Back
Top