This is similar to Solution(.sln) file in c#.
After this, We need to create target (.pbt) which is the application to be created. With this a default library(.pbl) is created. Libraries(.pbl) in powerbuilder is similar to .proj files in C#. We can create multiple libraries within a single application .Having different libraries for intended purpose help in reusability and modularity .
The Application has the open() Event fired when the application starts to Run. Here we need to specify the window to open when the application starts. Also , Database connection can be configured here using SQLCA and closed in close() event.
No comments:
Post a Comment