![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hello all, Iam new to this group and i have a doubt regarding RedBack.I am working on ASP application with redback and UniBasic. Its basically conversion or web enabling of the unibasic application. however i am stuck up at a point where in i have to use redback method which is making calls to some subroutines which are written in redback and i need to abort from one of those subroutines and get back to ASP. if it were to be unibasic i could have used STOP or ABORT but looks like RedBack doesnt support either of them. could some one please suggest me an alternate methodology to overcome this problem. |
#3
| |||
| |||
|
|
Hello all, Iam new to this group and i have a doubt regarding RedBack.I am working on ASP application with redback and UniBasic. Its basically conversion or web enabling of the unibasic application. however i am stuck up at a point where in i have to use redback method which is making calls to some subroutines which are written in redback and i need to abort from one of those subroutines and get back to ASP. if it were to be unibasic i could have used STOP or ABORT but looks like RedBack doesnt support either of them. could some one please suggest me an alternate methodology to overcome this problem. |
#4
| |||
| |||
|
|
To get back to your ASP program you need to just do a return. Doug www.u2logic.com XLr8 the tool for RedBack liahus (AT) gmail (DOT) com wrote: Hello all, Iam new to this group and i have a doubt regarding RedBack.I am working on ASP application with redback and UniBasic. Its basically conversion or web enabling of the unibasic application. however i am stuck up at a point where in i have to use redback method which is making calls to some subroutines which are written in redback and i need to abort from one of those subroutines and get back to ASP. if it were to be unibasic i could have used STOP or ABORT but looks like RedBack doesnt support either of them. could some one please suggest me an alternate methodology to overcome this problem. |
#5
| |||
| |||
|
|
well in my case i have various GOSUB and CALL statements and hence if iam gonna just use RETURN then the control would just transfer to the next statement after the GOSUB or in some cases to the stmt after CALL. but i need to completely come out of all the subroutines and get back to ASP. anyways i have decided to put flags, check them after each gosub and each call and use return statements. this ofcourse is a long tideous process and i fear i might miss out something somewhere and it would be a great difficulty in identifying any problem if it arises.anyways thanks alot. daverch (AT) gmail (DOT) com wrote: To get back to your ASP program you need to just do a return. Doug www.u2logic.com XLr8 the tool for RedBack liahus (AT) gmail (DOT) com wrote: Hello all, Iam new to this group and i have a doubt regarding RedBack.I am working on ASP application with redback and UniBasic. Its basically conversion or web enabling of the unibasic application. however i am stuck up at a point where in i have to use redback method which is making calls to some subroutines which are written in redback and i need to abort from one of those subroutines and get back to ASP. if it were to be unibasic i could have used STOP or ABORT but looks like RedBack doesnt support either of them. could some one please suggest me an alternate methodology to overcome this problem. |
#6
| |||
| |||
|
|
Hello all, Iam new to this group and i have a doubt regarding RedBack.I am working on ASP application with redback and UniBasic. Its basically conversion or web enabling of the unibasic application. however i am stuck up at a point where in i have to use redback method which is making calls to some subroutines which are written in redback and i need to abort from one of those subroutines and get back to ASP. if it were to be unibasic i could have used STOP or ABORT but looks like RedBack doesnt support either of them. could some one please suggest me an alternate methodology to overcome this problem. |
![]() |
| Thread Tools | |
| Display Modes | |
| |