New feature suggestion : Fields with entry if and procedures designer ID

Daniel Rodríguez reasegurator at gmail.com
Tue Jul 24 10:33:31 CDT 2007


When you create a screen with fields with the ENTRY IF option, you must
write a procedure designer for the ID number in order to obtain the same
behavior in change mode than in entry mode.

Is there any special reason for it or I'm missing something?

It is possible that Qdesign autogenerate the code if the procedure doesn't
already exists?

Kind regards,

Daniel Rodriguez


SCREEN PRUEBA

TEMP TFIELD1 CHAR*2
TEMP TFIELD2 CHAR*2

FIELD TFIELD1
FIELD TFIELD2 ENTRY IF TFIELD1 = "XX"

PROCEDURE DESIGNER 02
BEGIN
 IF TFIELD1 = "XX"
 THEN
  ACCEPT TFIELD2
END
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.sowder.com/pipermail/powerh-l/attachments/20070724/3c0ef4cd/attachment.html


More information about the powerh-l mailing list