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
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...
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'>
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)...
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
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.
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?
I have say 2 forms: A and B. Form A is a data entry screen. From form A, I can click push button and go to form B. In form B, I have a list of information for users to select. My questions are:<br>(1) I have a DONE push button in form...
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. But it turns out that the checkbox only shows in the row which I click. I would like to have the checkbox show up in each row and stay...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.