Delete layout file

rfresh

Well-Known Member
Licensed User
Longtime User
I created a layout file (Contact.bas) in the Designer but no longer need it. How do I delete it?

Thanks...
 

Mahares

Expert
Licensed User
Longtime User
NJDude, I do not think 'Rfresh' wants to remove a code module. I think he meant 'contact.bal' as a layout file. To remove a layout:
1. In the IDE, select the 'Add files' tab in the lower right corner.
2. Put a check mark next to the layout file you want to get rid of.
3. Right click the layout file and select 'Remove selected'

Mahares
 
Upvote 0

rfresh

Well-Known Member
Licensed User
Longtime User
@mahares

You are correct, that's what I wanted to do. Sorry I used the wrong file extension.

Thanks to both of you.
 
Upvote 0

NJDude

Expert
Licensed User
Longtime User
NJDude, I do not think 'Rfresh' wants to remove a code module. I think he meant 'contact.bal' as a layout file. To remove a layout:
1. In the IDE, select the 'Add files' tab in the lower right corner.
2. Put a check mark next to the layout file you want to get rid of.
3. Right click the layout file and select 'Remove selected'

Mahares

Yes, you are right, I got a little confused because he wrote "Contact.bas" the ".bas" extension is for modules, ".bal" is for layouts.
 
Upvote 0
Top