Hello everyone
I have a form in a web page like this
<form name=morosos onsubmit="abrirCuatro(); return false;" method=GET action="http://jupiter.contaduria.gov.co/bdme/" target="_blank">
<label class=SubtitularAzul>Boletín De Morosos Del Estado</label> <br>
<label class=menuproductos>Nit a...
I'm a ultranewbie in java programming (and in english writing, sorry).
I'm connected to an Access database with a JDBC:ODBC driver. Something like this:
public class PruebaAccess {
private Connection con;
private String Database;
public PruebaAccess(String Database) {...
Hi!
How can I show the contents of a SQL query based recordset in a control inside a form? I mean, something like a flexgrid but without ActiveX license troubles. I'm using Microsoft Access 2000/XP.
Thanks!
Hi!
I have a recordset that contains a SQL query results. I show this results in a listview control (Microsoft Windows Common Controls 6.0 reference) inside a form. But when sending to print the form everything it is printed less the listview control.
May you know another control I could use...
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.