Hi All
 Resolved my TNS issue but no I am unable to run forms from within my recently installed/configured Forms Builder application. I am simply choosing Program->Run Form from the toolbar. The form seems to starts to deploy, A message appears in the browser top right - ORACLE FORMS. This then disappears and is replaced by a blank browser screen. What am I missing? Please help. 
Oracle Version                    : 12.2.0.1.0
FMW/FRS                           : 12.2.1.2.0 
DB Oracle Home                 : C:\Oracle12c\DB\Oracle_Home
FMW Oracle Home             : C:\Oracle12c\Middleware\Oracle_Home
FRS Domain                       : C:\Oracle12c\Middleware\FRS\Forms\Domain
Forms Home                       : C:\Oracle12c\DB\Oracle_Home\forms
fmwconfig/TNS_ADMIN      : C:\Oracle12c\Middleware\FRS\Forms\Domain\config\fmwconfig
WLS_SERVER config         : C:\Oracle12c\Middleware\FRS\Forms\Domain\config\fmwconfig\servers\WLS_FORMS\applications\formsapp_12.2.1\config 
I am starting the various node manager and weblogic servers in the following order: 
C:\Oracle12c\Middleware\FRS\Forms\Domain\bin\startNodeManager.cmd                         - Node Manager
C:\Oracle12c\Middleware\FRS\Forms\Domain\bin\startWeblogic.cmd                                 - AdminServer Server
C:\Oracle12c\Middleware\FRS\Forms\Domain\bin\startManagedWeblogic WLS_FORMS   - WLS_FORMS Server 
I have set the web browser to chrome and also tried firefox but with same results, and set the run time Application Server URL to  
http://LAPTOP-9R3NTMTP:9001/forms/frmservlet  I have tried both test.fmx and mysimpleform.fmx in both the Application Server URL (  
http://LAPTOP-9R3NTMTP:9001/forms/frmservlet?form=test.fmx/mysimpleform.fmx ) and by setting the form parameter in the formsweb.cfg config file (form=test.fmx/mysimpleform.fmx), and added my FMX directory to the FORMS_PATH environment variable in default.env. 
What am I missing guys? Any help would be greatly appreciated. I've been trying to look for log files to see if I can see exactly what is being sent to OHS, but am not able to find any (must not be looking in the right places).