On Tue, Jun 9, 2009 at 4:44 AM, Nan Dun wrote:
> Hello,
>
> Currently, in navigation window, the coordinates of cursor show like
> x = "%.1f", y="%.1f"
>
> Is it possible to custom these labels such that they show like
>
> my_x="%.3f", my_y="%.6f"
def my_x(x): return '%.3f'%x
def my_y(y): return
Hello,
Currently, in navigation window, the coordinates of cursor show like
x = "%.1f", y="%.1f"
Is it possible to custom these labels such that they show like
my_x="%.3f", my_y="%.6f"
Thank you.
Nan
--
Crystal Report