PC Review


Reply
Thread Tools Rate Thread

Compiled Runtime Applications

 
 
=?Utf-8?B?Sm9obg==?=
Guest
Posts: n/a
 
      18th Apr 2006
Is it possible to set up an Access97 database to allow debugging after it has
been opened using the /runtime command line switch? I am getting an error on
a user desktop that does not occur when I run the app on my desktop, and the
user does not have MSAccess installed.

I've tried setting the AllowBreakIntoCode and AllowSpecialKeys properties to
true, but this doesn't appear to have any effect whit runtime apps.

/_~_\
{ @ @ }
---o00o-(_)-o00o---John

 
Reply With Quote
 
 
 
 
Douglas J Steele
Guest
Posts: n/a
 
      18th Apr 2006
AFAIK, runtime doesn't allow you to debug.

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)


"John" <(E-Mail Removed)> wrote in message
news:9BBB9304-0B24-47CD-8D1C-(E-Mail Removed)...
> Is it possible to set up an Access97 database to allow debugging after it

has
> been opened using the /runtime command line switch? I am getting an error

on
> a user desktop that does not occur when I run the app on my desktop, and

the
> user does not have MSAccess installed.
>
> I've tried setting the AllowBreakIntoCode and AllowSpecialKeys properties

to
> true, but this doesn't appear to have any effect whit runtime apps.



 
Reply With Quote
 
John Spencer
Guest
Posts: n/a
 
      18th Apr 2006
If you are trying to debug in using a runtime, I think the only way to do it
is to add a code and messages to the routine. I assume you have an error
handler for the routine already. This is tedious, but I know of no other
way to handle it.

Sub MySub
Dim strMsg as string
On error Goto mySub_ERROR

strMsg = "If A = G: " & A & ":" & G
If A = G then

strMsg = "If A = G*#: " & A & ":" & G
A = G * 3
Else

strMsg = "If A = Null " & A & ":" & G
A = Null
end if

Exit Sub
MySub_Error:
msgbox strMsg & vbcrlf & err.number & ":" & err.description

End Sub


"John" <(E-Mail Removed)> wrote in message
news:9BBB9304-0B24-47CD-8D1C-(E-Mail Removed)...
> Is it possible to set up an Access97 database to allow debugging after it
> has
> been opened using the /runtime command line switch? I am getting an error
> on
> a user desktop that does not occur when I run the app on my desktop, and
> the
> user does not have MSAccess installed.
>
> I've tried setting the AllowBreakIntoCode and AllowSpecialKeys properties
> to
> true, but this doesn't appear to have any effect whit runtime apps.
>
> /_~_\
> { @ @ }
> ---o00o-(_)-o00o---John
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to define the path for runtime compiled assembly Luis Arvayo Microsoft C# .NET 2 7th Jun 2006 04:50 AM
Compiled Runtime Database needs new users mcarlyle via AccessMonster.com Microsoft Access Security 2 5th Apr 2006 11:28 PM
Compiled Code accessing New User Controls at runtime Earl Teigrob Microsoft ASP .NET 4 4th Apr 2004 04:51 AM
runtime Informations (IDE its open?) (assembly compiled in debug mode?) Marcelo Palladino Microsoft Dot NET Framework 4 17th Sep 2003 01:16 PM
runtime Informations (IDE its open?) (assembly compiled in debug mode?) Marcelo Palladino Microsoft C# .NET 0 16th Sep 2003 07:15 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:00 PM.