Search found 131 matches: converts

Return to advanced search

Re: creating a new function HtmlToRtf()

... fine. https://github.com/jgm/pandoc/releases/tag/3.1.12 what...? I do not understand ? my HTMLTORTF function takes the generated cstring and converts it to rtf I don't know how to convert the tag for tables and links cTemp := StrTran(cTemp, "<table border='1'>", "\pard\intbl\itap0\plain\ltrpar{\trowd\trgaph70\trleft-70")  ...
by Silvio.Falconi
Fri Feb 16, 2024 11:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: creating a new function HtmlToRtf()
Replies: 3
Views: 281

Re: Problem with tget numeric

... no es bueno the solution I found is not good because when I resume the data fivewin updates to the full so if the data is 0.75 |0.20|3.60|0.50 he converts to 1|0|4|1 and that's not good If I made "@E 9,999.99" then it good when return 0.75 |0.20|3.60|0.50 but at new add I see 0.00 on ...
by Silvio.Falconi
Wed Jan 17, 2024 9:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with tget numeric
Replies: 16
Views: 1413

Re: not ISOEM(), ISANSI() or IsUTF8()

... := .t. for the required columns instead of setting for the entire browse. Not only display but we can also edit. When displaying the data XBrowse converts the data from OEM to ANSI and displays. If the user modifies the data though inline edit and save the changes, then XBrowse will convert ANSI ...
by nageswaragunupudi
Tue Aug 29, 2023 1:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: not ISOEM(), ISANSI() or IsUTF8()
Replies: 34
Views: 2074

Re: xBrowse footer picture

... * New function nStrToNum( cNumericVal, [lEuropean] ) --> nVal Optional Parameter lEuropean defaults to FWNumFormat()[ 1 ] == "E". Converts any number formatted as string using either European notation or American notation, retaining the full precision of the decimal part. In almost ...
by Marc Venken
Mon Apr 03, 2023 2:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse footer picture
Replies: 11
Views: 724

Re: Resource Bitmap for Fivewin

... is a binary data and then if it is an image type and then what image type it is (bmp,ico,cur,jpeg,png,tiff,etc) and then reads it as an image and converts into hBitmap (in some cases it can be meta or other types.) We just leave all that headache to FWH and get back hBitmap (or pImage) or nil.
by nageswaragunupudi
Sun Oct 30, 2022 3:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resource Bitmap for Fivewin
Replies: 7
Views: 434

Re: Bug in Harbour Descend()

... is designed to operate on binary (BYTE) sorting and gives reverted collation order only for codepages which use such collation. Because DESCEND() converts numbers to characters which have special order in CP you are using. Look at this list archive for some easy to create custom DESCEND() replacements ...
by cnavarro
Tue Oct 18, 2022 6:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in Harbour Descend()
Replies: 34
Views: 1686

Re: convert from a txt text file to a dbf with errors - RESOLVED

Most of the above comments were made, not knowing the full capabilities of FW_ArrayToDBF. The function FW_ArrayToDBF( aData ) converts any string values to the destination field type, before saving the data. This function is made keeping in view conversion from CSV. This type conversion ...
by nageswaragunupudi
Sat Sep 17, 2022 5:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: convert from a txt text file to a dbf with errors - RESOLVED
Replies: 10
Views: 599

Re: Fwteam - Xbrowse too slow

... solution since i have seen that the array goes much faster i thought but only in my head and i have not practiced it yet do a procedure that converts the dbf into an array, then with a menu to select how many records to display from 10 to 500, perhaps selecting only one year at a time and ...
by Silvio.Falconi
Tue Apr 19, 2022 9:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwteam - Xbrowse too slow
Replies: 21
Views: 1132

Re: IA

... to these docs: http://www.yaldex.com/fox_pro_tutorial/html/cad2893d-9c63-4899-83d8-e5d58f79a414.htm Visual FoxPro automatically converts binary data passed from an ActiveX control or automation object as an array of VT_UI1 type data to a Visual FoxPro character string. Visual ...
by Antonio Linares
Fri Apr 08, 2022 11:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: IA
Replies: 19
Views: 1688

Re: Problem With oldest Prg of Rss

... feeds and only some work, many run if they are with the xlm extension, the fivetech site runs well calling rss.php probably because rss.php converts to xlm automatically. I would like to use these functions to display school news from major school news sites in a main window, once this script ...
by Silvio.Falconi
Sun Feb 27, 2022 5:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem With oldest Prg of Rss
Replies: 19
Views: 1035

New FTDN November/Noviembre (FWH 21.11)

... * Enhancement: WindowsXP.Manifest64 has been updated to make it Windows 11 compatible. * New: function FrameTiff( cTiffFileName ) converts multipage TIFF file into multiple JPGs. Many thanks to Manuel Alvarez: http://fivetechsupport.com/forums/viewtopic.php?p=243471#p243471 and ...
by Antonio Linares
Tue Nov 30, 2021 7:19 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN November/Noviembre (FWH 21.11)
Replies: 2
Views: 996

Re: FWTool to automate DBF and mod harbour

... "address2" ).value = object[  "ADDRESS2" ]; 5) And finally, JavaScript code which converts the values of the form back into a JSON object. JS object[ "ADDRESS1" ] = document.getElementById("address1").value; ...
by Otto
Tue Oct 26, 2021 5:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWTool to automate DBF and mod harbour
Replies: 12
Views: 1119

Multi page TIFF file to jpg conversion? (SOLVED)

Hi,

I use GDIPlusConvertImage( cImageIni, cImageEnd ) function to convert but It only converts first page to jpg file. Is there any workaround?

Thanks.
by Horizon
Sun Aug 08, 2021 9:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multi page TIFF file to jpg conversion? (SOLVED)
Replies: 11
Views: 1276

Re: Tiff to PDF

Antonio Linares wrote:Marco,

You could convert the TIFF files to JPG files using the new FWH function GDIPlusConvertImage( cImageIni, cImageEnd ) and then use function FWJPGTOPDF()


Hi Antonio,

What about multipage tif files? It only converts first page to jpg file. Is there any workaround?

Thanks.
by Horizon
Thu Aug 05, 2021 1:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tiff to PDF
Replies: 14
Views: 2504

Re: Print Problem with FWH2104

... )  All the coordinates are specified in "inches". The unit is specified as "INCHES" in the last parameter. The method converts the coordinates into pixels and prints the box. We need not calculate the coordinates by converting inches into pixels. We provided a two-line ...
by nageswaragunupudi
Wed Jun 09, 2021 3:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Print Problem with FWH2104
Replies: 27
Views: 2593
Next

Return to advanced search