2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

登録画面を作りします

Posted at

今回は前回リスト画面の続きで登録画面を作りします。

  1. Add WebScreen画面を作りします。画面名をPersonAddとします。

image.png

image.png

PersonAdd画面を右クリックして、Add Local Variableをクリックして、画面変数を作りします。
image.png
画面変数のnameをpersonにネーミングします。
DataTypeはEntityのPersonを指定します。
image.png
image.png
Widege boxからForm のwidegeと三つinputのwidegeをPersonAdd画面に追加します。
追加後のイメージ図。
image.png
FormのSourceRecordは変数personを指定します。
image.png
Widege boxからbuttonのwidegeをPersonAdd画面に追加します。
ButtonのDestinationをNew Sceen Actionをクリックして、作成後はSavePersonActionにネーミングします。
image.png
データを登録ために、SavePersonActionにPerson EntityのCreatePersonを画面に追加します。
image.png
CreatePersonを追加後、SourceはForm1.Recordを指定します。

widegeBoxからDestinationをSavePersonActionに追加します。
追加後、Destination属性を「MainFlow\ListGamen
」で指定します。
image.png
list画面から追加画面に遷移のボタンを追加して、destinationの属性はMainFlow\PersonAddを指定します。
image.png
最後は1-Click Publishして、テストします。
image.png
image.png
image.png

2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?