Search found 250 matches: corrected

Return to advanced search

Re: xbrowse problem with :bLClicked

... Error E0030 Syntax error "syntax error at '*'" 10 errors AI doesn't know the real syntax and just wastes your time Lines corrected in :bKeyChar := {| k |  (If( k == VK_SPACE,;                      ...
by Silvio.Falconi
Mon Apr 22, 2024 7:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse problem with :bLClicked
Replies: 5
Views: 104

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

Re: Create a Panel width a text

corrected cNewMessage:= DivideTestoInRighe(cMessage, 80) https://i.postimg.cc/NMtg33TL/rrr.png FUNCTION DivideTestoInRighe(cTesto, lunghezzaRiga)   LOCAL nLunghezzaTesto, nRighe, nInizio, ...
by Silvio.Falconi
Wed Feb 28, 2024 10:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 3192

Re: Create a Panel width a text

... in fact it shows the initial message then if you see well I replaced the getlabeldim function with CalcTextHeight( hDC, cText, oFont, nWidth ) corrected by Nageswarao On your sample: oPaneltext cannot be the same name of a Panel I propose to usare oTExt MEMOTEXT := alltrim( cMsg ) @ oPanel2:nTitleHeight+5, ...
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: 3192

Re: To Nages: Record deleted but make error also

this morning I corrected with if ! Empty( oBrowse:aDeleted )              AEval( oBrowse:aDeleted, { |a| a[ 32 ] := -a[ 32 ] } )              oDbfMod:SaveArrayToDBF( cItemFlds, oBrowse:aDeleted ...
by Silvio.Falconi
Wed Nov 22, 2023 10:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages: Record deleted but make error also RESOLVED
Replies: 3
Views: 277

Re: Help splitting up a character address string

... is RETURN for the function's return value and FUNCTION to declare the end of the function, not ENDFUNCTION as I previously stated. Here's the corrected code: harbour Copy code FUNCTION SplitAddress(cAddress) LOCAL cStreet, cCity, cState, cZip LOCAL nPos1, nPos2 // Find the position of the ...
by Otto
Wed Nov 15, 2023 7:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help splitting up a character address string
Replies: 10
Views: 602

Re: Listview Unicode for CLASS TGrid()

... surely assist you on this. Please give me a little more time. Too many things on hand right now. Note: This is my personal opinion. I will stand corrected if I am wrong. I think if the application is not at all meant for East Asian Languages which are totally dependent on Unicode, better we stick ...
by nageswaragunupudi
Mon Sep 04, 2023 2:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Listview Unicode for CLASS TGrid()
Replies: 7
Views: 410

Re: Actualizar xBrowse con un Clic del ratón?

Consulta. Si el arreglo inicial esta vacio, puede ser que no me deje pegar?

Sorry, this was due to the mistake in my post.
Now corrected.
It will work now.
Set
oCol:cDataType := "P"
by nageswaragunupudi
Fri Aug 18, 2023 9:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Actualizar xBrowse con un Clic del ratón?
Replies: 22
Views: 1376

Re: Leer Excel XLSX grande a un array o DBF

Hi Mr. Rao Unresolved external _HB_FUN_FW_GetExcelRange Unresolved external _HB_FUN_xlValue I use FWH 23.07, Thanks Very sorry, I corrected the mistakes. Please see my edited posting again. the functions are: GetExcelRange .. not FW_GetExcelRange and xlRangeValue ... not xlValue oRange ...
by nageswaragunupudi
Thu Aug 10, 2023 8:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Leer Excel XLSX grande a un array o DBF
Replies: 12
Views: 1226

Error in FW_ArrayAsRecordSet Seek - Please help

... .F.)   // Genera " Error ADODB.RecordSet/6  DISP_E_UNKNOWNNAME: SEEK"  dbCloseall()Return(NIL)  How can it be corrected? I use FWH 20.07, xHarbour and Borland 7.3 A big hug for everyone.
by Cgallegoa
Sun Aug 06, 2023 5:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error in FW_ArrayAsRecordSet Seek - Please help
Replies: 6
Views: 359

Re: calendar not run ( DBLCLICK) - Resolved - !!!!!

Dear Silvio, > Antonio, why not corrected it into fwh package ??? > run the DBLCLICK but then the calendar not run because I cannot change mounth or years You answered yourself Try this: METHOD HandleEvent( nMsg, nWParam, nLParam ...
by Antonio Linares
Mon May 22, 2023 6:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: calendar not run ( DBLCLICK)
Replies: 20
Views: 1919

Re: calendar not run ( DBLCLICK) - Resolved - !!!!!

... Antonio, why not corrected it into fwh package ??? //METHOD HandleEvent()  VIRTUAL   METHOD HandleEvent( nMsg, nWParam, nLParam ) METHOD HandleEvent( nMsg, ...
by Silvio.Falconi
Sun May 21, 2023 8:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: calendar not run ( DBLCLICK)
Replies: 20
Views: 1919

Re: printer class printimage

Sorry my error :)

Image


Corrected!!!


How make Image with Box ?
by Silvio.Falconi
Thu Apr 20, 2023 10:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: printer class printimage
Replies: 7
Views: 627

Re: PRINT TO oPrn....AS BARCODE TYPE

... class of easyreport, remade by fwteam but many year ago when I made the circular Barcode I saw there are problem with easyreport barcode and I corrected some barcode , now I not remember wich, I corrected some barcode because some they were not read by ordinary bar code readers.... Perhaps ...
by Silvio.Falconi
Fri Apr 07, 2023 2:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PRINT TO oPrn....AS BARCODE TYPE
Replies: 7
Views: 540

Re: Converte oTree into Xbrowse Tree

Now I corrected with #include "FiveWin.ch"#include "xbrowse.ch"function Main()   local oWnd, oBrw   CreateSampleDbf()   USE GRUENT ALIAS GE   INDEX ON UPPER(GE->GEMATERIA)+UPPER(GE->GEPCLAVE) ...
by Silvio.Falconi
Fri Jan 20, 2023 8:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Converte oTree into Xbrowse Tree
Replies: 2
Views: 234
Next

Return to advanced search

cron