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

    Merge multiple TIFF files into 1 TIFF file

    I need assistance merging multiple tiff files into 1 tiff file. I am fairly new to imaging in Java so any help is appreciated. I prefer not using JAI, but if I must that is also fine. thank you, Brenton
  2. Pryer

    Dataview Update

    I am extremely new to ASP.net and I am trying to get my gridview to update my Postgresql database. I've tried just about everything i've read on this forum, that i could find, with no success. I've seen examples programatically as well as just using the updatecommand, which really confuses me...
  3. Pryer

    passing a string as a variable

    I am having a problem with passing a string as a variable. Let me do a bit of explaining on why to avoid any confusion. I have several flash objects on my page all named and identified differently (ex. 'OnTime', 'ncr', 'intq', 'exq'). I have a js function that dynamically updates the xml...
  4. Pryer

    Binary to normal number

    My problem is that I have a digitizer that will send to my program a binary 3D point(X value, Y value, Z value). It will send three strands example: 0000 0000 0100 Now I've already typed more about binary than I know, but how do I convert that into a normal number like 3.125? Sorry for the...
  5. Pryer

    Help with Variables

    I have an ASP script that is populating a javascript variable from a database. The current code i have works great in firefox, but in IE i'm having no luck. If you look at the example below you'll see that i have a comma at the end of my array. I don't know how to code arround this. Firefox...
  6. Pryer

    anchor tag

    I am trying to fill a table with a file location that is linked to a pdf file. the following code is what i'm using, but i can't seem to get the correct format. can anyone please help? thank you, Code: <table border="1"> <% do until rs.eof%> <tr><td width="159" height="41"><div...

Part and Inventory Search

Back
Top