Search found 452 matches: initial

Return to advanced search

Re: Question about performance RowSet

... If we look back in the forums, we posted speed comparison with other libraries a few years back. When a RowSet is opened for ReadOnly, again the initial reading is faster. oRs := oCn:RowSet( cSql, [aParams], [lReadOnly] ) Execute aData := oCn:Execute( cSql, [aParams] ...
by Eroni
Wed Mar 20, 2024 1:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 463

Re: Question about performance RowSet

... If we look back in the forums, we posted speed comparison with other libraries a few years back. When a RowSet is opened for ReadOnly, again the initial reading is faster. oRs := oCn:RowSet( cSql, [aParams], [lReadOnly] ) Execute aData := oCn:Execute( cSql, [aParams] ...
by nageswaragunupudi
Sat Mar 16, 2024 10:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 463

Re: How to include hbCurl?

... shellExEc() would seem more maintenance-friendly to me if you would otherwise have no issues or only have to deal with the firewall during the initial setup. Best regards, Otto c:\curl-8.6.0_3-win64-mingw\bin\curl.exe -u username:password -k -F "fileToUpload=@c:\xxxx\tmpplan\planangebot.dbf" ...
by Otto
Sun Mar 03, 2024 8:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to include hbCurl?
Replies: 13
Views: 501

Re: Create a Panel width a text

...     oExbar:Refresh() Jimmy, It seems strange to me that if Nages said to use the fw_saytext function then it doesn't work, because initially in the section_advice() function the fw_saytext function works well in fact it shows the initial message then if you see well I replaced the ...
by Silvio.Falconi
Mon Feb 26, 2024 8:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 2893

Re: RC to PRG generator

Enrico, You need to integrate bootstrap. However, the layout must result from the RC file. After the conversion, it should look similar to the initial screen. I only added the code to demonstrate how it's done with bootstrap. Best regards, Otto <!DOCTYPE html><html><head>  ...
by Otto
Mon Feb 12, 2024 11:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RC to PRG generator
Replies: 23
Views: 1003

connecting SQL SERVER VIA ODBC PROLEM

... and we have follow problem: [CODE] oApp:oCon:ConnectionString:= "Provider=SQLOLEDB;Password=xxxx3;Persist Security Info=True;User ID=XXXX;Initial Catalog=ERP6_base;Data Source=185.80.87.6\SQLEXPRESS2019" TRY oApp:oCon:Open() CATCH oError MsgInfo("No se pudo lograr la conexión"+OAPP:OCON:CONNECTIONsTRING,oApp:cAplicacion) ...
by MANOLO
Mon Jan 29, 2024 5:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: connecting SQL SERVER VIA ODBC PROLEM
Replies: 0
Views: 307

CONEXION ADODB SQL SERVER

... si a alguien se le ocurre el porqué: oApp:oCon:ConnectionString:= "Provider=SQLOLEDB;Password=xxxx3;Persist Security Info=True;User ID=XXXX;Initial Catalog=ERP6_base;Data Source=185.80.87.6\SQLEXPRESS2019" TRY oApp:oCon:Open() CATCH oError MsgInfo("No se pudo lograr la conexión"+OAPP:OCON:CONNECTIONsTRING,oApp:cAplicacion) ...
by MANOLO
Mon Jan 29, 2024 9:12 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: CONEXION ADODB SQL SERVER
Replies: 4
Views: 249

CONEXION ADODB SQL SERVER

... si a alguien se le ocurre el porqué: oApp:oCon:ConnectionString:= "Provider=SQLOLEDB;Password=xxxx3;Persist Security Info=True;User ID=XXXX;Initial Catalog=ERP6_base;Data Source=185.80.87.6\SQLEXPRESS2019" TRY oApp:oCon:Open() CATCH oError MsgInfo("No se pudo lograr la conexión"+OAPP:OCON:CONNECTIONsTRING,oApp:cAplicacion) ...
by MANOLO
Mon Jan 29, 2024 9:12 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: CONEXION ADODB SQL SERVER
Replies: 0
Views: 135

Re: I'm not asking for the moon... Resolved!!

Resolved! Otto, no strtran !!! Cesar, No bgotfocus and blostfocus Jimmy, No "@9" picture Resolved !!! Only in my initial test was the statement missing: FWNumFormat( "E", .t. ) and the picture to put is "@E ###.##" Now it seems run ok as U can see on video ...
by Silvio.Falconi
Fri Jan 19, 2024 7:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: I'm not asking for the moon... Resolved!!
Replies: 24
Views: 1851

FWH or harbour function support CRC? ( Solved )

Hi

FWH or Harbour any CRC function?
I have some data below:
    CRC WIDTH : CRC-16
    Polynomial : 0x8005
    Initial Value : 0xFFFF
    Final Xor Value: 0x0000

input this 000107 -> CRC RESULT 0x8811
by richard-service
Wed Jan 10, 2024 10:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH or harbour function support CRC? ( Solved )
Replies: 16
Views: 1659

Re: ButtonBmp TABSTOP

... In the TABSTOP option of the button in Pelles c I set it to YES but when I use oBtn:WinStyle( WS_TABSTOP, .F. ) it it still 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, ...
by wartiaga
Sun Jan 07, 2024 5:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ButtonBmp TABSTOP
Replies: 18
Views: 2427

Re: ButtonBmp TABSTOP

... In the TABSTOP option of the button in Pelles c I set it to YES but when I use oBtn:WinStyle( WS_TABSTOP, .F. ) it it still 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, ...
by nageswaragunupudi
Sat Jan 06, 2024 4:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ButtonBmp TABSTOP
Replies: 18
Views: 2427

Re: ButtonBmp TABSTOP

... In the TABSTOP option of the button in Pelles c I set it to YES but when I use oBtn:WinStyle( WS_TABSTOP, .F. ) it it still continues obeying the initial TABSTOP. Thank you!
by wartiaga
Sat Jan 06, 2024 1:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ButtonBmp TABSTOP
Replies: 18
Views: 2427

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: 2893

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: 3887
Next

Return to advanced search