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 Mike Lewis 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
  • 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

    tperri, here is the error page ERROR [HY000] ERROR: operator does not exist: @ character varying Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the...
  3. Pryer

    Dataview Update

    tperri, Below is the requested code, forgive me if i sound ignorant. I am extremely new to all of this. thank you, Brent <asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionStrings:PryerDataConnectionString %>" ProviderName="<%$...
  4. 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...
  5. Pryer

    passing a string as a variable

    woja- This does work, but creates another problem than i didn't explain earlier. I am creating the js var with asp depending on what data i retreive from a database. So if i have a in my database records from jan-july, i need to create variables for each month. Does this make any since??
  6. 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...
  7. 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...
  8. Pryer

    Help with Variables

    cLFlaVA & mwolf00 Thank you for your help, both of you gave me a way to fix my problem. Thank you guys... Brenton Pryer Pryer Machine
  9. 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...
  10. Pryer

    anchor tag

    onpnt & dotnetgnat- thank you for your help, dotnetgnat's solution worked, but i will check out onpnt's link, look like a good start for me. thank you, Brenton Pryer
  11. Pryer

    anchor tag

    the location is the actual file location. My table consists of 3 columns: name, age, location. I want to insert name into one column with a hyperlink to location, which is a link to a pdf file of the person. the second column is age, no links. does this help at all?
  12. 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