473,657 Members | 2,934 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Can the Access2k wizards be run from code in the Runtime enviroment?


Can anyone tell me how to run the Access2k wizards from code in the
Runtime enviroment? I need to do Address labels..perhaps there is
another way to approach to this besides the wizards. Can anyone help?
Thanks,

Terry
Nov 12 '05 #1
3 1794
On Tue, 13 Jan 2004 19:58:00 -0600 in comp.databases. ms-access,
TWJohnson <us******@cox.n et> wrote:

Can anyone tell me how to run the Access2k wizards from code in the
Runtime enviroment? I need to do Address labels..perhaps there is
another way to approach to this besides the wizards. Can anyone help?
Thanks,


I didn't think that the wizards were re-distributable with the runtime
environment.

You could do it by adding a reference to acwzmain.mde and calling
mlbl_entry("tab lename") but will only work for people with Access
installed as I said, I don't think you can legally distribute that
file.
--
A)bort, R)etry, I)nfluence with large hammer.
Nov 12 '05 #2
Mr. Trevor: Thank you for your response. I understand your reply. I
knew how to do this with the retail version of Access but not with the
Runtime version. Thank you very much.
Do you have any ideas about how I might approach printing address
labels from the mde with the runtime version? Maybe exporting to MS
Word from a form or something like that?
Any ideas would be greatly appreciated.
Terry

On Wed, 14 Jan 2004 08:24:41 +0000, Trevor Best <bouncer@localh ost>
wrote:
On Tue, 13 Jan 2004 19:58:00 -0600 in comp.databases. ms-access,
TWJohnson <us******@cox.n et> wrote:

Can anyone tell me how to run the Access2k wizards from code in the
Runtime enviroment? I need to do Address labels..perhaps there is
another way to approach to this besides the wizards. Can anyone help?
Thanks,


I didn't think that the wizards were re-distributable with the runtime
environment.

You could do it by adding a reference to acwzmain.mde and calling
mlbl_entry("ta blename") but will only work for people with Access
installed as I said, I don't think you can legally distribute that
file.


Nov 12 '05 #3
On Wed, 14 Jan 2004 13:22:08 -0600 in comp.databases. ms-access,
TWJohnson <us******@cox.n et> wrote:
Mr. Trevor: Thank you for your response. I understand your reply. I
knew how to do this with the retail version of Access but not with the
Runtime version. Thank you very much.
Do you have any ideas about how I might approach printing address
labels from the mde with the runtime version? Maybe exporting to MS
Word from a form or something like that?
Any ideas would be greatly appreciated.


I doubt that the wizard would work in an MDE at all anyway.

You can however create label reports in your development environment
and make them available to run in the runtime environment.

ISTR asking about an add-in report generator here a while back but got
no replies so I have been working on one myself although it would just
create a query and output it to excel. It's nowhere near finished
(hardly started) as it got put on the back burner for other pressing
things.

--
A)bort, R)etry, I)nfluence with large hammer.
Nov 12 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

22
2671
by: Harold Crump | last post by:
Greetings, I have a PHP/MySQL application that I am deploying at a client's. I am fairly certain that they will steal my source code and re-sell to other companies. I would like to somehow protect the source code. Here are some of the options I have thought about.
1
1553
by: Lauren Quantrell | last post by:
In an Insert Into statement I have used the Host_Name() function to identify which user has suppied a record to a table that holds temporary data. I'm using an Access2K front end. Code: Alter procedure SPName @parameter1 int AS Set nocount On
10
2139
by: Blake | last post by:
I have created an Access2K front end application that connects to a SQLServer2K backend. I use this vba code to create the connection from the Access app: Dim strConnect As String 'make sure all previous connections are closed: CurrentProject.OpenConnection "Provider=" 'create new connection string to server: strConnect = "PROVIDER=SQLOLEDB.1;INTEGRATED SECURITY=SSPI;PERSIST
3
3586
by: Mathew | last post by:
Hi How do you specfiy the version of the .net runtime libraries loaded for a ..net controls hosted in Internet Explorer 6? I have a control that's designed to work with .NET 1.1, but after installing the VS.NET 2005 beta the web browser embedded control is now running in the .NET 2.0 beta runtime environment, and crashing. Is it possible to have different IE hosted controls running side by side in different versions of the .NET...
0
1166
by: Richard | last post by:
I am aware you cannot set report properties at runtime in access 2000 so I have a form the user fills in giving me all the properties settings for the report. Using basic code how can I get these settings into the report without opening the report in design view as I still need to create an MDE File. Sorry if this question is very basic and I appreciate greatly help from anyone.
13
1560
by: Lauren Quantrell | last post by:
Is there a primer somewhere that can tell me code that works perfectly well in Access2K that won't work in 2003? I have been forced to migrate a large 2K app to 2003 and am finding a lot of things that don't work. For example: .... .OnClick = "Forms!myFormName.MyFunctionName()" doesn't work in 2003.
0
1009
by: Eric Chaves | last post by:
Hi folks, Im writing a small GUI application to deploy objects that allows a user to create my objects, set it's properties, serialize it into a binary package for futher load into production enviroment. Among those "properties", the GUI allows a user to create delegates at runtime and bind it to the object's events. Hoever I'could see a way to check which methdos from some class adhere to same delegate declaration with the EventInfo...
13
1565
by: Chip | last post by:
I have a dual-threaded app that runs just as it's supposed to under Casini. However, when I run the exact same code undier IIS (ASP.NET 2.0) on the same machine, it is totally unpredictable and crashes the server. One would think my threading was the problem, but like I said, runs perfectly under Casini. Any ideas?
1
1827
by: tbeers | last post by:
I am using Access 2007 and I like it. However, just when I thought I had everything completed and under control...my application will be distributed to several locations using Access 2007 Runtime and in our LAN network, the install pricess and program have worked wonderful. However, we also have a remote site who will also use the program. I tried to walk through an install of the application on Citrix....it works eventually, but everytime I...
0
8384
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8820
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8718
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8601
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
6162
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5630
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4150
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
2726
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1601
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.