Welcome To T24All
Welcome, Guest
Username Password:

Setting enrichment of a field
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: Setting enrichment of a field

Setting enrichment of a field 2 years, 1 month ago #4297

  • Booster
  • OFFLINE
  • Junior Boarder
  • Posts: 25
  • Karma: 0
Hi,

I want to know how to set the enrichment of a field in BASIC routine.
COMI.ENRI won't help cuz I want set the enrichment not in the field I'm validating but in another field in my version

Is this possible?????????

Re:Setting enrichment of a field 2 years ago #4301

  • kees
  • OFFLINE
  • Expert Boarder
  • Posts: 149
  • Karma: 0
Last Edit: 2 years ago by kees.

Re:Setting enrichment of a field 2 years ago #4304

Make use of T.ENRI common variable, it will help out.

Re:Setting enrichment of a field 2 years ago #4326

  • Booster
  • OFFLINE
  • Junior Boarder
  • Posts: 25
  • Karma: 0
Many thanks for ur replies. :)
I'm so damn new to BASIC.
Need more help on T.ENRI plc...

Plc explain how I refer to some other field (Not the field the routine has been attached) in BASIC. tiny example may help alot

Re:Setting enrichment of a field 1 year, 8 months ago #5023

Am Facing the same problem,

When I set COMI.ENRI inside a validation routine or T.ENRI with the position of the field the system display the enrichement only when an Error is generated otherwise if we validate without error the system display the default enrichement.

I have tried REBUILD.SCREEN function & it still not working.

Plz if someone can give us an exemple :
Rtn type
How to use the T.ENRI Dynamic array

Thanks in advance.

Re:Setting enrichment of a field 1 year, 8 months ago #5049

Hi to all,

After some research,

This is the solution that I found for the enrichement problem :

- If you are using DESKTOP client : then you can use T.ENRI or COMI.ENRI (depends on your rtn type Vld or Input) and then call the REBUILD.SCREEN function.

- If you are using BROWSER client : unfortunatly the REBUILD.SCREEN can't be used ... then you can use I_GTS.COMMON lib:

$INSERT GLOBUS.BP I_GTS.COMMON

OFS$ENRI<field_position> = "my enrichement"

Cheers,
  • Page:
  • 1
Time to create page: 0.35 seconds