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 IamaSherpa 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: achen
  • Order by date
  1. achen

    import an excell file into a FoxPro table

    I tried to import an excell file to create a new FoxPro table. I used code like IMPORT FROM d:\test.xls TYPE XL5 name d:\test.dbf and always an OLE error code. Can anyone out there help me? Thanks. Ashley
  2. achen

    install JDBC driver

    Hi, there, The following is my system: Database ==> Oracle 8.1.6 in Unix my computer ==> NT, I want to install JDBC driver in this PC, so I can access Oracle DB using Java application. I have JDK 1.2 in this pc. I downloaded classes12.zip from Oracle, and unziped it. According to Oracle's...
  3. achen

    embed Java Servlet under an image

    I would like to embed a Java Servlet under an image. So when a user click that image, the Servlet will be executed. How can I do that? <img src='/image/pat.gif' width='57' height='56'>
  4. achen

    Scrollable ResultSet

    In my Servlet program, I have a method which get a Scrollable ResultSet. the code is as following: try{ //try104 Statement stmt3 = conn2.createStatement(ResultSet.TYPE_SCROLL_SENSITIVE, ResultSet.CONCUR_READ_ONLY); ResultSet rs3 = stmt3.executeQuery(sqlEvent)...
  5. achen

    Using Blat in FoxPro

    Hi, I am trying to use Blat in FoxPro to send the user information when needed, but have no idea where to start (or say do not know how to write the code in FoxPro). I have searched some Web sites and have not found anything yet. Can anyone give me some help ? Thank you!! Ashley
  6. achen

    report file is too big

    I figured it out. thank you very much.
  7. achen

    report file is too big

    Hi, JimmyK Thank you for the answer. I checked the FoxPro Help file and did find the low-level function. But it is not clear to me how to write the code. Would you be able to give me an example? Thank you.
  8. achen

    report file is too big

    I used the report to create a HTML file, but FoxPro kept telling me that the detail band is too large. Anybody knows how to change the setting in the report so all my info can fut into one HTML file?
  9. achen

    migrate FoxPro tables to Oracle

    What is the easiest way to move FoxPro tables to Oracle?
  10. achen

    between forms

    I have say 2 forms: A and B.&nbsp;&nbsp;Form A is a data entry screen.&nbsp;&nbsp;From form A, I can click push button and go to form B.&nbsp;&nbsp;In form B, I have a list of information for users to select.&nbsp;&nbsp;My questions are:<br>(1) I have a DONE push button in form...
  11. achen

    checkbox in grid

    I tried to put the checkbox in a grid (which has 84 rows) in a form, so the users will know what they select in the grid.&nbsp;&nbsp;But it turns out that the checkbox only shows in the row which I click.&nbsp;&nbsp;I would like to have the checkbox show up in each row and stay...

Part and Inventory Search

Back
Top