Search found 503 matches: automatic

Return to advanced search

Re: how get Event from TExplorerBar() when "collaps" a Panel ?

... }   oPanel3:bOnCollapse :=  { | | CheckCollapse(oPanel3,cMsg,3) } i don´t know how but METHOD LButtonUp will be "automatic" called which include      if ! Empty( ::bOnCollapse )   // new         Eval( ::bOnCollapse, Self )   // new      endif ...
by Jimmy
Mon Feb 26, 2024 1:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how get Event from TExplorerBar() when "collaps" a Panel ?
Replies: 11
Views: 454

Re: RC to PRG generator

If I understand correctly, you can't have both automatic and fixed items placing together.
by Enrico Maria Giordano
Mon Feb 12, 2024 12:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RC to PRG generator
Replies: 23
Views: 1180

Re: How to convert a Date to an Unix TimeStamp?

... ? , '%d-%m-%Y %H:%i:%S')", { nUnixTimeInSeconds} ) Also while dealing with TimeStamps in MySql, we need to keep in mind automatic TimeZone conversions from UTC.
by nageswaragunupudi
Mon Jan 29, 2024 1:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to convert a Date to an Unix TimeStamp?
Replies: 8
Views: 561

Re: Consuta sobre MariaDB/MySql

... the period of 8 hours, the connection will continue for another 8 hours from that time. Even after a non activity for 8 hours, FW built-in library automatically reconnects if the user attempts to communicate with the server. 1) Contract with a good service provider. 2) Use FW built-in library which ...
by nageswaragunupudi
Wed Jan 24, 2024 12:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consuta sobre MariaDB/MySql
Replies: 8
Views: 453

Re: xBrowse - Dates - FWH 2310

... problems went away. So, now I'm trying to see if I have the set somewhere where I can compare the new vs the old ... Meanwhile, people are getting automatic updates applied by Microsoft to their OSs. One client called to tell me he could no longer Cut and Paste in our program. It occurred a couple ...
by TimStone
Wed Nov 08, 2023 3:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse - Dates - FWH 2310
Replies: 19
Views: 1441

Re: DBF . Commit

... same file, provided the cache is properly managed and synchronized. The function cmxSys( 1002, .f. ), when set to false, would likely affect the automatic commit or flush operations that write the cache to the hard disk. However, the changes, as long as they are in the cache, should be visible ...
by Otto
Sat Oct 21, 2023 8:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2320

Re: Image Recognition

... know update KB5031356, for Windows 10 / 11, include "Microsoft Edge Webview2" 32 Bit and 64 Bit so every Windows 10 / 11 PC will get it automatic
by Jimmy
Fri Oct 13, 2023 3:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Image Recognition
Replies: 9
Views: 673

Re: not ISOEM(), ISANSI() or IsUTF8()

... fail WHEN it come from German OEM DBF The version of FWH to be released, will come with an interface to DrXlsx lib. Conversion of AnsiToUtf8 is automatic. Using FWH methods/functions like :ToExcel() or DbfToExcel() do not require the user to convert data into utf8. What all the work a programmer ...
by nageswaragunupudi
Sat Sep 02, 2023 3:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: not ISOEM(), ISANSI() or IsUTF8()
Replies: 34
Views: 2075

Re: not ISOEM(), ISANSI() or IsUTF8()

... used there old Cl*pper / DOS App and Xbase++ / Windows / GUI with "same" DBF Xbase++ does "translate" OEM <-> ANSI "automatic" ( not all Language ) --- "normal" i just need to change CODEPAGE from "DEWIN" to "DE850" to display German ...
by Jimmy
Fri Sep 01, 2023 8:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: not ISOEM(), ISANSI() or IsUTF8()
Replies: 34
Views: 2075

Error LOG - what is it?

... a sisrevH.log which is the name of the EXE, sisrevH.exe for the user it does not generate visual errors, this LOG file always appears. Is this automatic? , is there a way to disable this? 22/08/2023 11:43:06: EXCESS RELEASE OF FONT ARIAL[ hFont : 0] ( nCount : 0 )     <-TFONT:END(303) ...
by Ari
Tue Aug 22, 2023 2:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error LOG - what is it?
Replies: 2
Views: 209

Re: need Help with oBro:bSeek

can somebody point me to working "increment" Seek :?: Incremental seek works automatically if the programmer does not do anything to disturb the automatic behavior of xbrowse. XBROWSER "any.dbf" AUTOSORT Start clicking on any header and the order ...
by nageswaragunupudi
Wed Aug 16, 2023 4:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: need Help with oBro:bSeek
Replies: 3
Views: 215

need Help with oBro:bSeek

hi, can somebody point me to working "increment" Seek :?: Question : a.) i guess it need an Index to SEEK. *CDX seems to be open "automatic" but *.NTX must be open before ? b.) if *.CDX have TAGs, how to change TAG when click on Header of Column ? c.) what about ADO ? i saw ...
by Jimmy
Tue Aug 15, 2023 1:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: need Help with oBro:bSeek
Replies: 3
Views: 215

Re: build Import LIB from LibPQ.DLL

hi, What is "WIN1252" ? Manual PostgreSQL 22.3.3. Automatic Character Set Conversion Between Server and Client i got WIN1252 Codepage from here https://wiki.freepascal.org/Language_Codes https://www.vbsedit.com/html/882ca1eb-81b6-4a73-839d-154c6440bf70.asp ...
by Jimmy
Thu Jul 20, 2023 10:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: build Import LIB from LibPQ.DLL
Replies: 37
Views: 2812

Create reports by pagination TReport, TPreview

... Today, the report is created like this: 1) Creates the window to get the filters 2) Do the SELECT - MySQL 3) Rotate the report 4) Opens the automatic Preview, if you are not going to generate .xls or .pdf So if I have a report with 400 pages, the user won't print everything and won't have ...
by Ari
Wed May 31, 2023 1:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create reports by pagination TReport, TPreview
Replies: 0
Views: 129

Re: XBROWSE Column Question

hi, No need for 2nd call or loop. OrdWildSeek(oBrw:cSeek, oBrw:lSeekNext ) works for first seek and SeekNext automatically. Note:Syntax OrdWildSeek( cSeek, [lFromNextRec], [lBakwards]) --> lFound but how can it continue without press a Key :?: Inspired ...
by Jimmy
Wed May 10, 2023 6:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE Column Question
Replies: 23
Views: 867
Next

Return to advanced search