473,412 Members | 2,293 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,412 software developers and data experts.

'Pushing' Status of Access Application to another Access App

Hi,

I've created two access Apps. App A calls App B to perform some
lengthy and computational processes. Currently I'm using the
acSysCmdSetStatus cmd to update the status of App B, and I'm wondering
if there's a way to 'push' the status of B to A when the status
changes.

I'm thinking I might be able to achieve the same result if I can open
both apps in the same application object but hide B when it is
performing its calculations; then when B updates the application
status, it will be visible from A. I might also have to use the
DoEvents() command.
Has anyone done this before?

Any knowledge would be appreciated.

Nov 13 '05 #1
3 1373
Just a quick thought, why not have yet another mdb "C" that has a table that
"B" populates and indicates its status changes. This way any app can look at
"C" and see where anything is going. You could even have a separate history
table to review previous jobs.

Just a thought...

Scott

"Alex Linthicum" <as*****@gmail.com> wrote in message
news:11********************@z14g2000cwz.googlegrou ps.com...
Hi,

I've created two access Apps. App A calls App B to perform some
lengthy and computational processes. Currently I'm using the
acSysCmdSetStatus cmd to update the status of App B, and I'm wondering
if there's a way to 'push' the status of B to A when the status
changes.

I'm thinking I might be able to achieve the same result if I can open
both apps in the same application object but hide B when it is
performing its calculations; then when B updates the application
status, it will be visible from A. I might also have to use the
DoEvents() command.
Has anyone done this before?

Any knowledge would be appreciated.

Nov 13 '05 #2
RE/
I'm wondering
if there's a way to 'push' the status of B to A when the status
changes.


I did it a few years back using COM, but can't regurgetate the specifics beyond
that it was straightforward (i.e. no tricks...it just did what was needed...)
but not trivial (i.e. I had to create a number of objects).

A backdoor method would be to use .txt files as semaphores. Have the Receiving
app continually check for a .txt file named something like "Flag.txt" and the
sending app create same when it wants to push.

The receiving app would have a timer look checking for the file. Whenever it
finds it, it would take the desire action (and if more info was needed, extract
same from either file's name or contents) and then either rename or delete the
file.
--
PeteCresswell
Nov 13 '05 #3
I can't tell from your posting if you're trying to have one "master"
app control multiple "slave" apps on the SAME computer or, if you're
trying to have one app on a "master" computer control multiple "slave"
computers?

In the first case, you might what to look into Office-Automation. It's
well documented in help, and is pretty easy.

I do a lot of work with the second case, (Tiger, Census, 100's of
millions of phonebook entries) basically distributive processing of
large database processes across networks. This is trickier, in general
the "master" computer launches "slave" computers on a network to
execute processes. For this one, look into the /cmd command line
switch and the Command function to return /cmd's argument. The "slave"
databases link to RunQ and Status tables in the "master" database for
communications. The "master" database monitors the Status table for
communications form the "slaves" and the "slave" databases monitor the
RunQ table for communications form the "master".

Have fun.
Tom
Nov 13 '05 #4

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

Similar topics

1
by: ehilario | last post by:
Hello everyone, I am trying to access a webservice to post some values via MSXML2.ServerXMLHttp The OS used is win2003 on both machines. When I access the local machine (A) which has the same...
6
by: Ada | last post by:
i have a little bit of issue getting the status bar to work properly. this is what happens now. when the program loaded, the status is "READY..." the code is inside the FORM LOAD. i also...
0
by: George | last post by:
Hello, I'm running an ASPX application "WebApplication1" which consumes a web service (service1.asmx) hosted on a machine with IP (128.1.7.x) . The web service is located in the intranet. The...
5
by: rk325 | last post by:
Yes, I've seen many posts about this type of error, and none of the solutions people applied worked for me. So please read this one carefully and help me if you can. I have a web service...
8
by: Tim Reynolds | last post by:
Our .Net application calls a web method of aplpication 2 that resides on their Apache server. When I as a developer C#, Studios 2003, make the call to their web method from my desktop, I receive no...
3
by: bharathreddy | last post by:
This article will explain you how to find the status of the fax operation. (Using FAXCOM.dll). Author: Bharath Reddy VasiReddy Reference to the FAXCOM.DLL Reference to import FAXCOM...
13
JodiPhillips
by: JodiPhillips | last post by:
G'day, I have a silly and simple problem that I need some guidance with. Due to the way our network is set up, I am unable to use the group permissions for Access and have had to implement log...
3
by: BobRoyAce | last post by:
I am using Visual Studio 2008 w/ VB.NET. For the database, I am using SQL Server 2005, which is running on a dedicated server box. I am creating a WinForms application for a client. It is run...
9
by: tshad | last post by:
I have a Windows App that is doing some work and then writing a "Now Processing..." line to the status line of the window as well as the Textbox on the form. But the problem is that the work is...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
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,...
0
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,...
0
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...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
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...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
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...

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.