Search found 454 matches: initial

Return to advanced search

Create a Panel width a text

... a panel but I didn't understand how to create a large border and at the same time update the height if the memo field is large compared to the initial space
by Silvio.Falconi
Fri Dec 22, 2023 11:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 3193

Re: phpBB to LLM

... ser entrenados en un modelo de IA pre entrenado. Por el momento hemos encontrado este modelo que nos da una primera idea: data = { 'text': ['Initial post for programming question.', 'Reply 1: I think the issue is with your code.', 'Reply 2: Can you provide more details?', 'Initial post for ...
by Antonio Linares
Fri Dec 22, 2023 10:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: phpBB to LLM
Replies: 33
Views: 4696

phpBB to LLM

... for 18 years, so it may be a great dataset to train an AI LLM :-) So first thing we need is to build a dataset from it. Here I am posting some initial tests that I expect that we may be able to complete with the help of Uwe and Rao: topics.prg #include "FiveWin.ch"function Main()  ...
by Antonio Linares
Thu Dec 21, 2023 9:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: phpBB to LLM
Replies: 33
Views: 4696

Re: Convert a print to Rtf or doc

... told me, but the management software is often located in CLOUD-type servers and are unreachable if there is a problem on the network. In the initial proposals there was talk of a language identical to the fwh and the possibility of bringing it "portability" to the web but in reality ...
by Silvio.Falconi
Fri Dec 01, 2023 9:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a print to Rtf or doc
Replies: 33
Views: 3469

Re: random sentences generator

Dear Otto,

When you call function Generate( <cInitialWord> ) you have to provide an initial word that exists in your sentences,

in your case:

? Generate( "the" )
by Antonio Linares
Fri Dec 01, 2023 3:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: random sentences generator
Replies: 6
Views: 713

New FTDN October/Octubre 2023 (FWH 23.10)

... USE UNICODE SAY/GET CONTROLS TO DISPLAY AND EDIT UTF8 TEST. - @ r,c SAY ..... UNICODE Note: Even if the clause UNICODE is not specified, if the initial prompt is utf8, it is displayed as utf8 - @ r,c GET ... CHRGROUP CHR_WIDE If the clause "CHRGROUP CHR_WIDE" is specified, the Get ...
by Antonio Linares
Thu Nov 02, 2023 9:53 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octubre 2023 (FWH 23.10)
Replies: 1
Views: 3909

Re: Folder Viewport

Sorry, Antonio, I didn't understand. I can specify the initial path, but the rest of the disks will also be visible and can be selected
by Natter
Thu Oct 26, 2023 11:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Folder Viewport
Replies: 4
Views: 307

eMail with html

... <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>Resúmen de cuenta</title> ...
by D.Fernandez
Fri Sep 22, 2023 11:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: eMail with html
Replies: 2
Views: 258

eMail con formato Html

... <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>Resúmen de cuenta</title> ...
by D.Fernandez
Fri Sep 22, 2023 10:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: eMail con formato Html
Replies: 0
Views: 231

Re: Create help system with F1

... simply because I know how to handle them best. Never used ini files.. Just my idea. BTW : On 4.50 PM (No timeframe yet) and on 6.49 PM (We have an initial version) WOWWWWW :o
by Marc Venken
Tue Jul 11, 2023 9:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create help system with F1
Replies: 15
Views: 873

Re: Create help system with F1

Dear Mark,

We have an initial version working! :-)

Simply add this function call from the start of your app:

SetAutoHelp( .T. )

Screenshots coming soon...
by Antonio Linares
Tue Jul 11, 2023 6:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create help system with F1
Replies: 15
Views: 873

Re: Listbox in Cell of Excel

Dear Byron, I copied and pasted your initial post and got some code OLEObject xlApp, xlWorkbook, xlWorksheet...xlApp = OLEObject.Init("Excel.Application")xlWorkbook = xlApp.Workbooks.Open("path/to/your/spreadsheet.xlsx")xlWorksheet ...
by Antonio Linares
Thu Jun 15, 2023 5:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Listbox in Cell of Excel
Replies: 6
Views: 402

Re: new Array for XBROWSE -> only 1st Column ?

hi Otto, have you tried inserting some dummy data into your initial `aData`? LEN(aArray) is much bigger than 1 and "wide" is FCOUNT(). but with my CODE it show only 1st Column "A" when assign "on-fly" to XBROWSE --- instead ...
by Jimmy
Thu May 25, 2023 7:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: new Array for XBROWSE -> only 1st Column ?
Replies: 7
Views: 321

Re: new Array for XBROWSE -> only 1st Column ?

Jimmy, have you tried inserting some dummy data into your initial `aData`?
Best regards,
Otto
by Otto
Thu May 25, 2023 6:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: new Array for XBROWSE -> only 1st Column ?
Replies: 7
Views: 321

A simple LLM using Harbour's hashes

An initial LLM ("large language model") using Harbour hashes: llm.prg static hWords := {=>}function Main()   AddSentence( hWords, hb_ATokens( "Hello my friend, Hello how ...
by Antonio Linares
Tue May 16, 2023 6:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A simple LLM using Harbour's hashes
Replies: 6
Views: 424
PreviousNext

Return to advanced search