Designing of Smartform Layout Part 1
-
Suppose, I want to design a smartform like below.
-
The most important thing while designing a smartform is that we should decide how many section are there and what action we need to perform on that.
-
So, when I look in the above smartform, What basically I see is that we have 6 sections in our smartform.
Windows in Smartforms :-
-
For every smartform, we will create a window.
- That’s 6 windows for 6 sections.
1. Window 1 :- For Heading of our smartform
2. For Second Window, I want to display Employee Id and its value
3. For Third Window, I have to display, the Header details Label from Employee Table
4. For fourth window, We will display Header Details from our employee table in form of template.
5. In the 5th window, I will display the Project details label.
6. Our 6th window is the main window, where I will display multiple data from my item table which is ( Project Details for Employees )
Dimensions of Windows :-
-
We generally have 4 parts in the dimensions of our window in any smartform.
- Left Margin :- what left margin I want to give
- Width :- Width of any window
- Top Margin :- Margin from top
- Height :- Height for the Window
-
So, we will describe height for our each window.
Comments
Post a Comment