Indigo Rose Software
  #1  
Old 06-24-2004
TUuser TUuser is offline
Forum Member
 
Join Date: Jun 2004
Posts: 3
Some clarifications...

Hi,

I have been able to get True Update up and working fine. I just have a few more clarifications.

#1. How does TrueUpdate handle a situation during an Internet operation where the client is using a proxy and the proxy requires a username & password different from the user's login id & password?

#2. Is there anyway to determine if a program is running and not close the program, but do something else, let's say display some Message Box?

#3. Does TrueUpdate offer any actions for exiting the update (something like 'return' in C)? I think Abort is used on unsuccesful cases.

#4. Are the actions under a label invoked only during a GOTO Label call or even otherwise?
  #2  
Old 07-12-2004
Adam's Avatar
Adam Adam is offline
Indigo Rose Staff Member
 
Join Date: May 2000
Location: Indigo Rose Software
Posts: 2,154
TUuser,

I will outline my responses below:

Quote:
#1. How does TrueUpdate handle a situation during an Internet operation where the client is using a proxy and the proxy requires a username & password different from the user's login id & password?
If you would like to give the user the option to configure their proxy settings you can do so from the Client Config Utility -> Interface -> User Configuration.

Quote:
#2. Is there anyway to determine if a program is running and not close the program, but do something else, let's say display some Message Box?
Currently the only option available is to have the user close the program if it is running. This is something that we would like to add to future versions.

Quote:
#3. Does TrueUpdate offer any actions for exiting the update (something like 'return' in C)? I think Abort is used on unsuccesful cases.
Server File Editor -> Actions -> Control Structures -> Abort is the action that will handle this.

Quote:
#4. Are the actions under a label invoked only during a GOTO Label call or even otherwise?
The actions will always be executed even if they are inside of a label statement. The Label basically gives you the ability to skip those actions by jumping past them, or to them.

For example:

IF (1 == 2)
GOTO equal
END IF
action1 here....
action2 here....
action3 here....
equal
action4 here....
action5 here....
action6 here....

So in this case the GOTO is not executed so actions 1 through 6 are executed. If 1==2 was true then only actions 4-6 would be executed.

Adam Kapilik
 

Thread Tools
Display Modes

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



All times are GMT -6. The time now is 12:16 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Copyright © 2000 - 2009 Indigo Rose Corporation. All rights reserved.
Indigo Rose Software