Search found 1354 matches: properly

Return to advanced search

Re: Mark field as required

... For use clause CUEBANNER, in you RC file, include Manifest. Master Navarro, I never managed to make this CUEBANNER command work properly. Maestro Navarro, nunca logré hacer funcionar correctamente este comando CUEBANNER. Regards, saludos.
by karinha
Thu Jul 06, 2023 1:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mark field as required
Replies: 23
Views: 1779

Re: use Result of SQL Query like "ADODB.Recordset"

... to run on 3000 machines .. that means that (someone ) has to physically go to each of those machines and make sure ODBC is loaded and configured properly .. ADO has no such limitations because oledb comes with every Microsoft operating system and there is no going to every desktop to configure ...
by Rick Lipkin
Fri Jun 30, 2023 1:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: use Result of SQL Query like "ADODB.Recordset"
Replies: 4
Views: 348

Re: Fivewin and ADO

... like a table. Same number of columns in all rows and continuous rows, with same data types. In both cases, modifications made in the XBrowse are properly written to the underlying Excel File.
by nageswaragunupudi
Fri Jun 09, 2023 9:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin and ADO
Replies: 36
Views: 3826

Re: CLASS modification

... "You, who make web applications, can you do everything in the Windows system? I don't think so... There are still many things that don't work properly or that you don't care about." I can do it all and more. Ask me something you think can't be done. "And I'm not young; I'm 57 years ...
by Silvio.Falconi
Wed May 24, 2023 10:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS modification
Replies: 33
Views: 1710

Re: CLASS modification

... "You, who make web applications, can you do everything in the Windows system? I don't think so... There are still many things that don't work properly or that you don't care about." I can do it all and more. Ask me something you think can't be done. "And I'm not young; I'm 57 years ...
by Otto
Wed May 24, 2023 10:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS modification
Replies: 33
Views: 1710

Re: CLASS modification

... correct You who make Web applications, can you do everything in Windows system? I don't think so... there are many things that still don't work properly or you don't care and I'm not young I'm 57 years of age and in 5 years I'm retiring as a teacher and I don't think I'll make applications in ...
by Silvio.Falconi
Wed May 24, 2023 9:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS modification
Replies: 33
Views: 1710

Re: RTF Spell Checker

... control may only underline misspelled words, but not offer suggested alternatives. Has anyone actually used this control and seen it display the properly spelled words ? Or am I simply the only one currently using RTF with Harbour/ FWH / MSVC ++ ???
by TimStone
Tue May 23, 2023 7:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RTF Spell Checker
Replies: 7
Views: 408

Numeric alignment with oPrn:SayText( )

... align the output, and in fact, it is not addressed in the source code as a useable value. It would be nice if this worked. The only way it will properly format is to use a FIXED font like COURIER NEW, but that has presented a separate issue ( for the last few versions it does not properly fit ...
by TimStone
Tue May 16, 2023 9:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Numeric alignment with oPrn:SayText( )
Replies: 8
Views: 537

RTF : Fully functional

... the content but not the style. Now, that same text can be read, modified as RTF, saved, then printed on the customer's final copy. It displays properly in the preview, and works perfectly in PDF's generated in the rPreview program. It is a great solution. Thanks to the FWH developers who contributed ...
by TimStone
Thu May 11, 2023 5:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RTF : Fully functional
Replies: 2
Views: 195

Re: New FWH 23.04

... break. If the RTF is 20 lines long, and we need a page break after line 8, it is not possible. We can work with RTF files on screen, save them properly, but when it comes to printing them, we can't do it. In my output of an invoice, the starting and ending of text is never consistent, although ...
by TimStone
Tue May 02, 2023 8:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 23.04
Replies: 13
Views: 817

Re: Convert code to FWH

Please replace this line:

InitializeWinIO()

with:

MsgInfo( InitializeWinIO() )

to check if the DLL properly initializes
by Antonio Linares
Sat Apr 29, 2023 5:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert code to FWH
Replies: 15
Views: 972

Re: need working buildh32.bat

Dear Jimmy, This buildh32.bat properly builds FiveDbu here: buildh32.bat @ECHO OFFCLSECHO ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ECHO ³ FiveWin for Harbour 22.12 (VS32bits) Dec. 2022  Harbour ...
by Antonio Linares
Mon Apr 17, 2023 4:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: need working buildh32.bat
Replies: 1
Views: 138

Re: How to make Slide to Unlock alike iPhone (unlock)?

... Dear Dutch, This version is simpler and respect the colors: The code can be also modified so the slider stays at the right if it was properly slided... slide.prg #include "FiveWin.ch"function Main()   local oWnd, oBar, oBtn, nMCol   DEFINE WINDOW oWnd    DEFINE BUTTONBAR ...
by dutch
Fri Apr 14, 2023 3:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to make Slide to Unlock alike iPhone (unlock)?
Replies: 7
Views: 514

Re: Windows 7 / MSVS 2022 Crash

Dear Tim,

glad that he decided to upgrade :-)

fivedbu.exe properly runs on Windows 7, so it may be something else that you are using that require DLLs that are not available
by Antonio Linares
Thu Apr 13, 2023 6:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 7 / MSVS 2022 Crash
Replies: 32
Views: 3000

Re: How to make Slide to Unlock alike iPhone (unlock)?

Dear Dutch, This version is simpler and respect the colors: The code can be also modified so the slider stays at the right if it was properly slided... slide.prg #include "FiveWin.ch"function Main()   local oWnd, oBar, oBtn, nMCol   DEFINE WINDOW oWnd    DEFINE BUTTONBAR ...
by Antonio Linares
Wed Apr 12, 2023 10:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to make Slide to Unlock alike iPhone (unlock)?
Replies: 7
Views: 514
PreviousNext

Return to advanced search