Group: Forum Members
Posts: 31,
Visits: 125
|
Hi all, I’m totally newbie to Strataframe framework and want migrate from Powerbuilder a little desktop application I wrote in the past.
I already tested Strataframe the last year and begun a project with it, but the project cancelled. Now I’m starting again a new project and I hope that finally I can complete this one with .NET technology and Strataframe framework.
I know from my experience with Powerbuilder, that using a good framework can make me more productive and the created application will have a more functionalities than an application programmed without a framework, therefore I have decided to use Strataframe, but something I have learner in the past, is that it’s better to align your application with the framework if possible in order to use all the RAD possibilities.
I have looked at the StrataFlix sample application and found it very useful but I have some UI design questions.
I have seen that the normal approach for a maintenance form is using a StandardForm that invokes a BrowserDialog to search the item to edit.
Is it possible to have first the BrowserDialog, and then the StandarForm?
For example, when the user clicks the Customer’s menu, a BrowserDialog is displayed (in a Panel, not in a response Window). After selecting a customer in the BrowserDialog I want to open the StandartForm with the selected customer to edit it.
Excuse me for this large introduction,
Alex B.
|