55.01 Dialect Edit Form with Master as Autocomplete(Typeahead) (Wpf) - chempkovsky/CS2WPF-and-CS2XAMARIN GitHub Wiki

  • To modify Edit-form for Dialect View
    • Run Visual Studio and Open “CS2WPF” solution
    • Right Click
      • Literature/LitDialect of "ModelServicesPrismModule"-project
    • And select “Wpf Forms Wizard” menu item to open the Wizard dialog

picture

  • Note:
    • On the first page of the dialog the destination folder is shown. The destination folder is the folder in which the generated file will be saved.

picture

- Click “Next”-button
  • On the second page of the dialog the developer should select existing DbContext file. Select:
    • Dm02Context (project)
    • LitDbContext (context)

picture

- Click “Next”-button
  • On the second page of the dialog the developer should select existing DbContext file. Select:
    • Dm02Context (project)
    • LitDbContext (context)

picture

- Click “Next”-button
  • On the third page of the dialog the developer should select the View. Select:
    • “LitDialectView“.
    • Set “InputType” as it is shown on the slide.

picture

  • On the fourth page click “batch processing”-button. “Batch actions” dialog will be shown.
    • Select “01500-EForm.json”
    • Click “Start”-button

picture

  • rebuild
    • ModelInterfacesClassLibrary
    • ModelServicesPrismModule
    • PrismDemoApp
  • run Dm04WebApp
  • run PrismDemoApp
    • Navigate to Dialect(lform)
    • Open "Modify Item"-dialog
    • Start typing 'english' in the "Language"-TextBox

picture