Page 1 of 1

print system

Posted: Mon Jun 02, 2014 6:35 am
by dragancesu
I see that HMG gets better and more beautiful, this is the part where you write proposals to be even better

HMG has solved a big problem Clipper, print on Windows printer, has a preview and make a suggestion

Preview looks as pdf view, and there are functions find, to miss

In all print systems are psuedo-variables of the current page and total page, and then on the first page it says "Page 1/total pages"

Re: print system

Posted: Mon Jun 02, 2014 3:35 pm
by Javier Tovar
What is your question or suggestion?

Regards

Re: print system

Posted: Mon Jun 02, 2014 5:21 pm
by danielmaximiliano
Javier Tovar wrote:What is your question or suggestion?

Regards
ya lo dijo Javier.

Re: print system

Posted: Tue Jun 03, 2014 6:46 am
by dragancesu
OK, this topic has been Wishlist

I wish:

- to the print preview contain field for Find

- that exist a pseudo-variables, which contain 1) a current page number, and 2) the total number of pages (it exist in many report system)

Re: print system

Posted: Tue Jun 03, 2014 4:29 pm
by Javier Tovar
Hola dragancesu,

Bueno amigo, el botón para buscar en la vista previa no se si es posible, esperemos qie dicen los maestros!. Aunque yo lo consideraria en la programación y no en la vista previa, en la programación si es posible, y necesaria.

En la vista previa en la parte superior izquierda ahí sale [1/5], la pagina actual y el numero total de paginas.

Ahora si quieres personalizar la impresión al estilo "WORD" en pie de pagina, eso lo puedes hacer desde la programación y ya en vista previa saldría como tu quieras.

Si necesitas un ejemplo en la programación no dudes en solicitar.

Saludos

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Hi dragancesu,

Well friend, the button to search the preview if not possible, hopefully qie teachers say!. Although it would consider in programming and not in the preview, programming if possible and necessary.

In the preview in the top left there goes [1/5], the current page and the total number of pages.

Now if you want to customize the printing style "WORD" on an ad, that you can do from programming and already in preview would come out as you want.

If you need an example in programming not hesitate to ask.

regards

print system

Posted: Tue Jun 03, 2014 5:03 pm
by Pablo César
Javier Tovar wrote:
dragancesu wrote:I wish:

- to the print preview contain field for Find
Well friend, the button to search the preview if not possible
There is an interesting article here (SVG file) that could gives an idea. Remember one thing, you are displaying an Metafile on preview.

Of course this is Wishlist and IMHO reports and previews are very usefull for end-users, so I considered very important too.

Re: print system

Posted: Tue Jun 03, 2014 5:18 pm
by Javier Tovar
OK Pablo César,

Gracias por la información.

Saludos