Rajesh Karunakaran
Programmer
Dear Team!
I have come across a weird situation and failed to reach at a solution so far.
I have a login form, being created from a class (it's a class which holds application level details),
using loForm = CREATEOBJECT('loginpicture'). But, when I call the Show method, using 'LoForm.Show()' to show the form and to wait for user input, it doesn't work. The login form is not shown and without any error it just flows to the next line after this. However, it works and form is shown with employee list from the development enviro, ie when I start the application from command prompt by calling its main prg file. I am not able to remember any change I made which might have caused this.
By the way, the form 'WindowType' is Model.
Now, I just want to know if this is a known issue that something which could prevent the form being shown through the 'Show' method.
If there isn't any clue, I want to dig deeper to solve this.
Thanks in advance.
Rajesh
I have come across a weird situation and failed to reach at a solution so far.
I have a login form, being created from a class (it's a class which holds application level details),
using loForm = CREATEOBJECT('loginpicture'). But, when I call the Show method, using 'LoForm.Show()' to show the form and to wait for user input, it doesn't work. The login form is not shown and without any error it just flows to the next line after this. However, it works and form is shown with employee list from the development enviro, ie when I start the application from command prompt by calling its main prg file. I am not able to remember any change I made which might have caused this.
By the way, the form 'WindowType' is Model.
Now, I just want to know if this is a known issue that something which could prevent the form being shown through the 'Show' method.
If there isn't any clue, I want to dig deeper to solve this.
Thanks in advance.
Rajesh