Hi
I have created C/Al Global variable Customers Data Type record . SubType G/L Entry. On Request Page i have added this field. In C/Al properties i have set it temporary as Yes. But when i run i get the below error
The Control Customers(2) has an invalid Data Type Record
Customers - OnLookup(VAR Text : Text) : Boolean REPEAT CustomersTemp.INIT; CustomersTemp := "G/L Entry"."Source No."; CustomersTemp.INSERT; UNTIL "G/L Entry".NEXT = 0;
*This post is locked for comments