Page 1 of 1

Where is "object" for VL-Web page

Posted: Tue Dec 20, 2022 4:46 am
by atostaine
Where can I find the executable for a web page that runs on IBM i?

I'm trying to figure out what objects are being used. My objects all show on the IBM i as used today but according to the IDE these objects are only referenced in a web page and reusable part that fails to load as not found in my browser.

I expect that what I'm looking for is in the IFS under my root install LANSA_DC4PGMLIB.

Thanks, Art

Re: Where is "object" for VL-Web page

Posted: Tue Dec 20, 2022 5:42 am
by Dino
a simple web page, like test1219 will be here (assuming partition abc):
/lansa_DC4pgmlib/x_lansa/x_abc/web/vl

and will be a couple of files:

Code: Select all

                            Work with Object Links              
                                                                
Directory  . . . . :   /lansa_DC4pgmlib/x_lansa/x_abc/web/vl    
                                                                
Type options, press Enter.                                      
  2=Edit   3=Copy   4=Remove   5=Display   7=Rename   8=Display 
  11=Change current directory ...                               
                                                                
Opt   Object link            Type     Attribute    Text         
      test1219.html          STMF                               
      test1219.js            STMF                               

Re: Where is "object" for VL-Web page

Posted: Tue Dec 20, 2022 7:18 am
by atostaine
Thanks Dino.