Search found 1434 matches: load

Return to advanced search

New FTDN April 2024 (FWH 24.04)

... AI LLM (large language models) using llama.cpp that has been included in FWH. Please review samples\llm.prg. In order to test it you have to download tinyLlama.gguf from here: https://huggingface.co/fivetech/tinyLlama/blob/main/tinyLlama.gguf. This technology only works in 64 bits and for now ...
by Antonio Linares
Wed Apr 24, 2024 7:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April 2024 (FWH 24.04)
Replies: 0
Views: 37

Re: WhatsApp tests

... How can you remove the ability to have attachments or not? then the function should check if the WhatsApp application is installed on the PC and load it directly from the Microsoft store but I don't know how to do it the link to download is "https://apps.microsoft.com/detail/9nksqgp7f2nh?hl=it-it&gl=IT"
by Silvio.Falconi
Wed Apr 17, 2024 10:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WhatsApp tests
Replies: 9
Views: 356

Re: To Nageswrao Del Objs on TscrollPanel

... the procedure  on Init load all buttons with   aImages:= LoadLinks( cIniUser, cSection )and set the btnbmp on panel scroll  as you can see on this picture https://i.postimg.cc/SxTbV6sG/project.jpg ...
by Silvio.Falconi
Wed Mar 06, 2024 10:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nageswrao Del Objs on TscrollPanel
Replies: 17
Views: 667

Re: Does anyone have an Envelope Printing module ?

Rick, Envelopes load into ( adjustable ) paper trays, face down, seal to the right. They would print in landscape mode. I think that could be done very easily. What sizes does your client currently use ? We could start with those, ...
by TimStone
Sat Mar 02, 2024 9:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Does anyone have an Envelope Printing module ?
Replies: 10
Views: 576

Re: FWH 24.02 new Class TWebView2

... access with oWebView:SetAllowFileAccess(.t.), but this is not supported. Is this possible with the new version? Best regards, Otto Not allowed to load local resource: file:///C:/fwh2023/samples/231113_FactSheet.pdf function Main()   local oWebView := TWebView():New(1)  ...
by Otto
Fri Mar 01, 2024 3:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 24.02 new Class TWebView2
Replies: 11
Views: 2466

Re: Controls behave different in Window as in Dialog

... go to the left top position The idea is to use a webcam/camera with USB on top of the Robotarm. In case of Dialog, I get a error : Error Twebcam, Load driver error, Check webcam connection. In case of Window it is shown. At this moment the webcam is the buildin one from the laptop. I can send ...
by Marc Venken
Sat Feb 24, 2024 11:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Controls behave different in Window as in Dialog
Replies: 2
Views: 155

Re: creating a new function HtmlToRtf()

... ")   cTemp := StrTran(cTemp, ">", "")  these lines could be wrong, in fact when I load the rtf file you can't see anything
by Silvio.Falconi
Fri Feb 16, 2024 11:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: creating a new function HtmlToRtf()
Replies: 3
Views: 287

Re: leggere test,hrb

Dear Silvio, > Can I load a Hrb file (or more) where I insert some procedure or functions, from a fwh prg without use Harbour.exe ? yes > Can you make a test here to compile ? Please review hrb.prg and hrbext.prg in Harbour/tests ...
by Silvio.Falconi
Fri Feb 16, 2024 10:01 am
 
Forum: All products support
Topic: leggere test,hrb
Replies: 9
Views: 6591

Help. Password/MySQL

... compatibility [Hb_decrypt / SX_Decrypt ] -> It is not compatible 2. Is there any [Rdd.] for MySQL or Samples, Query/[Fields] Read data and load into a variable? Thank you in advance for your cooperation. lZanardo - Brazil
by lzanardo
Tue Feb 13, 2024 1:31 pm
 
Forum: mod_harbour
Topic: Help. Password/MySQL
Replies: 1
Views: 159

Re: Steps to integrate AI

... you get 30 hours for free. Actually we are using a local GPU as we need to do many tests until we have a right workflow, and it is quite tiring to load the same python packages on those services again and again. The idea is: do your research locally and when everything is ready do the final train ...
by Antonio Linares
Sat Jan 20, 2024 4:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Steps to integrate AI
Replies: 4
Views: 639

phpBB to LLM

... iLength2 ] = NULL;   hb_retc( szDest );   hb_xfree( ( void * ) szDest );}    #pragma ENDDUMP  6. next we load this forums.json as a dataset to HuggingFace to verify that it is correct. Open a free account at HuggingFace, create a dataset and upload forums.json. ...
by Antonio Linares
Thu Dec 21, 2023 9:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: phpBB to LLM
Replies: 33
Views: 4695

Re: Using Microsoft AI Phi-2 from FWH

hi Antonio,

thx for Link
have installled Runtime and re-boot PC and put llama64.dll and phi-2_Q4_K_M.gguf into same Folder like EXE
but still have no luck and got Error to load llama64.dll/phi-2_Q4_K_M.gguf ...

which FWH Version is need for that Sample :?:
by Jimmy
Tue Dec 19, 2023 9:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 8330

Re: copy a row of xbrowse

I inserted the popup in the procedure I'm doing: it doesn't work, that is: I state I load the array from a dbf I manage the array and then save it in the dbf if I copy and paste a line even in the same xbrowse then I go to modify the copied line it also modifies the ...
by Silvio.Falconi
Tue Dec 05, 2023 10:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: copy a row of xbrowse
Replies: 36
Views: 5789

Re: random sentences generator

In this example we load all William Shakespeare's books into memory: https://www.fivetechsoft.com/files/shakespeare.txt #include "FiveWin.ch"static hTokens := {=>}function Main()   local ...
by Antonio Linares
Thu Nov 30, 2023 5:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: random sentences generator
Replies: 6
Views: 713

Re: load png from rpreview

Now Run ok
by Silvio.Falconi
Thu Nov 16, 2023 12:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: load png from rpreview
Replies: 6
Views: 398
Next

Return to advanced search