- Forum
- T24 Technical Discussions
- T24 Installation & Configuration
- T24 Browser for FireFox and Internet Explorer
×
Discuss on T24 Installation, Setting up the environment, TC Server, jBOSS, Package & Deployment, etc…
T24 Browser for FireFox and Internet Explorer
- diveshsingh
- Topic Author
- Offline
- Senior Member
Less
More
- Posts: 56
- Thank you received: 0
14 years 2 months ago #5578
by diveshsingh
T24 Browser for FireFox and Internet Explorer was created by diveshsingh
Dear All,
All routines are working fine in Internet Explorer but when we use FireFox it doesnt call routine.
Please help
Thanks
DIvesh
All routines are working fine in Internet Explorer but when we use FireFox it doesnt call routine.
Please help
Thanks
DIvesh
Please Log in or Create an account to join the conversation.
- kripesh
- Offline
- Platinum Member
Less
More
- Posts: 456
- Thank you received: 65
14 years 2 months ago #5581
by kripesh
Have a great day !
Replied by kripesh on topic Re: T24 Browser for FireFox and Internet Explorer
Strange ! Can you be a more specific as to what type of routine are u calling and where you are attaching it. Also tell what is the T24 release you are working on ( Eg. R07, R09 etc...)
Have a great day !
Please Log in or Create an account to join the conversation.
- diveshsingh
- Topic Author
- Offline
- Senior Member
Less
More
- Posts: 56
- Thank you received: 0
14 years 2 months ago #5582
by diveshsingh
Replied by diveshsingh on topic Re: T24 Browser for FireFox and Internet Explorer
Thanks For Replying,
I am currently working on R08 with jbase5.1
The Routine are validation routine and are attached at loan application field. I have debug the routine from Browser... when we use Internet Explorer the routine break, however not in FireFox, I have also run a patch for TCServer but no effect
I am currently working on R08 with jbase5.1
The Routine are validation routine and are attached at loan application field. I have debug the routine from Browser... when we use Internet Explorer the routine break, however not in FireFox, I have also run a patch for TCServer but no effect
Please Log in or Create an account to join the conversation.
- kripesh
- Offline
- Platinum Member
Less
More
- Posts: 456
- Thank you received: 65
14 years 2 months ago #5583
by kripesh
Have a great day !
Replied by kripesh on topic Re: T24 Browser for FireFox and Internet Explorer
Try to clear the Browser Cache of Mozilla Firefox and try again. For a Validation routine you need to create a record in EB.API
Are you using a DEBUGGER PORT to view the debug in your program ?
You can also install a plugin called Firebug (for Mozilla only) and see what is happening when you launch your subroutine from a Version validation routine.
If possible paste your code here.
Are you using a DEBUGGER PORT to view the debug in your program ?
You can also install a plugin called Firebug (for Mozilla only) and see what is happening when you launch your subroutine from a Version validation routine.
If possible paste your code here.
Have a great day !
Please Log in or Create an account to join the conversation.
- diveshsingh
- Topic Author
- Offline
- Senior Member
Less
More
- Posts: 56
- Thank you received: 0
14 years 2 months ago #5584
by diveshsingh
Replied by diveshsingh on topic Re: T24 Browser for FireFox and Internet Explorer
Yes I have used DEBUGGER PORT,
I have also tried clearing my firefox cache... but still the same issue,
I never tried the other debug u talking about,
Yes the routine has EB.API
should I create PGM.FILE which doesnt make any sense but still
Another thing is, specially for LOAN ENQUIRIES,
When we run a enquiry without any selection criteria, the HEADERS are missing and not displayed, when I enter CONTRACT.ID it will display the header.
I have copied EM.LD.BALANCES.FULL to MCR.LD.BALANCES.FULL and remove the header column and put LABELS, and HEADER has even stop appearing in DESKTOP any idea.
Thanks
I have also tried clearing my firefox cache... but still the same issue,
I never tried the other debug u talking about,
Yes the routine has EB.API
should I create PGM.FILE which doesnt make any sense but still
Another thing is, specially for LOAN ENQUIRIES,
When we run a enquiry without any selection criteria, the HEADERS are missing and not displayed, when I enter CONTRACT.ID it will display the header.
I have copied EM.LD.BALANCES.FULL to MCR.LD.BALANCES.FULL and remove the header column and put LABELS, and HEADER has even stop appearing in DESKTOP any idea.
Thanks
Please Log in or Create an account to join the conversation.
- diveshsingh
- Topic Author
- Offline
- Senior Member
Less
More
- Posts: 56
- Thank you received: 0
14 years 2 months ago #5585
by diveshsingh
Replied by diveshsingh on topic Re: T24 Browser for FireFox and Internet Explorer
please find the routine attached
Please Log in or Create an account to join the conversation.
- kripesh
- Offline
- Platinum Member
Less
More
- Posts: 456
- Thank you received: 65
14 years 2 months ago #5586
by kripesh
Have a great day !
Replied by kripesh on topic Re: T24 Browser for FireFox and Internet Explorer
where exactly are u placing the DEBUG in the program and on doing what you want the debug to appear ? May be you can try one more thing just incase
create a PGM.FILE entry for your validation routine with TYPE as S and also add the application to which you are attaching in the APPL.FOR.SUBR..field.
Curious to know why you have a CALL F.READ statement with 6 parameters in your code!
There are a lot of CALL REBUILD.SCREEN statements in your code.
You have also hard coded all localref fields.
Instead of hardcoding the LOCAL.REF fields you can use CALL GET.LOC.FIELD to get the position and use it in your code
Surely I guess all this will cause your validation rtn to have performance implications.
create a PGM.FILE entry for your validation routine with TYPE as S and also add the application to which you are attaching in the APPL.FOR.SUBR..field.
Curious to know why you have a CALL F.READ statement with 6 parameters in your code!
There are a lot of CALL REBUILD.SCREEN statements in your code.
You have also hard coded all localref fields.
Instead of hardcoding the LOCAL.REF fields you can use CALL GET.LOC.FIELD to get the position and use it in your code
Surely I guess all this will cause your validation rtn to have performance implications.
Have a great day !
Please Log in or Create an account to join the conversation.
- diveshsingh
- Topic Author
- Offline
- Senior Member
Less
More
- Posts: 56
- Thank you received: 0
14 years 2 months ago #5591
by diveshsingh
Replied by diveshsingh on topic Re: T24 Browser for FireFox and Internet Explorer
Thanks Kripesh for replying
I have done the needful you have suggested.... but the still the issue remain the same.
I have done the needful you have suggested.... but the still the issue remain the same.
Please Log in or Create an account to join the conversation.
- donkihote
- Offline
- New Member
Less
More
- Posts: 5
- Thank you received: 0
14 years 1 month ago #5728
by donkihote
Hi,
Did you restart TCServer yet?
Replied by donkihote on topic Re: T24 Browser for FireFox and Internet Explorer
Thanks Kripesh for replying
I have done the needful you have suggested.... but the still the issue remain the same.
Hi,
Did you restart TCServer yet?
Please Log in or Create an account to join the conversation.
- saahmad
- Offline
- Premium Member
Less
More
- Posts: 145
- Thank you received: 9
14 years 1 month ago #5730
by saahmad
Replied by saahmad on topic Re: T24 Browser for FireFox and Internet Explorer
what broser version of t24 R08 are you using. Moreover what firefox version are you using. Also make sure that the browser has its popup blocker DISABLED. Moreover do the following (May be not very promising )
Configuring Firefox 2.0 to open Tab Windows
Firefox users who want to set up their windows to open in tabs must do the following:
1. In the browser url field for Firefox, type about:config
2. Make sure these are your settings for the following values
browser.link.open_external 3
browser.link.open_newwindow 3
browser.link.open_newwindow.restriction 0
All new windows will now open in a new tab.
I hope this helps
Configuring Firefox 2.0 to open Tab Windows
Firefox users who want to set up their windows to open in tabs must do the following:
1. In the browser url field for Firefox, type about:config
2. Make sure these are your settings for the following values
browser.link.open_external 3
browser.link.open_newwindow 3
browser.link.open_newwindow.restriction 0
All new windows will now open in a new tab.
I hope this helps
Please Log in or Create an account to join the conversation.
- Barua.Barua
- Offline
- Senior Member
Less
More
- Posts: 42
- Thank you received: 4
14 years 1 month ago #5762
by Barua.Barua
Replied by Barua.Barua on topic Re: T24 Browser for FireFox and Internet Explorer
Is the JBASE_DEBUG_PIPE=1 set in the Environment.vars" file in the same directory as the tcserver.xml ?
Please Log in or Create an account to join the conversation.
- Forum
- T24 Technical Discussions
- T24 Installation & Configuration
- T24 Browser for FireFox and Internet Explorer
Time to create page: 0.099 seconds