Search found 3769 matches: default

Return to advanced search

Re: nYoffset and nXoffset

... adjust the print position on the page. Thanks i saw when i use oprn:box and the coordinates are 0,0,2,20 It build a box more big of the Page On default wich are the values of xoffset and y offset?
by Silvio.Falconi
Mon Jan 15, 2024 7:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: nYoffset and nXoffset
Replies: 11
Views: 854

Re: Insert an record on array

Dear Silvio, Arguments aArray The array name into which the value xValue will be inserted. nPos Subscript position in aArray. Default: 1st position xValue Value to be inserted lAutoSize Boolean flag to increase or not the size of aArray. Default value: .F. https://harbour.github.io/doc/harbour.html#hb_ains ...
by Antonio Linares
Sun Jan 14, 2024 6:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Insert an record on array
Replies: 4
Views: 850

Re: WebView2 Essentials: Guides, Tips & Resources

... Terminate(): Terminates the web view process. Additional Functions Bind(cName, pFunction) (Outside Class): A method for binding functions, with a default function WV_SENDTOFWH(). Destroy() (Outside Class): A method for destroying the web view, managing the aWebViews array. WebView(cHtml, cTitle): ...
by Otto
Wed Jan 10, 2024 7:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 Essentials: Guides, Tips & Resources
Replies: 2
Views: 495

Re: Question about Message-functions

Hello Joao, Ever since I test before every print and show this large msginfo, we've had far fewer inquiries in support. If the default printer is missing, there often are unforeseen errors in Fivewin. Best regards, Otto     If GetPrintDefault() = 0      ...
by Otto
Thu Jan 04, 2024 1:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about Message-functions
Replies: 6
Views: 712

Re: Definir font richedit5

... nRight ) local oFont, oDlg local hDLL local uTemp := If( ! Empty( cText ), cText, '' ) local lRich := .F., lGTF := .F., lOk := .F. publ oMemo DEFAULT nTop := 9, nLeft := 9, nBottom := 27, nRight := 71.5, ; cTitle := "RichEdit5" * DEFINE FONT oFont NAME "Arial" SIZE 0, - ...
by jpcavagnaro
Tue Dec 26, 2023 11:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Definir font richedit5
Replies: 3
Views: 640

Re: Using Microsoft AI Phi-2 from FWH

hi Antonio, Does HMG support DLL FUNCTION ? or similar ? Or should we use Harbour default DLL management functions ? Can you convert the FWH GUI part of the example to HMG ? as i know there is no DLL FUNCTION under HMG only HMG_CallDLL() Calls a ANSI/Unicode DLL ...
by Jimmy
Thu Dec 21, 2023 12:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 8519

Re: Using Microsoft AI Phi-2 from FWH

... "llama64.dll" or do i need DLL FUNCTION :?: Dear Jimmy, Does HMG support DLL FUNCTION ? or similar ? Or should we use Harbour default DLL management functions ? Can you convert the FWH GUI part of the example to HMG ? many thanks
by Antonio Linares
Thu Dec 21, 2023 10:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 8519

how to detect Clipboard Format under harbour ?

hi, default Clipboard use CF_TEXT https://i.postimg.cc/D0kmGJ0q/Clipboard-Default.jpg but can also use CF_BITMAP or OLE https://i.postimg.cc/NfN9J0zw/Clipboard-OLE.jpg under Xbase++ i have QueryGetFormat() ...
by Jimmy
Mon Dec 18, 2023 6:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to detect Clipboard Format under harbour ?
Replies: 2
Views: 351

Back after 10 years due to illness [ Javier Lloris ]

... a few weeks ago I read a comment from a colleague (forgive me for not remembering your name right now) that it only worked with the webcam by default. I don't have any screenshots but it works with as many cameras as you have installed. I remember that you had to have the camera drivers installed. ...
by jll-fwh
Wed Dec 13, 2023 1:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Back after 10 years due to illness [ Javier Lloris ]
Replies: 2
Views: 410

Re: Add a line on report from xbrowse (NO HTML)

Using the default behavior of :Report( nil, .t., .t., nil, { 1 } ) The group headers are in bold and adequate to distinguish from the body. https://imagizer.imageshack.com/v2/xq70/923/lmSCwV.png   USE CUSTOMER ...
by nageswaragunupudi
Tue Dec 12, 2023 6:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Add a line on report from xbrowse (NO HTML)
Replies: 2
Views: 300

Fivewin controls similar to javascript elements

... their children. In Windows programming, a similar concept exists where messages not handled by a control can be passed to the parent window or a default window procedure for handling. Subclassing Controls: In FiveWin and traditional Windows API programming, subclassing controls is a common practice. ...
by Otto
Tue Nov 21, 2023 7:33 am
 
Forum: mod_harbour
Topic: Fivewin controls similar to javascript elements
Replies: 2
Views: 1141

Re: Fwh 23.10 TGet another problem

... : $(FWDIR)\source\classes\font.prg $(HBDIR)\bin\harbour $(FWDIR)\source\classes\font.prg /n \ /i$(FWDIR)\include;$(HBDIR)\include /d_DEFAULT_CHARSET_=1 /o$(OBJDIR)\font.c Instead, you can use the library as it is and set TFont():nDefaultCharSet := <yourCharset at the beginning ...
by Horizon
Sun Nov 12, 2023 1:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 55918

Re: Fwh 23.10 TGet another problem

... : $(FWDIR)\source\classes\font.prg $(HBDIR)\bin\harbour $(FWDIR)\source\classes\font.prg /n \ /i$(FWDIR)\include;$(HBDIR)\include /d_DEFAULT_CHARSET_=1 /o$(OBJDIR)\font.c Instead, you can use the library as it is and set TFont():nDefaultCharSet := <yourCharset at the beginning ...
by nageswaragunupudi
Sat Nov 11, 2023 7:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 55918

Re: Fwh 23.10 TGet another problem

... have started a few thread since 15 years. https://forums.fivetechsupport.com/viewtopic.php?f=3&t=12805&p=64949&hilit=d+default+charset+1&sid=54dfaf7858789882cd774ada3bea5028&sid=54dfaf7858789882cd774ada3bea5028#p64949 https://forums.fivetechsupport.com/viewtopic.php?f=3&t=13810&hilit=d+default+charset+1&sid=54dfaf7858789882cd774ada3bea5028 ...
by Horizon
Tue Nov 07, 2023 7:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 55918

Re: DBF . Commit

set( _SET_HARDCOMMIT, .F. ) Yes. The default is SET HARDCOMMIT ON After changing the value of a field, execution of UNLOCK is enough to make the change visible to all other users. Documentation: SET HARDCOMMIT ON | off | (<lOnOff>)ArgumentsON ...
by nageswaragunupudi
Sun Oct 22, 2023 2:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2514
PreviousNext

Return to advanced search