Search found 1944 matches: prompt

Return to advanced search

Select one btnbmp into a scrollpanel

... := aElements[n][5] nProduct:= aElements[n][1] @ nRow,ncol BTNBMP aBtnEle[n] ; FILENAME cImage; SIZE 220, 55 PIXEL; FLAT RIGHT; FONT oFontSmall ; PROMPT cDesc ; OF oElements action Msginfo() aBtnEle[n]:ocursor:= oHand aBtnEle[n]:nClrBorder := { |obtn| (IIF(obtn:lMOver,CLR_BLUE,CLR_HGRAY)) } aBtnEle[n]:bClrGrad ...
by Silvio.Falconi
Mon Jun 12, 2023 5:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Select one btnbmp into a scrollpanel
Replies: 1
Views: 116

genblock

I have 9 button when I press a button return allway 9 nRow:=30 For n= 1 to 9 @ nRow,2 BTNBMP aBtnCalc[n] PROMPT ltrim(str(n+1)) FLAT SIZE 20,30 PIXEL of oDlg ; ACTION AddItems(oInvoice,aItems, GenBlock_(n) ,@nRowItems,fromdate,Todate) nRow+=32 NEXt fUNCTION GenBlock_(n) RETURN ...
by Silvio.Falconi
Mon Jun 12, 2023 10:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: genblock
Replies: 5
Views: 275

Promtp-Editor: Unleash ChatGPT's Power: The Ultimate Prompt

... are still in DIALOG format without TRUEPIXEL, and if you want to use them as templates, some additional work is required. I have now created a prompt that automates the conversion process. This prompt is working well for me. Best regards, Otto Please modify the source code provided below. Each ...
by Otto
Fri Jun 09, 2023 10:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Promtp-Editor: Unleash ChatGPT's Power: The Ultimate Prompt
Replies: 4
Views: 483

Re: lIncrFilter + MDI

... SET CENTURY ON RDDSETDEFAULT( "DBFCDX" ) DEFINE WINDOW oWnd MDI DEFINE BUTTONBAR oBar OF oWnd SIZE 45,45 2007 DEFINE BUTTON OF oBar PROMPT "TEST" CENTER ACTION Test() oWnd:oWndClient:bPainted := {||oWnd:oWndClient:DrawImage( "c:\fwh\bitmaps\logo.bmp", "BR" ...
by cpheraclio
Sun Jun 04, 2023 11:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: lIncrFilter + MDI
Replies: 4
Views: 410

FWstring() and Control SIZE

hi,

when use a "short" English Word with FwString() it can be "long" in German or other Language
than Caption / PROMPT can be "to long" for Control SIZE

does Fivewin have a Solution for this Problem :?:
by Jimmy
Fri Jun 02, 2023 2:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWstring() and Control SIZE
Replies: 2
Views: 180

Re: prompt-editor

Hello friends, I start testing with these functions: function jsonerzeugen()    LOCAL cDbf :="INIfiles.dbf"    LOCAL aData := {}   LOCAL cJson, nHandle      USE (cDbf) ALIAS MyTable NEW   DBGOTOP()   DO WHILE !EOF()      AADD(aData, GetRecordDa...
by Otto
Wed May 31, 2023 9:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: prompt-editor
Replies: 5
Views: 275

Re: prompt-editor

Fastreport de Cristobal ???????
by Silvio.Falconi
Wed May 31, 2023 3:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: prompt-editor
Replies: 5
Views: 275

Re: prompt-editor

... BTW, this is the answer to the shown question: Sure, here are the posts from May 31, 2023, that I found on the FiveTech forum:"prompt-editor" by Otto. Last post at 12:49 PM."hb_CDPSELECT() crash ?" by Jimmy. Last post at 12:32 PM."CLASS modification" by Otto. ...
by Otto
Wed May 31, 2023 12:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: prompt-editor
Replies: 5
Views: 275

Re: prompt-editor

Hello Joao, It is a simple program. Standard tasks are stored in the DBF file, as you can see in the second screenshot. The quality of the prompt is important for the results provided by ChatGPT. We offer a service where we store standard questions, such as a list of allergens according to ...
by Otto
Wed May 31, 2023 12:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: prompt-editor
Replies: 5
Views: 275

Re: prompt-editor

Now, we need to update the DBF file that contains the standard questions over the internet.

Ahora, necesitamos actualizar el archivo DBF que contiene las preguntas estándar a través de Internet.

Master Otto, explain better.

Maestro Otto, explíquese mejor.

Thanks.

Regards, saludos.
by karinha
Wed May 31, 2023 11:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: prompt-editor
Replies: 5
Views: 275

prompt-editor

Hello friends, We have released a new program called "prompt-editor." It is a simple editor that stores standard prompts for ChatGPT, making it easier to edit the questions. Now, we need to update the DBF file that contains the standard questions ...
by Otto
Wed May 31, 2023 8:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: prompt-editor
Replies: 5
Views: 275

Re: can use SWITCH Control in XBROWSE ?

... edited by the user. Pressing <space>,<enter> or double click toggles the logical value. aPrompts: Optional: If specified, displays the prompt in addition to the bitmap. Usage: Most common: oCol:SetCheck( nil, .t. ) or oCol:setCheck( { bmpOn, bmpOff, bmpNil }, .t., { "Married", ...
by nageswaragunupudi
Tue May 30, 2023 12:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: can use SWITCH Control in XBROWSE ?
Replies: 7
Views: 556

Re: FTP Upload works at home Not at work

... issues along the way. To use tracert to check FTP connectivity, you need to know the IP address or domain name of the FTP server. Open a command prompt or terminal window and type the following command:
by Otto
Fri May 26, 2023 12:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FTP Upload works at home Not at work
Replies: 6
Views: 475

Re: CLASS modification

... user can't view the months and years logically the IsOverDay() function is wrong as I can't find this function determines that the mouse is on the prompt of the days or in other areas. if you hover the mouse over the name of the month or over the year it is not highlighted !!! while if you click ...
by Silvio.Falconi
Wed May 24, 2023 8:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS modification
Replies: 33
Views: 2067

Re: A simple LLM using Harbour's hashes

Dear Antonio, large language model Can this model also be used with the copy & paste method to submit larger amounts of text to the ChatGPT prompt? Is there any way to bypass the token limit of approximately 4000 per request here? I haven't figured out yet if, when I'm within a chat and I ...
by Otto
Tue May 16, 2023 6:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A simple LLM using Harbour's hashes
Replies: 6
Views: 445
PreviousNext

Return to advanced search

cron