New FWH 19.09
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: New FWH 19.09
Dear Antonio,
I noticed a problem with xBrowse
It seems celledit on doubleclick -> return doesn't save the values.
regards
Uwe
I noticed a problem with xBrowse
It seems celledit on doubleclick -> return doesn't save the values.
regards
Uwe
Since 1995 ( the first release of FW 1.9 )
i work with FW.
If you have any questions about special functions, maybe i can help.
i work with FW.
If you have any questions about special functions, maybe i can help.
Re: New FWH 19.09
Dear Antonio,
May I know this HARUPDF NEW feature is also using EASYREPORT when we generate PDF directly ?
May I know this HARUPDF NEW feature is also using EASYREPORT when we generate PDF directly ?
* HARUPDF:
- New class FWPdf (derived from class TPdf contributed by Mr. Carlos Mora
and improved and adapted for FWH.).
\fwh\source\classes\fwpdf.prg and tpdf.prg
Usage:
oPdf := FWPdf():New( cPdfFileName )
// write text, images, barcodes and other graphics with the same methods
// like Priner class.
oPdf:End() // saves the pdffile and ends the object
- In normal course, it is not necessary to instantiate the object
separately and instead we can use PRINT/ENDPRINT commands to write
portable code.
At present, the command:
PRINT oPrn [PREVIEW] FILE "filename.pdf"
// code
ENDPRINT
will save the printed matter to filename.pdf and display if the
clause PREVIEW is used.
This behaviour will continue.
If TPrinter():lUseHaruPDF is set to .T., and linked with harupdf
by REQUEST FWHARU, the above print command will generate the pdf file
using harupdf.
Thanks
Shridhar
FWH 19.12, BCC 7 32 bit, MariaDB
Shridhar
FWH 19.12, BCC 7 32 bit, MariaDB
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: New FWH 19.09
Dear Uwe,
We are reviewing it, many thanks for your feedbackukoenig wrote:Dear Antonio,
I noticed a problem with xBrowse
It seems celledit on doubleclick -> return doesn't save the values.
regards
Uwe
- nageswaragunupudi
- Posts: 8017
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Contact:
Re: New FWH 19.09
We tested here and found it is working fine.ukoenig wrote:Dear Antonio,
I noticed a problem with xBrowse
It seems celledit on doubleclick -> return doesn't save the values.
regards
Uwe
This is a small sample
Code: Select all
#include "fivewin.ch"
REQUEST DBFCDX
function Main()
RDDSETDEFAULT( "DBFCDX" )
XBROWSER "STATES.DBF" FASTEDIT
return nil
If you are having any problem, please provide a small self contained sample to reproduce the problem.
Regards
G. N. Rao.
Hyderabad, India
G. N. Rao.
Hyderabad, India
- nageswaragunupudi
- Posts: 8017
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Contact:
Re: New FWH 19.09
Mr. Shridhar
It is not yet implemented for EasyReport.
We plan to implement it in the next version.
It is not yet implemented for EasyReport.
We plan to implement it in the next version.
Regards
G. N. Rao.
Hyderabad, India
G. N. Rao.
Hyderabad, India
Re: New FWH 19.09
Hello,
Can you please look at this?
https://forums.fivetechsupport.com/view ... =3&t=37792
Thank you
Can you please look at this?
https://forums.fivetechsupport.com/view ... =3&t=37792
Thank you
Saludos / Regards,
FWH 20.04, Harbour 3.2.0 dev (r1909261630) y BCC 7.40
FWH 20.04, Harbour 3.2.0 dev (r1909261630) y BCC 7.40
Re: New FWH 19.09
The problem doesn't belong to FASTEDIT
to get it working (EDIT_GET) I added the following line
:aCols:bOnPostEdit := { | o, v | SAVE_VALUE1( oProj1, v, nColNo ), oProj1:Save() }
the value is saved to the DBF after celledit -> return
I didn't need this with FWH_19.06 but maybe the dialog / browser-structure is a bit complicated
regards
Uwe
to get it working (EDIT_GET) I added the following line
:aCols:bOnPostEdit := { | o, v | SAVE_VALUE1( oProj1, v, nColNo ), oProj1:Save() }
the value is saved to the DBF after celledit -> return
I didn't need this with FWH_19.06 but maybe the dialog / browser-structure is a bit complicated
regards
Uwe
Since 1995 ( the first release of FW 1.9 )
i work with FW.
If you have any questions about special functions, maybe i can help.
i work with FW.
If you have any questions about special functions, maybe i can help.
- nageswaragunupudi
- Posts: 8017
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Contact:
Re: New FWH 19.09
Nothing is complicated. Fastedit or not the behaviour is the same.
By writing your own bOnPostEdit, you are complicating your program.
Keep your program simple and everything works fine.
Please post a small sample and we suggest the recommended way.
By writing your own bOnPostEdit, you are complicating your program.
Keep your program simple and everything works fine.
Please post a small sample and we suggest the recommended way.
Regards
G. N. Rao.
Hyderabad, India
G. N. Rao.
Hyderabad, India
Re: New FWH 19.09
This is a full working section ( exe and prg ) for the FASTEDIT-test
The same is done with 3 connected DBF's
DOWNLOAD
http://www.pflegeplus.com/DOWNLOADS/Install4.zip
regards
Uwe
The same is done with 3 connected DBF's
DOWNLOAD
http://www.pflegeplus.com/DOWNLOADS/Install4.zip
regards
Uwe
Last edited by ukoenig on Thu Oct 17, 2019 1:20 pm, edited 2 times in total.
Since 1995 ( the first release of FW 1.9 )
i work with FW.
If you have any questions about special functions, maybe i can help.
i work with FW.
If you have any questions about special functions, maybe i can help.
Re: New FWH 19.09
oPrint:roundbox(…) is not compatible to older FWH. The rectangle are turned 90 degrees and the pen is bigger!
- nageswaragunupudi
- Posts: 8017
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Contact:
Re: New FWH 19.09
Thanks! The pen is also in oPrint:box(...) bigger as before. In my case the pens are from type "object"
Re: New FWH 19.09
For a better understanding.
The new test includes 2 compiled versions using FWH 19.06 and FWH 19.09
the difference :
DOWNLOAD
http://www.pflegeplus.com/DOWNLOADS/Install5.zip
regards
Uwe
The new test includes 2 compiled versions using FWH 19.06 and FWH 19.09
the difference :
Code: Select all
I := 4
FOR I := 4 to len( oBrw:aCols )
oCol := oBrw:aCols[ I ]
oCol:nEditType := EDIT_GET
// ------- only FWh 19.09 ----------
// oCol:bOnPostEdit := {|o, v, n| IIF( n != VK_ESCAPE, ;
// oProject:FieldPut( o:nCreationOrder, v ), ), ;
// oProject:Save(), oBrw:RefreshCurrent() }
// ------- only FWh 19.09 ----------
NEXT
http://www.pflegeplus.com/DOWNLOADS/Install5.zip
regards
Uwe
Since 1995 ( the first release of FW 1.9 )
i work with FW.
If you have any questions about special functions, maybe i can help.
i work with FW.
If you have any questions about special functions, maybe i can help.
Re: New FWH 19.09
Probaste con :
Saludos.
Code: Select all
:bOnPostEdit:= { | oCol, xVal, nKey | If( nKey == VK_RETURN, oCol:value:= xVal,) }