Need help how to hide the windows in forms6i.

Asked By 30 points N/A Posted on -
qa-featured

Hi,

I want to update my database and make new window in forms6i. But I cannot hide my previous windows.  Can anyone help me how to hide the windows in forms6i?  

Thanks.

SHARE
Best Answer by Drake Vivian
Best Answer
Best Answer
Answered By 30 points N/A #174886

Need help how to hide the windows in forms6i.

qa-featured

 

Hello there Jessica Allen,
 
A piece of code you're working on would be of a great help here.
 
However, a wild guess would be you're doing something wrong with focusing the items.
 
Try placing this line in your code:
 
GO_BLOCK('block_you'd_like_to_see');
 
 
This simple command will force Forms to change focus and to show the one you want and hide the old one you'd like to remove.
 
Hope this was helpful.
 
Answered By 0 points N/A #174887

Need help how to hide the windows in forms6i.

qa-featured
Hello Jessica,
 
As I guess, you may have a mistake with focusing the items. Replace the following line of code in your code: GO_BLOCK('block_you'd_like_to_see');
This command will force the Forms to change the focus and hence show the one you are looking for and hide the old one you want to remove.
 
 

Related Questions