Search found 436 matches: according

Return to advanced search

Re: FWHMYSQL Insert failing

... ) ,`total_inc` = VALUES ( `total_inc` ) ,`clotacao` = VALUES ( `clotacao` ) ,`prazo` = VALUES ( `prazo` ) ,`situacao` = VALUES ( `situacao` ) But, according with the array, the right sentence should be this: INSERT INTO `folha` ( `cemp`,`nfolha`,`cmat`,`cvandes`,`cvdorig`,`val_inf`, `val_calc` ...
by vilian
Mon Apr 08, 2024 11:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMYSQL Insert failing
Replies: 6
Views: 394

Re: Talking to your apps

According to my tests, the program works fine only with these compilers combinations:

- Harbour MSC32
- Harbour BCC64
- xHarbour BCC32
- xHarbour BCC64
by Enrico Maria Giordano
Tue Apr 02, 2024 7:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Talking to your apps
Replies: 20
Views: 3837

Re: Another for Btnbmp

... of border while indicating the focused button with colors. I used some simple colors for demonstration, but you can use your own colors/gradients according to your taste. function BtnBmpBorder()   local oDlg, oFont, oBtn, aBtn[ 3 ]   DEFINE FONT oFont NAME "Segoe UI" ...
by Silvio.Falconi
Mon Mar 25, 2024 9:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for Btnbmp
Replies: 26
Views: 4927

Re: Another for Btnbmp

... of border while indicating the focused button with colors. I used some simple colors for demonstration, but you can use your own colors/gradients according to your taste. function BtnBmpBorder()   local oDlg, oFont, oBtn, aBtn[ 3 ]   DEFINE FONT oFont NAME "Segoe UI" ...
by nageswaragunupudi
Mon Mar 25, 2024 1:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for Btnbmp
Replies: 26
Views: 4927

Re: Intentando un primer archivo make

José Muchisimas gracias!!!!!!!!
Jimmy
you were right!!!!!!
After correcting my code according to what you indicated and some other details, it was perfect!1111
Thankyou!!
by jose_murugosa
Wed Feb 28, 2024 1:01 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Intentando un primer archivo make (RESUELTO)
Replies: 8
Views: 242

Re: Strange characters going from FWH to Outlook FWH 13.10

... Michel, We never managed to achieve a good conversion with the built-in code tables. Therefore, we created various functions. You could build one according to this scheme. Best regards, Otto function convertXML2( cVData, aufruf )   local I := 0   local cTemp := ""  ...
by Otto
Mon Feb 19, 2024 6:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange characters going from FWH to Outlook FWH 13.10
Replies: 18
Views: 3709

Re: FW_SaveImage

... the FW_SaveImage function. To get a larger format, I expanded the dialog box to the desired size (oDld:Move()). Further, moving this dialog according to the specified algorithm, I received the device context of the screen. It used to work, now it doesn't.
by Natter
Fri Feb 16, 2024 4:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_SaveImage
Replies: 8
Views: 438

Re: Class TOpenAI_ChatGPT by Charles Kwon

Hello According to OpenAI's API protocol, the API communicates with the endpoint, and the communication protocol is https. In other words, there is no risk of leakage of cKey because the communication is encrypted. However, if ...
by CharlesKwon
Thu Feb 01, 2024 12:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Class TOpenAI_ChatGPT by Charles Kwon
Replies: 3
Views: 472

Re: Different Processing of Escape Characters in Mod Harbour

Dear Otto,
I think \n leads to an error because the backslash is an escape character in javascript.
according to chatgpt :-) ... when used in a string, the \ expects to be followed by another character to form the escape sequence.
So \\n is needed in this case I suppose.
kind regards
ruth
by Ruth
Wed Jan 31, 2024 1:38 pm
 
Forum: mod_harbour
Topic: Different Processing of Escape Characters in Mod Harbour
Replies: 5
Views: 489

Re: Creating table with Trichedit

Please try this code. Modify it according to your requirements. Function CreateRtf()    LOCAL nRow, nCol    LOCAL cFileName := "table.rtf"    LOCAL oFile := FCreate(cFileName, 0)    // RTF Header    FWrite(oFile, ...
by Silvio.Falconi
Wed Jan 24, 2024 1:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1448

Re: Creating table with Trichedit

Please try this code. Modify it according to your requirements. Function CreateRtf()    LOCAL nRow, nCol    LOCAL cFileName := "table.rtf"    LOCAL oFile := FCreate(cFileName, 0)    // RTF Header    FWrite(oFile, ...
by anserkk
Wed Jan 24, 2024 9:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1448

Re: ButtonBmp TABSTOP

... continues obeying the initial TABSTOP. Thank you! No. This should work and in fact this works . Keep this in ON INIT clause. In the above example, according to the RC file, tabstop for oBtn[ 2 ] is inactive and tabstop for oBtn[ 1 ] and oBtn[ 2 ] are active. Please try this program. Here we enable ...
by wartiaga
Sun Jan 07, 2024 5:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ButtonBmp TABSTOP
Replies: 18
Views: 2779

Re: ButtonBmp TABSTOP

... continues obeying the initial TABSTOP. Thank you! No. This should work and in fact this works . Keep this in ON INIT clause. In the above example, according to the RC file, tabstop for oBtn[ 2 ] is inactive and tabstop for oBtn[ 1 ] and oBtn[ 2 ] are active. Please try this program. Here we enable ...
by nageswaragunupudi
Sat Jan 06, 2024 4:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ButtonBmp TABSTOP
Replies: 18
Views: 2779

file ID in the Windows file system

... identifier within the file system. These operations are primarily managed by the file system to ensure each file's unique identity is maintained according to its rules and behaviors. **User: And if I move to another folder?** When you move a file to another folder, the behavior in terms of the ...
by Otto
Fri Jan 05, 2024 4:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: file ID in the Windows file system
Replies: 5
Views: 627

Re: Using Microsoft AI Phi-2 from FWH

hi,
alerchster wrote:I only ever had error 0 in the program with the downloaded DLL.
Then I created llama64.dll myself according to the information above and it worked immediately.

thx for Answer

as i got same error 0 i will try same Way as you did and follow Antonios Instruction
by Jimmy
Wed Dec 20, 2023 6:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 8215
Next

Return to advanced search