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

    DTS add id col to text file

    hi, How can i add a unique id to a select qry for text output? The data sources are from access, oracle, and lotus, so I can't add a row parameter in the sql (3 files). thanks
  2. moley

    Block Hotkeys

    Hi, Does anyone know how to block hotkeys in IE6/5 without using open.window. I have a partiular issue with the backspace. Cheers
  3. moley

    document universe in *.doc format

    Hi, I'm trying to caputure the universe (BO 5.1) in electronic format by printing to file to give me a *.prn file then convert it to a useable format (pdf or doc) but the format of prn is unrecognisable when I use the adobe online converter. Has anyone any other ideas on how to get this...
  4. moley

    return the ID after update

    I'm having problems with the following code. I'm inserting records into a table (access2000) and need to get the ID returned. The ID is an auto number. I keep getting the error on objRS.Requery (ADODB.Recordset error '800a0bb9' Arguments are of the wrong type, are out of acceptable range, or...
  5. moley

    remove string duplicates

    i'm trying to remove the duplcate entries from the example string below: var myString ="log177, log177, log277, log178" what's the simplest way of doing this?? Thanks
  6. moley

    online graphs and charts

    I'm looking at developing some reports to include dynamic charts and graphs from a sql server backend. Flash would probably me my choce but i'm keen to hear any other ideas. ????
  7. moley

    printing reports from preview

    Hi, I have a mde database (97 and 2000 versions) mainly for reporting My problem is the only way the user can print the previewed reports is using ctrl+p, how can i get a print icon or functionality in the preview mode?? Cheers
  8. moley

    update textarea from listboxes

    Hi, I'm trying to updated a textarea with listbx value evrytime a listbox is changed. I can do this only if i hardcode the name of the listbox,(document.form.cboBox), but how do I do this with out hardcoding as I'm creating listboxes on the fly. I'm reletively new to this so its probably...
  9. moley

    collecting values from listboxes?

    How do I get the values from a select box with an onChange on the first, adding options to the second?? I have the code to do this, but i'm getting an error 'object expected' on the first line below. [code] <select name="listOne" onClick="changeOptions(this, document.form1.listTwo);"> <option...
  10. moley

    list box problems

    Hi, I'm having problems getting a second list box to populate, The value is undefined in the second list. I think its how i'm trying to add the vaule option. I'm just starting JS so any help would be great. Thanks <script language="JavaScript"> <!-- var shifts; function init(){...
  11. moley

    dynamic listbox problems

    Hi, I'm trying to get my listboxes to work with the following data: rsWT is my recordset WorkTypeID WorkType AssessCategoryID AssessCategory 1 Telephone 1 Energy 1 Telephone 2 Service 2 Correspondence 1 Energy 2 Correspondence 1 Energy The code is <script Language="JavaScript"> //...
  12. moley

    access denied- text file

    Hi, I'm connecting to a text file on the server using an asp form. I load the data to a couple of list boxes for the user to complete. I have had a message box 'access denied' displayed, but this has only happend two or three times (for me). I'm using the following connection string. Dim...
  13. moley

    Adding buttons to reports

    Is it possible to add a command button to a report which I could use when the report is previewed? I want to use the button to set the visibility of certain sections of the report with immediate effect without having to re-run the report. Any other workarounds would be greatly appreciated...
  14. moley

    problems with large files

    Hi, I usually work with the web so keeping image size small my main concern. The problem is that my girlfriends using images around 120mb for her work and she's having major rendition problems. She got 256 of ram at the mo and i've been advised that because her PCs quite old upgrading the RAM...
  15. moley

    Resize textareas based on content

    Anyone, I have two textareas on a form which the user completes then posts. The response page displays all data in a printable table with both text areas have fixed width, but I need to expand the height dependent on the amount of data without any scrollbars. I'm using IE5+ only. Help...
  16. moley

    Change values of listboxes onclick

    Hi, I have a form with a group of list boxes under different headings. I'm trying to get all the boxes to change to N/a on click of a button or text. Can anyone shed some light? <!-- function Notapplic(theDiv){ var na = document.getElementById(theDiv); na.value = (na.value...
  17. moley

    displaying data from a recordset-pivot table

    Hi, I have a stored procedure which returns a recordset : date type 8-8:30 8:30-9 9-9:30 etc 21:30-20 1/1/03 12 0 3 2 3 2/1/03 13 0 0 1 4 etc. I created the time bands using select(case x between y as 8-8:30) in the...
  18. moley

    updating checkbox values

    Anyone, this is driving me mad. I have an input form with 5 checkboxes. the form writes to a sql database(the fields are bit) I then retrieve the data on another form (to amend ) The problem is I cant get any new checkbox values to write back to the database. I managed to get the boxes to...
  19. moley

    dynamic list boxes on forms.

    Anyone, I'm creating a form with 3 drop down menus, each one is related to the other, so depending on choice menu1, you will get a different set of options in menu2, and so on. How do i do this without additional user action ie an update button after each selection? thanks moley
  20. moley

    sum monitor probelms

    I've just bought a 21&quot; sun monitorx7121a but I cant get a picture. I've tried a few settings and nothing seems to work. The monitor starts clicking as if its out of requency but no out of frequency message appears. My card is a 3dfx voodoo3 3500 could there be some incompatibilty issues or...

Part and Inventory Search

Back
Top