Sunday, August 9, 2009

Manual form Development

1)Open the TEMPLETE.fmb

2)Delete Canvas,Window,Datablock

3)Create New Canvas,Window attach Property classes

4)Create New Datablock select Manuval Development

5)Goto Properties of Datablcok

1)SubClass Information = Block

2)Query Data SourceName = TableName

3)Query Data SourceColumns = Select Colunmns and Datatypes

6)Goto Canvas Define the Frame attach Properties

1)SubClass Information = FRAME_RECT

2)Layout Datablock = Select the Datablock Whatever we have created

7)Define Boiler Plate Text and Texst Items for Text Items attach folowing Property Classes

1)SubClass Information = TEXT_ITEM

2)Coluimn Name = Database Column Name8)Save the form

9)Change the Property called first Navigation Datablock

10)Customize Pre-Form WHEN-NW-FORM-INSTANCE Triggers APP_CUSTOM package

11)Save the .fmb AND generate the .fmx

12)Register the Form in Application Developer