× Discuss on Template programming, jBASE programming, Enquiries, No-File enquiry, Enquiry routines, Version, Version routines, Menus, Abbriviations, Creating local reference fields, Fast path enquiries, Creating charts and graphs, Generating Reports, Deal slips, Straight through processing, Multi Company and Multi Book setup, Tabbed screens, Composite Screens, T24 API, etc...

Local Filed Updattion

  • ashokp
  • Topic Author
  • Offline
  • New Member
  • New Member
More
17 years 1 day ago #966 by ashokp
Local Filed Updattion was created by ashokp
Lets say, there are some file in GLOBUS.BP I_F.LR. as below:


jsh t24 ~ -->CT GLOBUS.BP I_F.LR.CUSTOMER
I_F.LR.CUSTOMER
001 * Version n dd/mm/yy GLOBUS Release No. G13.0.00 05/07/02
002 * File Layout for CUSTOMER
003 * PREFIX[LR.CUS]
004 EQU LR.CUS.CUST.PRIORITY1 TO 1,
005 LR.CUS.CUST.PRIORITY2 TO 2,
006 LR.CUS.Whld.Tax.Sector TO 3,
007 LR.CUS.CUST.PRIORITY4 TO 4,
008 LR.CUS.CUST.PRIORITY5 TO 5,
009 LR.CUS.CUST.PRIORITY6 TO 6,
010 LR.CUS.BIRTH.ID TO 7,
011 LR.CUS.HOME.PHONE.NO. TO 8,
012 LR.CUS.MOBILE.PHONE.NO TO 9,
013 LR.CUS.BUSINESS.PHONE TO 10,
014 LR.CUS.E.MAIL.ADDRESS TO 11,
015 LR.CUS.CORR.COUNTRY TO 12,
016 LR.CUS.PERM.STREET TO 13,




Any body have an idea how to update new local fields in such kinda header file?



Ashok
IFSC Dublin-1
Ireland

Please Log in or Create an account to join the conversation.

More
17 years 1 day ago #967 by malai
Replied by malai on topic Use LT and LRT
First point to be noted is, you are not supposed to add amend the core I_F files.



If you want to add local fields you need to use LOCAL.TABLE and LOCAL.REF.TABLE applications.



To create I_F files for your local application you need to use FILE.LAYOUT program in jBASE/UNIVERSE prompt.



___________

Thanks

Please Log in or Create an account to join the conversation.

More
17 years 1 day ago #968 by fatkat
Replied by fatkat on topic new technique used
Hi,



This is a new technique used by developers; to an INSERT files for local ref table, without using GET.LOC.REF function.



It is supposed to be faster. But (IMHO) not reliable, as any change tothe LOCAL.REF.TABLE must be followed by this table being updated.



Back to the question: I have seen locally developed apps/routines written by users to update the I_F.LR* files.






fatkat

YM: This email address is being protected from spambots. You need JavaScript enabled to view it.

Please Log in or Create an account to join the conversation.

  • ashokp
  • Topic Author
  • Offline
  • New Member
  • New Member
More
17 years 23 hours ago #969 by ashokp
Replied by ashokp on topic LRF
Guys,

I know what it is and I had done 2 years back during the upgrade. I can not remember now that y I asked if any body knows?


Ashok

IFSC Dublin-1

Ireland

Satisfaction is end of career growth

Please Log in or Create an account to join the conversation.

More
17 years 18 hours ago #970 by eb.phantom
Replied by eb.phantom on topic Give your Requirement
Hi,



Give your requirement here. We try to give you a nice utility.


EB.PHANTOM

Please Log in or Create an account to join the conversation.

More
16 years 11 months ago #971 by jedi
Replied by jedi on topic please go to download section
please go to download section, i have attached the subroutine which creates the inserts for local refs. you will have to create a PGM.FILE with Type = M in the name of the subroutine LRF.FILELAYOUT

after you run this , the insert file will be created in the BP directory.

every time any local ref is created or updated for a specific application, this routine should be run.

Please Log in or Create an account to join the conversation.

More
16 years 10 months ago #972 by sharathnp
Replied by sharathnp on topic Local field updation
Buddy the client should agree to use the additional file created,i.e.I_LR....



For your info it can be updated as...



R.REC = XXX






SharathNP

Think positive

Please Log in or Create an account to join the conversation.

Time to create page: 0.085 seconds