Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Scout/Tutorial/3.7/Minicrm Step-by-Step"

< Scout‎ | Tutorial‎ | 3.7
(Replaced content with "The Scout documentation has been moved to https://eclipsescout.github.io/.")
 
(99 intermediate revisions by 12 users not shown)
Line 1: Line 1:
== Prerequisites ==
+
The Scout documentation has been moved to https://eclipsescout.github.io/.
# Have a look at the EclipseScout Client Component Model: [[Main_concepts| Main Concepts]]
+
 
+
== Installation / Set Up ==
+
# Download [http://scout.bsiag.com/ Scout] and Unzip it
+
# Download [[Media:DerbyDB.zip |DerbyDb]] and Unzip it
+
# Start EclipseScout
+
 
+
== Create a new EclipseScout project ==
+
# If you haven't done so yet, change to the Scout perspective. On the folder ''Scout Projects'', right click and choose ''New Scout Project'' in order to create a new Scout project. As project name, enter ''eclipse.org.minicrm''.
+
 
+
<gallery perrow="3">
+
Image:NewProjectScout.jpg|The context menu to create a new Scout Project
+
Image:ProjectWizard.jpg|The wizard to create a new Scout Project
+
Image:Project.jpg|What the project tree should like after you have created your project
+
</gallery>
+
 
+
 
+
# Start Server
+
[[Image:ServerProduct.jpg]]
+
# Login on Webpage
+
# Start Client
+
 
+
== Add the SqlService ==
+
# New SqlService...
+
# The DB
+
[[Image:Company.jpg]]
+
[[Image:Person.jpg]]
+
 
+
== Create an Outline ==
+
# New Outline
+
# New Table
+
# Add Columns
+
# getConfiguredDisplayable vs. getConfiguredVisible
+
# Get Data for Table
+
# BindBases
+
 
+
== Create a Form ==
+
# New Form
+
## FormHandler
+
## ProcessService
+
## FormData
+
# SQL.selectInto 
+
 
+
== Start the Form ==
+
# New Menu
+
# execAction 
+
 
+
== Modify the Form ==
+
# Validation
+
# Formatting
+
# Changing Background or Foreground
+
 
+
== Extend the Form ==
+
# Smartfield
+
# HtmlField
+
# Button
+
 
+
== Create a SearchForm  ==
+
 
+
== Expand the Tree ==
+
# NodePage
+
 
+
== Bing Webservice ==
+
 
+
== Shared Context ==
+
# Scope
+
# execLoad
+
# Add variables
+

Latest revision as of 05:17, 14 March 2024

The Scout documentation has been moved to https://eclipsescout.github.io/.

Back to the top