screen record under VDC client
| Newsgroups | gmane.comp.lang.4gl.aubit.general |
|---|---|
| Message-ID | <[email protected]> |
Hi to all,
Screen record works well under VDC client ?
I wrote this test program and under GTK it's ok.
But VDC ignores screen record. Is it good ?
Thanks.
---===========================-----
---========= main.4gl ==========-----
---===========================-----
MAIN
DEFINE test1 CHAR(50)
DEFINE test2 CHAR(50)
LET test1 = "text 1"
LET test2 = "text 2"
OPEN WINDOW form1 AT 2,2 WITH FORM "form1" ATTRIBUTE(BORDER)
MENU "Operation"
COMMAND KEY(k) "Not working fill fields" "Hot Key is k "
DISPLAY test1 TO testRecord.field1
DISPLAY test2 TO testRecord.field2
CONTINUE MENU
COMMAND KEY(l) "working fill fields" "Hot Key is k "
DISPLAY test1 TO formonly.field1
DISPLAY test2 TO formonly.field2
CONTINUE MENU
COMMAND KEY(c) "clear all fields " "Hot Key is c "
DISPLAY "" TO formonly.field1
DISPLAY "" TO formonly.field2
CONTINUE MENU
COMMAND "EXIT"
EXIT MENU
END MENU
END MAIN
---===========================-----
---========= form1.per ==========-----
---===========================-----
DATABASE formonly
SCREEN SIZE 26
{
Test form
Text1:[fieldName1 ]
Text2:[fieldName2 ]
}
END
ATTRIBUTES
fieldName1 = formonly.field1 TYPE CHAR(50);
fieldName2 = formonly.field2 TYPE CHAR(50);
END
INSTRUCTIONS
DELIMITERS " "
SCREEN RECORD testRecord (
formonly.field1
formonly.field2
)
END
------------------------------------------------------------------------------
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester
Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the
endpoint security space. For insight on selecting the right partner to
tackle endpoint security challenges, access the full report.
http://p.sf.net/sfu/symantec-dev2dev
_______________________________________________
Aubit4gl-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/aubit4gl-discuss