Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

次のフォームは、チェック・ボックスの値を表示するものです。


フォームのソース・コードは次の通りです。

Begin_Com Role(*EXTENDS #PRIM_FORM) Caption('Test Form') Height(139) Left(414) Top(164) Width(421)
Define_Com Class(#HEALTHFND.Visual) Name(#HEALTHFND) Displayposition(1) Left(19) Parent(#COM_OWNER) Tabposition(1) Top(47) 
Define_Com Class(#STD_TEXTS.Visual) Name(#STD_TEXTS) Caption('Value of #HEALTHFND:')Displayposition(2) Height(19) Labeltype(Caption) Left(216) Parent(#COM_OWNER) Tabposition(2) Top(48) Width(185)   
Evtroutine Handling(#HEALTHFND.Changed) Options(*NOCLEARMESSAGES *NOCLEARERRORS) 
Change Field(#STD_TEXTS) To(#HEALTHFND) 
Endroutine   
End_Com