Search found 564 matches: turn

Return to advanced search

Re: Help with HB_REALLOC ERROR 9009

Hi Marc To Avoid Memory leaks, within the loop I call an external function each time I read a xml file, close it and turn to nil each class instance. For every 400 files I do a HB_GcAll() and a SysRefresh(), the biggest xml file is just 29 kb Im going to put your code inside the ...
by Adolfo
Wed Mar 20, 2024 8:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help with HB_REALLOC ERROR 9009
Replies: 5
Views: 1100

Re: How to put a horizontal scroll bar at the bottom of xBrowse

But they are both standard when we setup the xbrowse ? Did you turn off the horizontal ?

with

oBrw:lHScroll := .T. or .f. we can put them on and off.

or in the

With object oBrw
...
...
:lHScroll := .T.
END

By change some of the Xbrowse code to show ?
by Marc Venken
Tue Mar 05, 2024 10:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to put a horizontal scroll bar at the bottom of xBrowse
Replies: 6
Views: 333

Re: Create a Panel width a text

...  if oWnd == nil      if PValue( 1 ) == nil         ReleaseDC( 0, hDC )      endif   else      oWnd:ReleaseDC()   endifreturn nHt  1st param can be hDC or oWnd or even nil the text must be inserted inside the oPaneltext panel which in turn is inside the oPanel2 which acts ...
by Silvio.Falconi
Fri Feb 23, 2024 12:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 3187

Re: xBrowse - Dates - FWH 2310

... some of my test machines, use Advantage Data Base Server. That is the root of this problem. If I go to our DBFCDX RDD, absolutely no problem. If I turn on ADS LOCAL or REMOTE, using the ADS drivers ( all versions ), the problem described in the original post will occur. I think I'll have to use ...
by TimStone
Wed Nov 08, 2023 6:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse - Dates - FWH 2310
Replies: 19
Views: 1448

Re: xBrowse - Dates - FWH 2310

... if oCol:cEditPicture of this column is "999999". XBrowse builds the picture from that column's cDataType, nDataLen and nDataDec. In turn, XBrowse takes this informatin from ::oOrders:aStruct. It appears that XBrowse is reading the structure of the field 'wrkdat' from ::oorders as ...
by nageswaragunupudi
Tue Nov 07, 2023 5:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse - Dates - FWH 2310
Replies: 19
Views: 1448

Re: DBF . Commit

... ? We know that is not happening because we do not notice change in file timestamps. Even when COMMIT calls this function, this function in turn is only executing hb_fileCommit() only when hb_SetGetHardCommit() is true. Does it mean that when HARDCOMMIT is OFF, does not COMMIT hb_FileCommit() ...
by nageswaragunupudi
Mon Oct 23, 2023 5:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2339

Re: Xlsxlibhb_ver2

... VIA "DBFCDX"   cXlsx    := DBF2XLSX()   ShellExecute( 0, "Open", cXlsx )return nil  Exporting to xlsx is easy using this new function: function DBF2XLSX( cFileXlsx )   local oBook, oSheet   local aStruct, bRow, nRow  ...
by nageswaragunupudi
Thu Oct 05, 2023 10:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xlsxlibhb_ver2
Replies: 57
Views: 9007

Re: xHarbour Commercial and latest FWH

Dear Randal, xHarbour provides a function LoadLibrary() that returns a pointer, thats why we modified dll.ch to check if a pointer is returned and then we turn it into a number. When you link FWH dll.c then you are using FWH LoadLibrary() that retuns a ...
by Antonio Linares
Tue Aug 08, 2023 4:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour Commercial and latest FWH
Replies: 3
Views: 358

Re: Lost connection to MySQL server during query

... button shut down shut down when I press the sleep button do nothing do nothing when I close the lid shut down shut down 4 - Choose when to to turn off the display Turn off the display Never Never Put the Computer to sleep Never Never These are my settings .... check your troubled computer ...
by Rick Lipkin
Fri Aug 04, 2023 8:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Lost connection to MySQL server during query
Replies: 37
Views: 12381

New FTDN July/Julio (FWH 23.07)

... "tutor03.prg" } ) ) hDrop = GetClpData( CF_HDROP ) XBROWSER DragQueryFiles( hDrop ) CloseClipboard() oWnd:End() return nil b. Working example-2: #include "FiveWin.ch" function Main() ? FW_CopyToClipBoard( { "tutor1.prg", "tutor02.prg", ...
by Antonio Linares
Thu Jul 27, 2023 6:13 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN July/Julio (FWH 23.07)
Replies: 7
Views: 1065

Re: Mark field as required

... its compliance to a file schema rather than to a human need. My first idea was to just color "required" fields pink. These fields then turn white after data is entered. Also, any data that appears to be in the wrong format, I color the field yellow. Thus in a phone field the user can ...
by James Bott
Tue Jul 25, 2023 1:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mark field as required
Replies: 23
Views: 1779

Re: CLASS modification

Silvio, I will turn 77 soon. I love being outdoors, working in my garden, spending time with my 15 grandchildren, attending theater productions, going to Disneyland regularly, and so much more. I also travel. With age comes wisdom, ...
by TimStone
Thu May 25, 2023 11:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS modification
Replies: 33
Views: 1710

Re: RTF Spell Checker

I've spent time experimenting, and researching, this. 1). If I open a text in the RTF5 editor, and then turn on spell checking, it will underline words, as they are typed, that are not spelled correctly. 2). If I try to setup the spell checker to be turned on by default, the ...
by TimStone
Tue May 23, 2023 7:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RTF Spell Checker
Replies: 7
Views: 408

RTF Spell Checker

I wanted to revisit this because it never really was answered in the past. With our included RTF control, we can turn on spell checking. It will underline words that are not spelled correctly. However, it does not have any way ( that I can find ) to get suggested correct spellings. ...
by TimStone
Mon May 22, 2023 3:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RTF Spell Checker
Replies: 7
Views: 408

Re: Resize a tpanel

... SIZE 200,16 PIXEL OF oPanel   next   oPanel:SetRange()   oWnd:nHeight   := 200   oWnd:nWidth    := 200   ACTIVATE WINDOW oWnd CENTEREDreturn nil  Nages, sorry i didn't mean that.... I have some panels inside a scrollpanel the scrollpanel is inside a dialog which in turn is inside a window ...
by Silvio.Falconi
Sun May 21, 2023 4:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resize a tpanel
Replies: 5
Views: 338
Next

Return to advanced search