Search found 79 matches: partial

Return to advanced search

Re: MSXML2.ServerXMLHTTP / readyState / Status

... but the response is not yet available. (3) INTERACTIVE Some data has been received. You can call responseBody and responseText to get the current partial results. (4) COMPLETED All the data has been received, and the complete data is available in responseBody and responseText. https://learn.microsoft.com/en-us/previous-versions/windows/desktop/ms767681(v=vs.85) ...
by Jimmy
Sat Mar 18, 2023 11:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MSXML2.ServerXMLHTTP / readyState / Status
Replies: 8
Views: 390

Re: mod_harbour com firebird

... like Mysql do, ex: Getrow( number of row ), in firebird you can just go forward. TODO: Full implementation of blob control. For now, we have only partial control, only for text blobs (subtype 1). Improve Insert and Update commands using DSQL. Implements to do: FBOpenBlob( blob_id ) FBReadBlob( ...
by Antonio Linares
Sat Nov 19, 2022 9:32 am
 
Forum: mod_harbour
Topic: mod_harbour com firebird
Replies: 1
Views: 385

Re: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS

hola amigos, Horacio a tu pregunta, si, es para facturas electronicas a AFIP yo lo tengo funcionando con el OpenSSL pero lo llamo desde CMD y no me gusta para nada el pantallazo que hace el DOS. Por eso estoy tratando de usar una funcion que firme el certificado y que sea nativa. En eso estoy...pidi...
by rterraz
Fri Sep 17, 2021 12:57 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS
Replies: 43
Views: 4973

Re: Lost connection MySQL - Catch error

Thanks Mr. Rao for your answer. I tried and it worked as a partial solution. If connection is not reconnected when it ask again for something, it give me another fatal error and quit. Is there any way to implement ErrorBlock for mysql in general? I tried ...
by nlerdafehn
Tue May 18, 2021 6:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Lost connection MySQL - Catch error
Replies: 5
Views: 884

Re: EasyReport progress?

... tool at all. It's a completely different situation if compared with the migration from DOS to Windows. Nobody needs to migrate anywhere today. The partial migration did already take place decades ago. EMG Enrico, Otto meant that now it is possible to use Harbor functions and commands and create ...
by Silvio.Falconi
Tue Mar 30, 2021 9:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: EasyReport progress?
Replies: 86
Views: 8818

Re: EasyReport progress?

... tool at all. It's a completely different situation if compared with the migration from DOS to Windows. Nobody needs to migrate anywhere today. The partial migration did already take place decades ago. EMG
by Enrico Maria Giordano
Tue Mar 30, 2021 9:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: EasyReport progress?
Replies: 86
Views: 8818

Debugger error when executing WebPageContents()

... an error which I believe is due to an interpretation of the escape sequence \". The title of the error popup is in spanish, and is only partial. The partial string is 'Seleccione...'. The line that generates the error is if Lower( Left( cUrl, 7 ) ) == "http://" ...
by FWExplorer
Wed Dec 30, 2020 2:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Debugger error when executing WebPageContents()
Replies: 5
Views: 432

Re: xbrowse too slow

Silvio, OK, I got your code (or partial code), and I can confirm that it is not the xbrowse that is slowing things down, it is all your other code. In order to find which section or sections are slowing it down the most, you need to log the ...
by James Bott
Fri Sep 20, 2019 10:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse too slow
Replies: 30
Views: 4255

Re: How to user GET Control for Partial Date ?

Dear Rameshji ,

Thanks a lot ...! This will work ...!



Thanks
Shridhar
by shri_fwh
Sat Aug 24, 2019 4:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to user GET Control for Partial Date ?
Replies: 4
Views: 859

Re: How to user GET Control for Partial Date ?

Dear Shridhar,

You can try like this:
Code: Select all  Expand view

cVar := "01/2019"
dVar1 := BOM(CTOD("01/"+cVar))
dVar2 := EOM(CTOD("01/"+cVar))
?dVar1, dVar2
 

-Ramesh Babu P
by RAMESHBABU
Fri Aug 23, 2019 12:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to user GET Control for Partial Date ?
Replies: 4
Views: 859

Re: How to user GET Control for Partial Date ?

Hi Karinha , Simply User enters Month and Year in the GET input box in the format of either one of the valid format e.g. MM/YYYY, MON/YYYY. And the entered value should convert into DATE. something like e.g. cVar := "01/2019" to dVar := "01/01/2019" Thanks Shridhar
by shri_fwh
Thu Aug 22, 2019 7:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to user GET Control for Partial Date ?
Replies: 4
Views: 859

Re: How to user GET Control for Partial Date ?

Sorry, I do not understand.
by karinha
Wed Aug 21, 2019 1:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to user GET Control for Partial Date ?
Replies: 4
Views: 859

How to user GET Control for Partial Date ?

Dear All I have requirement where user enters only Month and Year in the ( [mm/yyyy]) format but the entered value should be considered as date either begin month ( 01/01/2019 [dd/mm/yyyy] ) or end of the month ( 31/01/2019 [dd/mm/yyyy] ) How we should achieve this ? Please guide me. Thanks Shridhar
by shri_fwh
Tue Aug 20, 2019 11:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to user GET Control for Partial Date ?
Replies: 4
Views: 859

Re: SayBarCode control

... of a box I hope you insert the circular code and also the square code ( lCircular and lSquare ) on your class with the possibility to draw also partial barcode (aPartial) and the gradient I 'm making a small utility to create a barcode linear,circular and square easy
by Silvio.Falconi
Wed Apr 10, 2019 6:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SayBarCode control
Replies: 34
Views: 6519

Re: To Nages searching on xbrowse

... system worked. Did they just type in data for one field, then search? Or, did they have to type in all three fields, then search? Could they be partial data? Was the searching incremental or only when a "Search" button was pressed? Did it show a scrolling list of records before and ...
by James Bott
Tue Sep 04, 2018 5:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages searching on xbrowse
Replies: 11
Views: 2536
Next

Return to advanced search