Re: If Hidden BackEnd BE not found then supress error revealing its location?
- From: "ApexData@xxxxxxxxx" <ApexData@xxxxxxxxx>
- Date: 14 Jul 2006 07:34:44 -0700
Ron
Sorry! I do understand what you mean!
However, in my startup forms record source property contains a table I
need to use.
Is there a way around this, like calling it form code. Or do I need to
use the autoexec macro, or load a phantom form before my startup form ?
Any suggestions?
Greg
ApexData@xxxxxxxxx wrote:
Ron
I don't understand what you mean. I do not see any options in the
"Startup" allowing me to check for the BE. What I want to do is look
for the BE when the FE starts. I figured the place to do this is the
Form_Open of the FE. If I make this work, then I'll know if the BE
exists, or is gone. Then I can shut my app down. I DoNot want the FE
reporting that the BE is missing, and then displaying its path. For
security reasons, this will reveal my hidden backend. Not Good.
Thanks for Responding
paii, Ron wrote:
You need to change the startup in your FE to check for the BE before opening
any forms or reports that access BE data.
<ApexData@xxxxxxxxx> wrote in message
news:1152850315.205442.63930@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hello
Split DB (FE & BE) Linked. FE compiled to MDE.
For security reasons, I have hidden the BackEnd. However, If the
network is down or the FE can't find the Backend, then an Access Error
reports exactly where the Backend is. This blows my attempt at hidding
the Backend file. I have tried to use the DIR() statement to look for
the BE in my FormOpen of my 1st form but it seems to be ignored.
Now do I detect ,right away, if the BackEnd is found so that I can
close down the app without it revealing where the BE file is hidden ?
Thanks Greg
.
- Follow-Ups:
- References:
- If Hidden BackEnd BE not found then supress error revealing its location?
- From: ApexData@xxxxxxxxx
- Re: If Hidden BackEnd BE not found then supress error revealing its location?
- From: paii, Ron
- Re: If Hidden BackEnd BE not found then supress error revealing its location?
- From: ApexData@xxxxxxxxx
- If Hidden BackEnd BE not found then supress error revealing its location?
- Prev by Date: Re: If Hidden BackEnd BE not found then supress error revealing its location?
- Next by Date: Re: If Hidden BackEnd BE not found then supress error revealing its location?
- Previous by thread: Re: If Hidden BackEnd BE not found then supress error revealing its location?
- Next by thread: Re: If Hidden BackEnd BE not found then supress error revealing its location?
- Index(es):
Relevant Pages
|