Search found 201 matches: half

Return to advanced search

Re: Centrar texto VERTICALMENTE

... ) / 2 ) UTILPRN ::oUtil ndummyaltura, 0.5 ; SAY AllTrim(::oTDbfDatAmp:REGMER) FONT ::oFnt_Arial6V COLOR CLR_BLACK I want to center the text at half height of the page. Note: New Method for de Printer.PRG METHOD CmtrTextToVCenter( cText, oFont ) INLINE ; ( ::CmVertPhySize() / 2 ) + ::CmtrGetTextWidth( ...
by nageswaragunupudi
Tue Apr 09, 2024 4:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Centrar texto VERTICALMENTE
Replies: 12
Views: 474

Re: Centrar texto VERTICALMENTE

... ) / 2 ) UTILPRN ::oUtil ndummyaltura, 0.5 ; SAY AllTrim(::oTDbfDatAmp:REGMER) FONT ::oFnt_Arial6V COLOR CLR_BLACK I want to center the text at half height of the page. Note: New Method for de Printer.PRG METHOD CmtrTextToVCenter( cText, oFont ) INLINE ; ( ::CmVertPhySize() / 2 ) + ::CmtrGetTextWidth( ...
by FiveWiDi
Tue Apr 09, 2024 3:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Centrar texto VERTICALMENTE
Replies: 12
Views: 474

Re: Cut & Paste limit

... about this problem, and I expect he is just pointing the cursor at the middle of the field and pressing paste, which, as was explained, leaves half the field with blank spaces and limits the paste. Thank you so much for that answer. It also explains why I could not duplicate the problem here. ...
by TimStone
Fri Sep 08, 2023 4:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Cut & Paste limit
Replies: 7
Views: 551

Re: Xbrowse and Touchscreen best use

Marc, phone.prg could be a starting point. Best regards, Otto PS:comment modem function to get it running ACTIVATE DIALOG oDlg ; ON INIT ( oDlg:SetSize( 0, HALF_SIZE ),; oHangDown:Hide(), oLocalNum:Hide(),; // If( ! lInitModem(), oDlg:End(),),; EnableCommNotification( nComm, oDlg:hWnd, IN_BUFFER, IN...
by Otto
Sun Feb 19, 2023 9:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse and Touchscreen best use
Replies: 8
Views: 625

Re: cyclometric circle

... of numbers (thanks to Jimmy) and also the visualization of geometric figures. Antonino , I'm sorry but your code always sets me the 90 in half circle, while the couple 90 | 01 must be top position Last Release It run with Intenet because I take the data on a website https://i.postimg.cc/0jChsKJb/kk.png ...
by Silvio.Falconi
Wed Jul 13, 2022 6:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: cyclometric circle
Replies: 46
Views: 3029

Re: Searching in the content of documents

... in a few hundred thousands of documents? Is the system still doing its job? I'll have to test it but I will only be able to test in the second half of next week since I'm going on holiday for one week. But I'll start my test asap. Thanks once again.
by driessen
Wed Mar 16, 2022 10:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Searching in the content of documents
Replies: 6
Views: 480

Re: Leer Excel grande a un array o DBF

... cell-wise. If we do any such validations, we need to highly optimize the code because this code gets executed 800,000 times. Still one hour and half seems to be too high when compared to 10 seconds. Please review your code again. I give here my test program. You can see the logic. I also attach ...
by nageswaragunupudi
Wed Feb 09, 2022 8:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Leer Excel grande a un array o DBF
Replies: 9
Views: 759

Re: Leer Excel grande a un array o DBF

Regards Mr Rao
Reading the CSV file by passing it to an array() not even 15 seconds, 780,000 lines, reading as XLSX took a few hours
The recording if it takes 1 hour and a half, because there are validations before recording record by record.
by Enrrique Vertiz
Tue Feb 08, 2022 10:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Leer Excel grande a un array o DBF
Replies: 9
Views: 759

Re: To Maurizio, to Dutch

... that need the Web base solution (working with any device). I try many way to against that idea but no way win. It's time to move on. One and a half year ago, I build a new programmer team to work on Web base (cloud solution) for new version. It's not time to one man show anymore. I made the ...
by dutch
Tue Dec 07, 2021 4:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Maurizio, to Dutch
Replies: 29
Views: 2198

Re: Get...bitmap..action

See this example if it helps. It's not half full, and you can change the will when the example is complete, understand? // \SAMPLES\SILMAIL.PRG - 29/11/2021 - kapiabafwh@gmail.com.#Include "FiveWin.ch"STATIC oBtn, lBtnSshow := .T.FUNCTION ...
by Silvio.Falconi
Mon Nov 29, 2021 5:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Get...bitmap..action
Replies: 7
Views: 609

Re: Get...bitmap..action

See this example if it helps. It's not half full, and you can change the will when the example is complete, understand? // \SAMPLES\SILMAIL.PRG - 29/11/2021 - kapiabafwh@gmail.com.#Include "FiveWin.ch"STATIC oBtn, lBtnSshow := .T.FUNCTION ...
by karinha
Mon Nov 29, 2021 3:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Get...bitmap..action
Replies: 7
Views: 609

Re: ResEdit is on the Fritz ( again ) today

James ResEdit.Exe dated 05/01/2015 .. As far as sharing it .. just lazy .. I don't want to walk half way across the office just to cerate\Modify a screen resource .. was hoping sharing the file would allow me to run the file on the 1909 computer .. but that won't work because ...
by Rick Lipkin
Tue Aug 03, 2021 6:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ResEdit is on the Fritz ( again ) today
Replies: 21
Views: 2265

Re: Finding XBrowse current record

... record changes, tRecord is loaded from the new ( highlighted ) row, and then the fields are all individually displayed. The browse is in the lower half of the screen, and all the data in the upper half. The customer can edit the data, and do a save ( tRecord:save() ). I'm rather rushed tonight, ...
by TimStone
Wed Jul 07, 2021 4:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Finding XBrowse current record
Replies: 11
Views: 1390

Re: /ɪːzɪˈpɪːzɪ/ Reportgenerator for FIVEWIN and mod harbour

... wouldn't need it at all. I don't know what the CH actually means. ? And if you can, the font is larger for the room number, arrival and departure, half board and comments. We don't need the last 5 columns either (D + T + Aktion + Ki + EW) is above. * / The changes are easy. In the function that ...
by Otto
Fri Jun 04, 2021 3:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: /ɪːzɪˈpɪːzɪ/ Reportgenerator for FIVEWIN and mod harbour
Replies: 13
Views: 1506

Re: /ɪːzɪˈpɪːzɪ/ Reportgenerator for FIVEWIN and mod harbour

... wouldn't need it at all. I don't know what the CH actually means. ? And if you can, the font is larger for the room number, arrival and departure, half board and comments. We don't need the last 5 columns either (D + T + Aktion + Ki + EW) is above. * / The changes are easy. In the function that ...
by Otto
Fri Jun 04, 2021 3:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: /ɪːzɪˈpɪːzɪ/ Reportgenerator for FIVEWIN and mod harbour
Replies: 31
Views: 3268
Next

Return to advanced search