Search found 58 matches: marks

Return to advanced search

Re: Classe TGif

... followed by a sub-block containing the loop count, followed by a block terminator (a byte containing the value 0) It should have a trailer that marks the end of the file. The trailer should be a single byte containing the ASCII character “;”
by Antonio Linares
Fri Dec 08, 2023 8:22 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Classe TGif
Replies: 9
Views: 1659

Re: UTF-8, 2-Byte characters, Lower() and Upper()

... language Ok, understand. So, if I am in a multi-language environment, e.g.: - a dialog/browse that uses more than one language with diacritical marks - or want to search case-insensitively and does not know the source language of the search string functions like U8Lower() and U8Upper() are essential!
by frose
Sun Jun 25, 2023 7:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: UTF-8, 2-Byte characters, Lower() and Upper()
Replies: 3
Views: 286

Very strange problem - ideas needed

... A, and gets a account number. It then looks at File B and totals the amounts for that same account number. For each occurence, as it totals, it marks the matching records in File B as complete. 2). It then adds the total amount of those records ( accumulated as each one is read ) to an existing ...
by TimStone
Tue Aug 23, 2022 12:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Very strange problem - ideas needed
Replies: 17
Views: 1753

Re: IA

... passed from an ActiveX control or automation object as an array of VT_UI1 type data to a Visual FoxPro character string. Visual FoxPro internally marks this character string as binary data passed from an ActiveX control or automation object. When the character string is passed back to an ActiveX ...
by Antonio Linares
Fri Apr 08, 2022 11:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: IA
Replies: 19
Views: 1696

DOC-BASED APPOINTMENT System

... in advance. Documents that you want to put on appointment are simply dragged into the appropriate folder. The program shows all day folders and marks folders with content. You can then open TotalCommander directly from the day. On the left you will see all day folders and on the right the day ...
by Otto
Tue Mar 15, 2022 4:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DOC-BASED APPOINTMENT System
Replies: 3
Views: 462

Re: CURL.EXE to LIBCURL (SOLVED)

... give the parameters that are sent the format expected by the API. You will have to try. Perhaps the file name does not need to put the quotation marks ("") either
by cnavarro
Sun May 30, 2021 11:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CURL.EXE to LIBCURL (SOLVED)
Replies: 7
Views: 959

Re: TDatabase Class

...  oRsCust:Filter := "[CustomerName] = 'bogus'"End CaseoLbx:ReFresh()Return(.t.) James .. see the line above with all the question marks .. as the user types the value gets larger .. like an incremental search .. Appreciate your help! Thanks Rick Lipkin Follow up ... trying the ...
by Rick Lipkin
Wed May 19, 2021 3:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TDatabase Class
Replies: 18
Views: 2077

Korean character problem...

... in a MySQL table and if I do the query, it is also presented correctly. But at the moment of presenting it in my program I only see question marks ??? See the following image: https://i.ibb.co/1zPQ26D/nomenclatura.jpg I already tried putting the FW_SetUnicode (.T.) Instruction ...
by csincuir
Tue Nov 17, 2020 1:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Korean character problem...
Replies: 8
Views: 978

Re: How make it?

... FONT oFont ; STYLE WS_POPUP @ 20, 20 SLIDER oSlider1 VAR nSlidPos1 OF oDlg1 ; HORIZONTAL ; RANGE 0, 10 ; COLORS CLR_RED, CLR_HGRAY, CLR_CYAN ; MARKS 10 ; SIZE 160, 35 PIXEL UPDATE oSlider1:SetFont( oFont ) @ 80, 20 SLIDER oSlider2 VAR nSlidPos2 OF oDlg1 ; HORIZONTAL ; RANGE 0, 10 ; COLORS CLR_RED, ...
by ukoenig
Mon Nov 11, 2019 7:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How make it?
Replies: 6
Views: 1202

Re: Drawing on a TImage and save [Solved]

... Well, I don't use any control yet, and I looked for XImage and I found the class quite interesting, but what I need is to be able to make some marks on the image and I don't see anything in the class on a pen or pencil, or something to draw About the image. I don't have much knowledge about ...
by csincuir
Sun Sep 22, 2019 1:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Drawing on a TImage and save [Solved]
Replies: 68
Views: 11700

Re: Rpreview issues - PDF

... of PDF is unduly large. So, this option needs to be used as the last option. In case of simple documents without much color backgrounds and watermarks, it may still be good to use Image2PDF, because you already have it and use FWH's default in case of documents with color backgrounds and particularly ...
by nageswaragunupudi
Wed May 01, 2019 3:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Rpreview issues - PDF
Replies: 58
Views: 7340

Re: Introducing FiveTech's fivedit

---------------------------------------- NEW VERSION 20/04/2019 -------------------------------- - New: Now allows to save the marks defined by the user and restore the marks when opening the file https://bitbucket.org/fivetech/fivewin-contributions/downloads/FIVEDIT.EXE Remember that ...
by cnavarro
Sat Apr 20, 2019 7:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Introducing FiveTech's fivedit
Replies: 560
Views: 107348

Re: Mejoras para scintilla

---------------------------------------- NEW VERSION 20/04/2019 -------------------------------- - New: Now allows to save the marks defined by the user and restore the marks when opening the file https://bitbucket.org/fivetech/fivewin-contributions/downloads/FIVEDIT.EXE Remember that ...
by cnavarro
Sat Apr 20, 2019 7:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mejoras para scintilla
Replies: 1037
Views: 839526

Hash when decoding JSON [ Mr. Rao ]

... display a BROWSER display. Currently, if I use hb_JSONdecode( file ) and put that in a browser, it shows me the 3 sections. Then there are [=>] marks for each subsection. I click on those and get a new browser. Within those I see the detail sections with the same symbol. I click on the value ...
by TimStone
Wed Jul 19, 2017 9:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hash when decoding JSON [ Mr. Rao ]
Replies: 7
Views: 1774
Next

Return to advanced search