473,775 Members | 2,584 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Find Front End

I have an app being used by 64 users over a network. The back end
resides on one of the servers and each user has their own frontend.
The latest version has coding to prevent the app being used if the
version does not match with the backend. Unfortunatley, the original
app had no coding for Version number and can still be used.

Most of the staff did as they were instructed and left the front end
on their desktops. When I issued the 2nd version (containing the
version number coding) it first killed the original version.

Unfortunatley, some of the staff have moved the front end and created
a shortcut on the desktop. It could have been moved anywhere! There
are C and D drives (harddrives) on each machine and H, J, P & R
network drives. Assuming they haven't renamed the original, does
anyone know how to search through each drive and delete any instance
of the original app?

Additionally, what do you use as standard on all apps? (i.e.
version numbering, check to see if app already open etc etc)

Thanks to all who have helped me over the last 12 months (both
directly and by previous posts!) have a good Christmas/New
Year/Holiday!
Nov 12 '05 #1
1 1873
"David Mitchell" <da************ **@talk21.com> wrote in message
news:c3******** *************** ***@posting.goo gle.com...
I have an app being used by 64 users over a network. The back end
resides on one of the servers and each user has their own frontend.
The latest version has coding to prevent the app being used if the
version does not match with the backend. Unfortunatley, the original
app had no coding for Version number and can still be used.

Most of the staff did as they were instructed and left the front end
on their desktops. When I issued the 2nd version (containing the
version number coding) it first killed the original version.

Unfortunatley, some of the staff have moved the front end and created
a shortcut on the desktop. It could have been moved anywhere! There
are C and D drives (harddrives) on each machine and H, J, P & R
network drives. Assuming they haven't renamed the original, does
anyone know how to search through each drive and delete any instance
of the original app?

Front end files have information inside them about the location of the back
end, but the reverse is not true.

You could issue yet another new front end that links to the same back end,
but with a different name or location. The old front ends would then stop
working because they would still be looking for the old name/location.
--
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com
Nov 12 '05 #2

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

Similar topics

7
12822
by: zhou | last post by:
Hi there, We have a compiler specific issue which requires us to force template instantiation. This works fine. The problem comes when I try using std:find() on vector. Since vector has no member function find() and I have to use std::find(). The linker fails on unsatisified symbols in find(). I think this is because find() is a template function and I have to force instantiation. However, I donot know the correct syntax of doing so....
12
3772
by: Mike MacSween | last post by:
On each workstation there's a front end, when the front end opens it checks a 'version number' held in a table of properties against the version number in a copy of the front end held on the server. If it's the same it opens normally. If not it shells out to an UpdateClient.mdb and quits. The UpdateClient.mdb overwrites the FE on the workstation with the one on the server. But I was getting an access error (70, I think). Presuming that the...
7
2051
by: dad | last post by:
REQ: any utilities for designing front-ends for databases
3
2747
by: rdemyan via AccessMonster.com | last post by:
I'm thinking about providing a relatively easy method for users to restore the front end from a backup. The purpose is to allow for restoring if the front end becomes corrupt. Here are some particulars about my app 1) The front end is distributed as a .mde file. 2) Front end uses workgroup security 3) A separate logon form is used to actually launch the front end. 4) My app includes a backup front end form, that backups the front end...
3
9161
by: Henrootje | last post by:
I have a database in which regurlarily tables are being created or deleted. This causes a lot of bloating. I set the property that causes the db to compress and repair at close but my users started complaining. Loudly. now I thought it would be a good idea if I could build a check along the lines: if database.size 25 mb then compress
3
2797
by: =?Utf-8?B?R3JlZyBN?= | last post by:
Hello, I'm running an asp.net, intranet web application using .net framework 1.1 on IIS5.1 / 6.0. Through the web application, I would like to press a button on the web page, have another window (not web-based or part of current application) brought to the front and focused (findwindow api) and have the button scrape the contents of the focused window so the contents can be parsed and entered into the web application. Ideally, I would...
0
1194
by: ramyareddy | last post by:
Hi All, i am using mssql 2005 and i am facing a strange problem. i have two databases A , B.When i try to insert one row in A from my application it is inserting the row but after that it is giving page not found exception when i try to retrieve the data to display form the same table. When i do the same operation on B from my applciation it is not throwing any error. 1)Is it to do with the lock levels set on the data base. can you...
8
2783
by: Diwa | last post by:
Hi Guys, Is there any better way than below to find an int in a string (e.g. "30" in "KFStat30A") // -------------------------------------------------------------- #include <iostream> #include <sstream> #include <vector>
8
3273
by: mlwerth | last post by:
Dear Access Group: This is the most basic and most embarrassing of questions, but I cannot find where to change the data type of a text field that I have in Access 2003 to a number field. I've searched high and low through help databases and on the internet. The directions say to : Open the table in Design view Click the Data Type column of the field you want to change, click the
0
9622
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
9454
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10268
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
9916
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...
0
8939
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6718
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
5360
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...
0
5486
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4017
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

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.