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 gkittelson 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: *

  1. aagustin

    Data switching

    Hi. I'm in need of some advice. I have a table with multiple fields and I need to take on column's data and rearrange them. Hard to explain but here's what I want to do: Current: ID Initial Field1 Field2 1 A Y N 2 B N N 3 C...
  2. aagustin

    Data switching question

    Hi. I'm in need of some advice. I have a table with multiple fields and I need to take on column's data and rearrange them. Hard to explain but here's what I want to do: Current: ID Initial Field1 Field2 1 A Y N 2 B N N 3 C...
  3. aagustin

    Reading a text file for authentication help

    Howdy, I'm trying to write a method which needs to read a text file formatted: user:password:product1:product2 I have it working only if there's one line in the text file, more than one, it crashes. Here's my code, any clue to what I need to do to get it working? private boolean...
  4. aagustin

    Simple servlet problem

    I need java for a larger applet which verifies login info based on a flat file...is the login info is in the file then I need to redirect them to the next page.
  5. aagustin

    Simple servlet problem

    My mistake, on the Servlet - Applet thing... I'm not getting redirected to the next web page.
  6. aagustin

    Simple servlet problem

    Hi, I'm trying to open another page through a servelt and am not getting the desired results, can some one please show me the error of my ways? SERVLET: import java.io.*; import java.applet.*; import java.awt.*; import java.awt.Graphics; import java.net.*; class Test extends Applet{...
  7. aagustin

    Help in Spliting Strings

    Thanks Nick! Exactly what I needed. Worked great.
  8. aagustin

    Help in Spliting Strings

    I've got a field containing a person's full name separated by ".": Doe.Jane.P and I need to separate them into three fields: last, first, mi. I've figure the instr function for last and first, just having problems with the middle initial part. Any help would be appreciated. A.
  9. aagustin

    Reading a fixed width tect file

    Thanks, for the info and help. I'll try this out...It maybe exactly what I need. I'll let you know. Andrew
  10. aagustin

    Reading a fixed width tect file

    Howdy, I'm rewriting an application, currently it reads a one column text file and takes the value of the value read in the first column and we to a typetext() function to it. Now we need to take a new text file and loop through it, but this time with two columns: COLA COLB 123456789...
  11. aagustin

    Help adding new users

    the file is networked.
  12. aagustin

    Help adding new users

    We're using the Microsoft Access workgroup file (groups.mdw) for more than 25 users. The problem arises when we attempt to add a user to this workgroup file while there are users logged in using it. After adding the new users to the workgroup file, if user logged out and can't log back using...

Part and Inventory Search

Back
Top