database table used for storing the account ranges in menus 25.3.17 and 25.3.20

sreekuax

Member
Hi Guys,

We really dont have the source code to check this. Please help me to identify the tables which is used to
show the account ranges in menu 25.3.17 and 25.3.20.eb2.JPG Means the frame which shows the range is not editable and I cant use a ctrl-f to find it.
version : mfg/pro eB2 SP8 , CHUI.
 

sreekuax

Member
Found out ... for 25.3.17 its from cr_mstr and for 25.3.20 its from asc_mstr... I hope this is right... not sure though
 

Rob Fitzpatrick

ProgressTalk.com Sponsor
If you want to know what tables you are reading in a given program, you can use _UserTableStat. This assumes that (a) you have that VST, (b) you configured the -tablerangesize and -basetable startup parameters appropriately before the most recent database start, and (c) you have access to an editor and can write a bit of 4GL code.

This VST contains counters for each table for record creates, reads, updates, and deletes. Read the stats before you run the program and again afterwards and you will see which ones you are accessing based on which counters have changed.
 
Top