Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How I make a form With out the top bar using templates

Status
Not open for further replies.

Xaplytz

Programmer
Jun 26, 2000
79
US
What I mean <br>Is what I have to do to make a from whit out&nbsp;&nbsp;title or caption&nbsp;&nbsp;I don’t want the<br>Blue bar than usually&nbsp;&nbsp;is&nbsp;&nbsp;on the top of the from.<br><br>If somebody can answer this question I will appreciate so mush <br>thank <br>
 
When you define the window do not use the system or title parameter. : for example:<br><br>define window DBFSHOW from 0,0, to wrows() ,wcols();<br>&nbsp;&nbsp;nofloat noclose nogrow nozoom nominimize nomdi none ;<br>&nbsp;&nbsp;font &quot;MS Sans Serif&quot;,8 ;<br>&nbsp;&nbsp;color scheme 10 ;<br>&nbsp;&nbsp;in screen <p>David W. Grewe<br><a href=mailto:Dave@internationalbid.net>Dave@internationalbid.net</a><br><a href= > </a><br>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top