progress bar
Tue, 25 Apr 2006 00:13:01 -0700
Hello,
Can anyone tell me how I can show a progress bar while a module is
converting data. I import large text files and this take up to 2 minutes. So
it seams that the computer crashes when importing.
I tried to give feedback to a form but the changes made to the form are not
visible until the procedu ...
|
Not enough space on temporary disk, MaxLocksPerFile, MaxBufferSize
Mon, 24 Apr 2006 11:37:02 -0700
Hi,
I have a problem with error mesage 'Not enough space on temporary disk'
I want to edit a field in a table, that is a source in relations with 5
other tables. Editing this field changes its value in about 7 millions
records included in the 5 dependant tables.
With MaxLocksPerFile = 9500 (default va ...
|
Passing an Access database to a case sensitive DBMS
Mon, 24 Apr 2006 11:06:02 -0700
Hi,
I am developping a software that uses by default an Access database, but I
want to allow the user to create copies of this database on Oracle,
PostGreSQL and other DBMS, keeping the same structure and relations (or
foreign keys), and to access the data of these databases transparently.
To copy the ...
|
Populating a Treeview Control
Mon, 24 Apr 2006 06:33:02 -0700
Hi, I have tried using the knowledge base instructions on populating a
treeview control, but cannot seem to make it work.
Basically, I want to populate a treeview control with a list of 'Pot names'
which are used to refer to collections of data. I then want a branch that
will show a list of filenames fo ...
|
ADO/DAO Form.Recordset
Sun, 23 Apr 2006 18:57:38 +0200
Suppose you have two MDBs, one for the GUI, the other for the data. I do not
want to use DAO, I want to use ADO.
Probably simple question, but what do I have to do for using ADO inspite of
DAO? I removed the reference to DAO, and inserted the reference to ADO. What
more has to be done?
For example, wha ...
|
Passing Arg Type of Control to a Public Sub
Sat, 22 Apr 2006 08:58:45 +0100
I have a public sub that references a control from the calling form, Dim ctl
as Control. The control happens to be a ListBox, however I have two of these
on the main form and would like to use the same Public Sub with each.
As both ListBoxes have different name properties how do I pass the reference
in th ...
|
Invisible Break Point?!?!?
Thu, 20 Apr 2006 07:11:01 -0700
I have got a strange occurance going on with a piece of code.
It functions as it should with no problems apart from it goes into the debug
window and execution stops on a certain line of code.
It is a recently added piece of code and I would of placed a breakpoint on
it. When the code goes into break mo ...
|
|
|
Application window size change
Thu, 20 Apr 2006 05:32:02 -0700
Is there a way to change the Access window size when I open my database. I
have a small form, with very little data entry in this case. I would like for
the application to open to a specific size.
Thank You ...
|
EMailing several snapshots using SendObject
Wed, 19 Apr 2006 08:29:01 -0700
I am trying to use a command button to send Access reports via Outlook as snp
files. Does anyone know how I would attach more than one snp to the same
EMail? I would like for the user to have to push the button only once.
Much thanks in advance.
--
Joe Micheli CPA, CMA, CFM, CPIM ...
|
AddNew method added two records at time :(
Wed, 19 Apr 2006 07:05:03 -0700
I am working on a form. the text boxes are bound to a data table. so the user
can either view or edit the data table using the form.
Instead of letting user use the navigation button, i created buttons to
perform the view and edit procedure.
when adding a new record, I used AddNew, and Update method of ...
|