About R.NEW Function

1,895 views
Skip to first unread message

prabal_482

unread,
Mar 9, 2008, 6:07:25 AM3/9/08
to jBASE
hi all,
I am writing a validation routine , i want values to be posted
automatically to the respective field. But when it comes to Local Ref,
it doesnt get displayed.
Say i have five local refs, and i want to display value to the third
local ref field.

For normal field i call R.NEW as :

R.NEW(FT.DEBIT.THEIR.REF) = Y.FT.ID

which works fine, but how do i call a local ref field?

say this field FT.LOCAL.REF

65. 1 FREE.TEXT.MSG
66. 1 MESSAGE........
67. 1. 1 FCY.TXN.PURP
67. 2 PASSPORT.NO....
67. 3. 1 GOODS.IMPORT

i tried R.NEW(FT.LOCAL.REF,2) = Y.FT.ID , for PASSPORT.NO but didnt
work.

and if i only give R.NEW(FT.LOCAL.REF) = Y.FT.ID , then Y.FT.ID gets
displayed in the first local ref field.

Any suggestions ?

jetendra sahu

unread,
Mar 9, 2008, 6:19:22 AM3/9/08
to jB...@googlegroups.com
Hi 
 
Try the below syntax
CALL GET.LOC.REF("FUNDS.TRANSFER","INPUT.REF",FT.POS)
R.NEW(FT.LOCAL.REF)<1,FT.POS) = Y.FT.ID
 
Where INPUT.REF is the Name of the local ref field in FT.

 

lukasz

unread,
Mar 9, 2008, 6:26:32 AM3/9/08
to jBASE
a little correction ;-), insted of last ) - > >
R.NEW(FT.LOCAL.REF)<1,FT.POS> = Y.FT.ID

On 9 Mar, 11:19, "jetendra sahu" <jitun...@gmail.com> wrote:
> Hi
>
> Try the below syntax
> CALL GET.LOC.REF("FUNDS.TRANSFER","INPUT.REF",FT.POS)
> R.NEW(FT.LOCAL.REF)<1,FT.POS) = Y.FT.ID
>
> Where INPUT.REF is the Name of the local ref field in FT.
>

SSmirnov

unread,
Mar 9, 2008, 6:29:10 AM3/9/08
to jBASE
Small error :)

R.NEW(FT.LOCAL.REF)<1,FT.POS> = Y.FT.ID

Instead of FT.LOCAL.REF, you may use global variable LOCAL.REF.FIELD
(I_COMMON), when you should have following string:
R.NEW(LOCAL.REF.FIELD)<1,FT.POS> = Y.FT.ID


On Mar 9, 4:19 pm, "jetendra sahu" <jitun...@gmail.com> wrote:
> Hi
>
> Try the below syntax
> CALL GET.LOC.REF("FUNDS.TRANSFER","INPUT.REF",FT.POS)
> R.NEW(FT.LOCAL.REF)<1,FT.POS) = Y.FT.ID
>
> Where INPUT.REF is the Name of the local ref field in FT.
>

prabal_482

unread,
Mar 9, 2008, 7:12:56 AM3/9/08
to jBASE
thanks all it worked.

cheers...

Jim Idle

unread,
Mar 9, 2008, 9:25:17 PM3/9/08
to jB...@googlegroups.com
PLEASE PLEASE PLEASE read the message at the end of every post:

> Type [T24] at the start of the subject line for questions specific to
> Globus/T24

Thank you,

Jim

Tom Turkington

unread,
Mar 10, 2008, 11:52:57 AM3/10/08
to jB...@googlegroups.com
Jim, I feel like this is almost a lost cause. I think you've been
requesting this for at least 6 to 7 months, have added it to the postfix on
the emails, and still only 1 out of a 100 poster's pay attention. Perhaps
if one of us non-T24 user's pointed out how annoying this is, but alas, I'm
not sure anyone cares. Boohoo.

Tom

Luis Lascano

unread,
Mar 10, 2008, 6:33:06 PM3/10/08
to jB...@googlegroups.com
Jim,

Globus/T24 groups in google groups are for this type of questions.

http://groups.google.com/group/TEMENOS-GLOBUS
http://groups.google.com/group/globus-t24

May be there should be some kind of restriction on this group for users who
insist on this... it is only a suggestion of course... unless it is decided
to classify it as a lost cause...

Luis

Jim Idle

unread,
Mar 10, 2008, 6:42:17 PM3/10/08
to jB...@googlegroups.com
> -----Original Message-----
> From: jB...@googlegroups.com [mailto:jB...@googlegroups.com] On Behalf
> Of Luis Lascano


> Globus/T24 groups in google groups are for this type of questions.
>
> http://groups.google.com/group/TEMENOS-GLOBUS
> http://groups.google.com/group/globus-t24
>
> May be there should be some kind of restriction on this group for users
> who

No - generally it works just fine, and it isn't that often that there is a question that is absolutely T24 only stuff, such as how to configure menus. It is just that we get a lot of new subscribers every week and they just need a bit of prompting ;-) Almost all question about T24 on jBASE involved something to do with jBASE that is common to anyone else with an application running on jBASE really.


Jim

Daniel Klein

unread,
Mar 10, 2008, 6:52:15 PM3/10/08
to jB...@googlegroups.com
And of course there are the extremely descriptive subject lines like 'Help, 'Hi' and 'Urgent' that tell us exactly what the nature of the post will be.

Dan
Reply all
Reply to author
Forward
0 new messages