Search found 16175 matches: problem

Return to advanced search

Re: Problema super raro (SOLUCIONADO)

Mr. Rao and friends I apologize, after several nightmare nights, I have finally solved the problem, the problem was in the last line of this code. [code] oRsWrk := FW_OpenRecordSet(oApp:oCon,"SELECT " +; "*," +; "RUB_DES," +; "CON_DES ...
by Armando
Thu Mar 28, 2024 1:09 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema super raro (SOLUCIONADO)
Replies: 10
Views: 224

Re: records on xbrowse

any solution please ? the problem is when I make a search for a sample "frank" ( on First) ndatarow is 3 and also obrw:nlen is 3 I tried to inser a variable nTotalrecords at init oDbf:= TCustomer():New() oDbf:setorder(1) oDbf:Gotop() ...
by Silvio.Falconi
Wed Mar 27, 2024 9:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: records on xbrowse
Replies: 8
Views: 210

Re: Problem with datepick

nageswaragunupudi wrote:
Code: Select all  Expand view
LOCAL dDate := ddatacambio:GetDate()
 



Here is the mistake.
"ddatacambio" is a date value and date value can not have any method.


opps - corrected
STATIC FUNCTION DoSwitch( ddatacambio, oBtnGetExchange,aGet )
LOCAL dDate := aget[1]:GetDate()
by Silvio.Falconi
Tue Mar 26, 2024 1:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with datepick - Resolved -
Replies: 2
Views: 79

Re: Problem with datepick

Code: Select all  Expand view
LOCAL dDate := ddatacambio:GetDate()
 



Here is the mistake.
"ddatacambio" is a date value and date value can not have any method.
by nageswaragunupudi
Tue Mar 26, 2024 12:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with datepick - Resolved -
Replies: 2
Views: 79

Problem with datepick - Resolved -

give me an error when I try to select a date @ nRow, 70 DTPICKER  aGet[1] VAR ddatacambio OF oDlgSub SIZE 198, 25 PIXEL ;      FONT oFont UPDATE PICTURE "ddd dd mmm yyyy"  ;     VALID ( DoSwitch( ddatacambio, oBtnGetExchange) ) STYLE DTS_SHOWNONE @ nRow-0.2,  320 BT...
by Silvio.Falconi
Tue Mar 26, 2024 12:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with datepick - Resolved -
Replies: 2
Views: 79

Re: Crear librerias de Harbour BCC74 Me genera error

It is still a problem to fix inside hbmk2.prg. I'm updating my hrbfix. Anyway, this is the batch I'm using to build Harbour: @ ECHO OFFSET BCC=*** PUT YOUR BCC PATH HERE! ***SET PATH=%BCC%\binSET HB_INSTALL_PREFIX=%cd%\harbourSET ...
by Enrico Maria Giordano
Tue Mar 26, 2024 12:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Crear librerias de Harbour BCC74 Me genera error
Replies: 28
Views: 2246

Re: Problema super raro

Mr. Rao & Friends: Thanks to your advice, the first problem is solved, but now the problem is when retaking the recorded records and displaying them in an xBrowse, it only shows 2 of 5 records This is my code       IF lCrealo         DO WHILE ! oRsDet:EOF()  ...
by Armando
Sat Mar 23, 2024 10:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema super raro (SOLUCIONADO)
Replies: 10
Views: 224

Re: Problemas con nuevas versiones de xHarbour y BCC

You have to ask the author of that library to rebuild it with the new xHarbour build. This is the problem in using third party libraries.
by Enrico Maria Giordano
Sat Mar 23, 2024 3:47 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas con nuevas versiones de xHarbour y BCC
Replies: 8
Views: 138

Re: PDF distorcionado con Tprinter en Matricial

It could be a problem with the printer driver, if it is too old.
by Enrico Maria Giordano
Sat Mar 23, 2024 3:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: PDF distorcionado con Tprinter en Matricial
Replies: 6
Views: 127

Re: Question about performance RowSet

... to my ignoring the difference in the behavior between Harbour and xHarbour of a function PValue(). We regret the inconvenience. You can fix this problem by making a small correction in TArrayData class in \fwh\source\classes\tarrdata.prg Please locate the line: METHOD New( aData, aStruct ...
by Eroni
Fri Mar 22, 2024 12:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 467

Re: Question about performance RowSet

... to my ignoring the difference in the behavior between Harbour and xHarbour of a function PValue(). We regret the inconvenience. You can fix this problem by making a small correction in TArrayData class in \fwh\source\classes\tarrdata.prg Please locate the line: METHOD New( aData, aStruct ...
by nageswaragunupudi
Thu Mar 21, 2024 10:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 467

Re: Help with HB_REALLOC ERROR 9009

I found the error

Disable Avast Antivirus, and it works with no problem.
by Adolfo
Thu Mar 21, 2024 1:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help with HB_REALLOC ERROR 9009
Replies: 5
Views: 137

Re: Compiling with new harbour_bcc770_32_20240309

I problem when I compiling with xmate Progetto: xbrwin7, Ambiente: bcc7Harbor:[1]:Harbour.Exe xbrwin7.prg  /m /n0 /gc1 /es2 /a /iC:\Work\fwh\include /iC:\Work\harbour\Include /jC:\Work\errori\TEST_B~1\I18n\Main.hil ...
by Silvio.Falconi
Tue Mar 19, 2024 8:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling with new harbour_bcc770_32_20240309
Replies: 15
Views: 381

Re: ButtonBmp problem with FWH2402

We are going to provide you with a revised library anytime soon.
by nageswaragunupudi
Mon Mar 18, 2024 5:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ButtonBmp problem with FWH2402
Replies: 25
Views: 701

Re: ButtonBmp problem with FWH2402

Mr. Rao buenos días como estas?

Que pena molestarte, pero quería saber si has podido encontrar la solución a este problema.

De antemano gracias
by leandro
Mon Mar 18, 2024 3:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ButtonBmp problem with FWH2402
Replies: 25
Views: 701
Next

Return to advanced search