Page 1 of 1

For 257 version

Posted: Mon Jun 11, 2012 5:22 pm
by MIGUELON
Hi Roger I bring you 2 ideas to improve PREVIEW and add it to version 257.

1) You can use the mouse wheel to scroll the Preview

2) You can see a horizontal bar that moves with the Up or Down

With SQPSQL respcto to me seems very well that you include in the new version 257

regards
Miguel

Re: For 257 version

Posted: Mon Jun 11, 2012 8:42 pm
by rdonnay
Miguel -

I am done with build 257 and do not want to add anything more that will cause regression.
Your requests will need to wait until build 258. Sorry.

Roger

Re: For 257 version

Posted: Tue Jun 12, 2012 5:35 am
by digitsoft
Hello Roger
I've download eXpress Install 256 and does not work GETALIGN
I have the same error, and I've noticed that when installing this
Version of Express Menu only has the option to Uninstall eXpress

Paulino Nolberto
Regards

Re: For 257 version

Posted: Thu Jun 14, 2012 12:54 pm
by rdonnay
I just tested the below code with build 256 and it works fine.
I changed the readme.txt file to clarify when and how this is used.

Code: Select all

 1192. Added a GETALIGN option to the @ DCSAY .. GET command. GETALIGN <nAlign>
       specifies how the characters are aligned within the DC_XbpGet object.
       For proper operation, this should only be used with numeric gets and a 
       picture clause.  This option is intended for numeric gets that use 
       proportional fonts. Examples:

       nNum := 12.56

      @ 0,0 DCGET nNum ALIGN XBPSLE_LEFT GETFONT '9.Arial' PICTURE '99.99'
      @ 1,0 DCGET nNum ALIGN XBPSLE_CENTER GETFONT '9.Arial' PICTURE '99.99'
      @ 2,0 DCGET nNum ALIGN XBPSLE_RIGHT GETFONT '9.Arial' PICTURE '99.99'