Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb thread: RE: Access Project Reports


Message #1 by "Thomas, Charles" <CThomas@D...> on Fri, 6 Dec 2002 12:18:53 -0500
Hello all.  How can I create a Form in an MS Access Project (.adp) that
accepts input
values and will allow me to click a button to either print or preview a
report that is linked to a Stored Procedure without getting the input
parameter dialog box?  Further, is there a way I can do this without 
having
to constantly re-compile the execution plan (for performance purposes)?  
I
know how to accomplish this in MS Access (.mdb), but I have to rebuild 
my
query each time.  I am a visual learner, so if someone has a sample 
project
that I could use or sample (but elaborate) code, I would be most
appreciative.

Thanks

-Charles Thomas

 -----Original Message-----
From: 	Gonzalo Martin Bianchi [mailto:gbianchi@a...]
Sent:	Friday, December 06, 2002 12:12 PM
To:	professional vb
Subject:	[pro_vb] RE: Run-time Error

hi there..

sometimes you not only need to register them.. you should add registry
entrys for them...

what are you using to deploy your application???

Gonzalo Martin Bianchi
Desarrollo de sistemas de cuenta corriente tributaria
Hipolito Yrigoyen 370
Entrepiso B pasillo 600 oficina 5
4347-3181
----- Original Message -----
From: "Ramos, Mario" <Mario.Ramos@w...>
To: "professional vb" <pro_vb@p...>
Sent: Friday, December 06, 2002 12:58 PM
Subject: [pro_vb] RE: Run-time Error


I received those type of errors during instalation... I registered all 
the
dll's he asked for.
I'm thinking that the problem is maybe because I'm using a system dsn to
connect to an oracle database. The driver is Oracle ODBC Driver, and the
machine i'm trying to install only has microsoft ODBC for Oracle...
Maybe they're different?



M=E1rio Ramos
TI - Gestor de Projectos
Telf: 234 10 10 52
Email: Mario.Ramos@e...
WWW: www.weber-cimenfix.com


-----Mensagem original-----
De: George Theodorakopoulos [mailto:gtheo@b...]
Enviada: sexta-feira, 6 de Dezembro de 2002 15:37
Para: professional vb
Assunto: [pro_vb] RE: Run-time Error


You are referensing to a component that is not registered!
find that component(s) (dll) and use the "regsvr32 <path\component 
name>"
command, from a command prompt window.



-----Original Message-----
From: Ramos, Mario [mailto:Mario.Ramos@w...]
Sent: Friday, December 06, 2002 5:25 PM
To: professional vb
Subject: [pro_vb] Run-time Error


Hi!

I'm having a problem installing an application.

It's always giving me the error:

Run-time error '429'
ActiveX component can't create object


Can anybody explain to me what could be causing this or how can I solve
this?

Thank you.

M=E1rio Ramos
TI - Gestor de Projectos
Telf: 234 10 10 52
Email: Mario.Ramos@e...
WWW: www.weber-cimenfix.com












  Return to Index