Search found 5 matches: cexport

Return to advanced search

Re: Drawing on a TImage and save (revamped) :-)

... := 100 // RESIZE-factor cExtension := "JPG" // define the EXPORT-format, it will be converted to the format-number oImg:SaveImage( cExport, 2, 25 ) it was defined ( low quality ), how to change the quality changed from 25 to 80 see the difference ! it will grow in size !!! http://www.pflegeplus.com/pictures/enrico3.jpg ...
by ukoenig
Thu Apr 03, 2014 10:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Drawing on a TImage and save (revamped) :-) [Solved]
Replies: 41
Views: 8383

Re: Drawing on a TImage and save (revamped) :-)

... ( ENRICO.PRG ) because it is a little bit complicated. http://www.pflegeplus.com/pictures/enrico1.jpg The EXPORT oImg:SaveImage( cExport, 2, 25 ) For better quality, You can change the quality-factor The EXPORT-size is 1:1 to original. You can resize the EXPORT ( nResize := 70 ...
by ukoenig
Thu Apr 03, 2014 10:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Drawing on a TImage and save (revamped) :-) [Solved]
Replies: 41
Views: 8383

Update a Var in Office2007-Bar from MDI-Child fixed !!!

As a sample i had to do : In the Outlook2003-Child => oExport VAR cEXPORT To show the Var in the Office2007-Buttonbar oExport:Value() // the changed value from the child ------------------ I just want to export the database to the new destination when i ...
by ukoenig
Fri Feb 01, 2008 9:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Refresh vars in Office2007-Bar from MDI-Child ? => solved
Replies: 3
Views: 927

Refresh vars in Office2007-Bar from MDI-Child ? => solved

... oSay:Refresh() The changes for the problem : // This Var has to be changed //-------------------------------------- REDEFINE GET oEXPORT VAR cEXPORT ID 170 OF aCtrl[nPage] ; PICTURE "!!!!!!!!!!!!!!!!!!!!" UPDATE // ------------------------------------- aCtrl[nPage]:bStart:= ; {|| B_Bar4(oDlg,oBrw5,aCtrl,nPage,cFile1,oExport) ...
by ukoenig
Fri Feb 01, 2008 6:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Refresh vars in Office2007-Bar from MDI-Child ? => solved
Replies: 3
Views: 927

Problem with xBrowse in MDI-Childs

... DBFTYP := "" local oFilter, cFilter := SPACE( 70 ), cFELD := "", l_INDEX := .F. local oSUCH, cSUCH := "", aSCOPE, nSCOPE := 1 local oEXPORT, cEXPORT := "EXPORT.DBF ", oINDKEY, cINDKEY := "" local oOemAnsi, cOemAnsi := "" DEFINE DIALOG aCtrl[nPage] RESOURCE "BROWSER" OF oDlg PIXEL cFile1 := ...
by ukoenig
Tue Jan 29, 2008 8:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with xBrowse in MDI-Childs
Replies: 3
Views: 1125

Return to advanced search