Hide the data_entry menu

Other discussions about CSPro
Post Reply
rwejio
Posts: 1
Joined: October 22nd, 2014, 11:36 am

Hide the data_entry menu

Post by rwejio »

how i can hide the data_entry toolbar in the pff file, i know crtl + j can do it, but i need hide them in the execution an lock the keys
Gregory Martin
Posts: 1792
Joined: December 5th, 2011, 11:27 pm
Location: Washington, DC

Re: Hide the data_entry menu

Post by Gregory Martin »

Take a look at this:

http://www.csprousers.org/help/html/run ... _entry.htm
The parameter "NoMenus" will open CSEntry in a tablet-friendly mode whereby the case tree and the CSEntry menus and title bar are not shown.
So write:
[DataEntryInit]
FullScreen=NoMenus
Post Reply