datasheet background
Chris Watts
watts at acme.cc
Fri Jul 18 11:57:39 PDT 2008
You could make the text a brighter color.
I wrote this code about ten seconds after I got my 30" monitor: it
highlights the current line. It could be modified to do all sorts of
other mischief
put it in a procedure called .CurrentRecord and enjoy...
> Case info("WindowName")=DataFile and
> vgSmartHighlighting="-1" //make sure it's the data sheet,
> datafile is a variable holding the name of the current database
> Style "all black" //make all text black (undo the
> last line)
> Style ?(CON≠"" and GENElement≠"","record red","record
> blue") /make this line red or blue
> rtn
Here is a simplified version that doesn't need any variables to be set
in advance
Case info("WindowName")=info("databasename")
Style "all black"
Style "record red"
endcase
chris 'note canadian yet, eh' watts
On Jul 18, 2008, at 10:27 AM, David Thompson wrote:
>> Is there any way to get rid of the gray background of the datasheet
>> in Panorama 5.5? We have someone at our shop that's visually
>> impaired and it makes the text impossible to read. I know I can
>> build form, but we've used Panorama for years and the datasheet was
>> a frequent and useful interface. If there is a fix, it would save
>> alot of rebuilding.
>
> There is no way to get rid of it. You might try using Default Style &
> Color, from the Setup menu to make the text bold, or a contrasting
> color.
>
> A View as List form that resembles a data sheet could be built fairly
> quickly if you use the Quick Report option, and then make the form a
> View as List form, using Form Preferences... from the Setup menu.
>
> Dave
> _______________________________________________
> Qna mailing list
> Qna at provue.com
> http://provue.com/mailman/listinfo/qna
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://provue.com/pipermail/qna/attachments/20080718/49c97e1d/attachment.html
More information about the Qna
mailing list