User Profile

Collapse

Profile Sidebar

Collapse
ashkash
ashkash
Last Activity: Feb 14 '08, 06:28 PM
Joined: Jul 25 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • ashkash
    started a topic SQL Question in Java
    in Java

    SQL Question in Java

    I am executing an SQL statement in Java and want the results to be stored in a list. The statement is as follows:

    SELECT CASE,DATE FROM ...

    Will this be stored in the list as CASE,DATE for each entry in the list? Would the list look something like this,

    CASE,DATE
    CASE,DATE
    CASE,DATE
    ...

    where CASE,DATE are the results retrieved from the DB and each one is a new entry...
    See more | Go to post

  • ashkash
    replied to Help with Java Strings
    in Java
    got it, thanks for your help.
    See more | Go to post

    Leave a comment:


  • ashkash
    started a topic Help with Java Strings
    in Java

    Help with Java Strings

    I have strings in Java where each one is as follows: "Case Number XXX-XXX-XXX"
    The "XXX-XXX-XXX" part is different for each string. I want to just extract the "XXX-XXX-XXX" portion of each string. I am assuming this is the third token in the string. What would be the best way of doing this? thanks.
    See more | Go to post

  • Here is the html code that should open up in the iframe.

    Code:
    <!-- Version : DHTML Trigger 4.0 -->
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    <html lang="en">
    <head>
    <meta http-equiv=Content-Type content="text/html; charset=utf-8">
    <title>Survey Invitation Page</title>
    <style type="text/css">
    ...
    See more | Go to post

    Leave a comment:


  • ashkash
    started a topic Iframe Not Working in IE, but fine in Firefox

    Iframe Not Working in IE, but fine in Firefox

    I am trying to implement a customer survey into our webpages. The survey consists of a javascript file which launches an html file in an iframe. When the user meets certain parameters defined in the js file it launches the iframe. This works fine in Firefox and the iframe is launched perfectly. In IE this does not work at all. When the iframe is supposed to be launched the page goes blank. It does not even continue to load the web page and seems...
    See more | Go to post

  • ashkash
    started a topic Mail Merge from Access to Word

    Mail Merge from Access to Word

    I have an access database which takes information from a user and then uses the mail merge functionality to merge the data into a word document. I have a lot of subforms in the access database which allows the user to keep entering data if they need to. By this I mean each subform is like a dynamic table (continous form view) and the user can keep entering data if needed. For example, one of the subforms asks the user to enter the names of people...
    See more | Go to post
No activity results to display
Show More
Working...