Search found 454 matches: initial

Return to advanced search

Re: xbrowse problem with :bLClicked

... selection state of the xbrowse. If you have multiple records selected and you deselect one using the spacebar, it will reset the buttonbar to its initial state, even if there are still other records selected. To fix this, you need to modify the `:bKeyChar` block to check the overall selection ...
by Antonio Linares
Mon Apr 22, 2024 5:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse problem with :bLClicked
Replies: 5
Views: 106

xbrowse problem with :bLClicked

...   NEXT However, it happens that if I have selected two or more records and deselect only one, the procedure returns the buttonbar buttons to their initial state even if there are actually still two records selected what happens is that if I click twice it selects the record and at the same time ...
by Silvio.Falconi
Sun Apr 21, 2024 7:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse problem with :bLClicked
Replies: 5
Views: 106

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

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

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

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

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

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

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

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

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

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

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

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

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

Return to advanced search