Search found 169 matches: functioning

Return to advanced search

Re: WebView resize

... FiveWin can be directly translated to <button> elements in HTML. These buttons can be styled with CSS and made interactive with JavaScript, functioning within the WebView2 control. Panels (TPanel): Use <div> elements in HTML to replicate the panels in FiveWin. With appropriate CSS ...
by Otto
Thu Mar 21, 2024 10:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView resize
Replies: 9
Views: 2098

Re: Backups into blu rays

... the first backup, it chewed up the tape. With CDs, I've personally seen one shatter into a thousand pieces. Overall, I think one always needs a functioning system where data can be immediately read back. Technology changes so fast. I use Synology systems as an additional backup, but my main ...
by Otto
Tue Jan 02, 2024 1:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Backups into blu rays
Replies: 20
Views: 3399

Re: Characters from different code tables

Please first see the functioning of the function FW_SayTextHilite( hDC, cText, aRect, oFont, nClrText, nClrBack, aWords ) This is an example how to use: function TestHilite()   local oWnd   local cText := "We always ...
by nageswaragunupudi
Tue Aug 29, 2023 4:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Characters from different code tables
Replies: 5
Views: 277

Re: Seeking your thoughts

... the server. Both computers use the same .png, from the server, and identical copies of the .exe. I did have them remove the printers from the non-functioning computer, and then re-install them. That did not work. I AM NOT ABLE TO REPLICATE THE PROBLEM. I am confident it is not in the code. Everywhere ...
by TimStone
Sat Jun 10, 2023 1:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Seeking your thoughts
Replies: 10
Views: 652

Re: Fastreport de Cristobal

Sorry Carles but I disagree. I too am willing to pay for completed and functioning projects. In the past we have participated in fundraising for several projects, but I don't remember any of these ever been completed. This is why I prefer to buy Cristal Report ...
by Maurizio
Wed May 31, 2023 7:26 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Fastreport de Cristobal
Replies: 32
Views: 3081

Re: mod harbour and Fivewin RDP in parallel

The plus - minus buttons are now functioning.
Image
by Otto
Mon Jul 04, 2022 7:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: mod harbour and Fivewin RDP in parallel
Replies: 4
Views: 610

Re: SMS To Customer - Upon Order Delivery

I have inserted these three lines before curl_global_cleanup(), which now gives no GPF. The SMS is sent transparently and the application is functioning properly. curl_easy_cleanup( hCurl ) hCurl := Nil hb_gcAll( .t. ) curl_global_cleanup() I need to pass three parameters to the sendSMS function. ...
by RiazKhan
Tue Apr 06, 2021 9:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Re: SMS To Customer - Upon Order Delivery
Replies: 14
Views: 1533

Re: Rowset failure

... If the user sees this message, he will check his internet and cables. If he does not see this message, he will not know why the program is not functioning or malfunctioning. Even you will post that program stopped functioning and neither you know or we know why the program stopped functioning/malfunctioning ...
by nageswaragunupudi
Thu Mar 18, 2021 4:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Rowset failure
Replies: 2
Views: 499

Re: Fast Report´s future

Otto,
ER has serious problems, maybe that's fine for you
for us instead they are not good,
we cannot give the customer a non-functioning product
I continue the explanation with Otto in the box in private
by Silvio.Falconi
Mon Apr 27, 2020 12:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fast Report´s future
Replies: 56
Views: 6036

Re: Xbrowse ToExcel() - Xbrowse ToCalc()

... formats. Also sometimes appears the error (DOS Error -2147352567) WINOLE / 1006 I would appreciate if you can show me some example of the proper functioning of this instruction, thank you very much and regards viewtopic.php?f=6&t=38661#p230577
by Jorge_T
Sun Mar 29, 2020 4:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse ToExcel() - Xbrowse ToCalc()
Replies: 1
Views: 552

Xbrowse ToExcel() - Xbrowse ToCalc()

... formats. Also sometimes appears the error (DOS Error -2147352567) WINOLE / 1006 I would appreciate if you can show me some example of the proper functioning of this instruction, thank you very much and regards viewtopic.php?f=6&t=38661#p230577
by Jorge_T
Thu Mar 26, 2020 9:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse ToExcel() - Xbrowse ToCalc()
Replies: 1
Views: 552

Re: fwnumFormat ( where is the documentation ?)

... formats. Also sometimes appears the error (DOS Error -2147352567) WINOLE / 1006 I would appreciate if you can show me some example of the proper functioning of this instruction, thank you very much and regards https://forums.fivetechsupport.com/viewtopic.php?f=6&t=38661#p230577
by Jorge_T
Wed Mar 25, 2020 8:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: fwnumFormat ( where is the documentation ?)
Replies: 7
Views: 869

Re: Mr. Nages please: HARU PDF Bugs/Extensions

... ....DEFAULT nWidth :=  0....   DO CASE   CASE nPad == NIL .OR. nPad == HPDF_TALIGN_LEFT //.OR. Empty( nWidth )   //removed.... and now is functioning. But this is not correct code, as nWidth is not respected as in printer.prg!!!! nWidth is respected.
by nageswaragunupudi
Tue Mar 03, 2020 10:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Nages please: HARU PDF Bugs/Extensions
Replies: 21
Views: 5560

Re: Mr. Nages please: HARU PDF Bugs/Extensions

As workaround in fwpdf.prg i make this correction:
Code: Select all  Expand view

....
DEFAULT nWidth :=  0
....  
DO CASE
   CASE nPad == NIL .OR. nPad == HPDF_TALIGN_LEFT //.OR. Empty( nWidth )   //removed
....

and now is functioning.
But this is not correct code, as nWidth is not respected as in printer.prg!!!!
by byte-one
Mon Mar 02, 2020 4:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Nages please: HARU PDF Bugs/Extensions
Replies: 21
Views: 5560

Re: Question to XBROWSE

... if a specified function gives .T., otherwise skip to the next row where the function gives the next .T.. I do with bChange but the skip should functioning in both directions with the up-/down keys and also with the V-scroll and after click enterafter editing.
by byte-one
Sun Mar 01, 2020 5:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question to XBROWSE
Replies: 3
Views: 656
Next

Return to advanced search

cron