Search found 1599 matches: nages

Return to advanced search

Re: To nages : modify of a xbrowse

What is this? :aCols[1]:bEditBlock := { |r,c|IIF(oBrwFilter:nArrayAt = 1,MsgInfo("not"),) } What is the purpose of bEditBlock? I not Know I found this line on this forum on first colum I use :aCols[1]:nEditType := EDIT_LISTBOX :aCols[1]:aEditListTxt := ac...
by Silvio.Falconi
Thu May 09, 2024 8:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To nages : modify of a xbrowse
Replies: 4
Views: 155

Re: To nages : modify of a xbrowse

What is this?
Code: Select all  Expand view
:aCols[1]:bEditBlock := { |r,c|IIF(oBrwFilter:nArrayAt = 1,MsgInfo("not"),) }

What is the purpose of bEditBlock?
by nageswaragunupudi
Thu May 09, 2024 3:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To nages : modify of a xbrowse
Replies: 4
Views: 155

Re: To nages : modify of a xbrowse

... := n  // where n is the number of chars you want to enter OR oBrw:aCols[ 4 ]:lVarChar := .T.// AND/ORaCols[ 4 ]:nMaxLen := n Nages, on first column I made :aCols[1]:nEditType := EDIT_LISTBOX :aCols[1]:aEditListTxt := acOperators :aCols[1]:bEditBlock := { |r,c|IIF(oBrwFilter:nArrayAt ...
by Silvio.Falconi
Wed May 08, 2024 7:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To nages : modify of a xbrowse
Replies: 4
Views: 155

Re: To nages : modify of a xbrowse

for the 4th column I have problem because I cannot insert more characters


Add this code:
Code: Select all  Expand view
oBrw:aCols[ 4 ]:nDataLen := n  // where n is the number of chars you want to enter


OR

Code: Select all  Expand view
oBrw:aCols[ 4 ]:lVarChar := .T.
// AND/OR
aCols[ 4 ]:nMaxLen := n
by nageswaragunupudi
Wed May 08, 2024 2:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To nages : modify of a xbrowse
Replies: 4
Views: 155

To nages : modify of a xbrowse

Nages, I have this xbrowse with an array https://i.postimg.cc/Mp3kGctt/gor.png when I modify 4th column and the string is "45" i can insert only 2 space how I can resolve ? I made WITH OBJECT oBrwFilter  ...
by Silvio.Falconi
Wed May 08, 2024 10:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To nages : modify of a xbrowse
Replies: 4
Views: 155

Re: colorize btnbmp with diagonal

... the full area of the button. We need to keep in mind the effect of using or not using the TRUEPIXEL clause on the dimensions of the controls. Nages look this differences Without Truepixel https://i.postimg.cc/P5SZHc5W/no.png With Truepixel https://i.postimg.cc/2jnZy358/si.png ...
by Silvio.Falconi
Fri Apr 19, 2024 11:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: colorize btnbmp with diagonal
Replies: 9
Views: 336

Re: Compiling error Antonio Nages resolved

// BUILDH.BAT y BUILDX.BAT funciona. %hdir%\bin\harbour %1 /m /n0 /gc1 /es2 /kh /a /i%fwh%\include;%hdir%\include /w /p %2 %3 > comp.log 2> warnings.log  Funciona, pero no noté nada especial. No entiendo el motivo de estas BANDERAS(Flags). It works, but I didn't notice anything special. I...
by karinha
Tue Apr 16, 2024 3:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling error Antonio Nages resolved
Replies: 7
Views: 243

Re: Compiling error Antonio Nages resolved

karinha wrote:
Code: Select all  Expand view

 /m /n0 /gc1 /es2 /kh /a /i
 


Silvio, que hace el comando: /kh ?? y /n0 ??

Gracias,

rregards, saludos.


Please do I know xmate ?
Search k command on xmate

Image
by Silvio.Falconi
Mon Apr 15, 2024 11:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling error Antonio Nages resolved
Replies: 7
Views: 243

Re: Compiling error Antonio Nages resolved

Code: Select all  Expand view

 /m /n0 /gc1 /es2 /kh /a /i
 


Silvio, que hace el comando: /kh ?? y /n0 ??

Gracias,

rregards, saludos.
by karinha
Mon Apr 15, 2024 1:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling error Antonio Nages resolved
Replies: 7
Views: 243

Re: Help to friends to Config Xmate with bcc7.7

I made a test with xharbour enviroment and the xmate run perfectly ( I am referring to an example of nages that you find in this topic https://forums.fivetechsupport.com/viewtopic.php?f=3&t=44399) xharbour enviroment [Environment]Description 1=For Borland 7Description ...
by Silvio.Falconi
Mon Apr 15, 2024 10:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help to friends to Config Xmate with bcc7.7
Replies: 9
Views: 257

Re: Compiling error Antonio Nages

Yes
All fwh and harbour release files take from fivetech site
by Silvio.Falconi
Sat Apr 13, 2024 6:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling error Antonio Nages resolved
Replies: 7
Views: 243

Re: Compiling error Antonio Nages

Error: Unresolved external 'SetWindowTheme' referenced from C:\WORK\FWH\LIB\FIVEH.LIB|window Error: Unable to perform link Add to your link script: \bcc7\lib\psdk\Uxtheme.lib In the place of \bcc7\. use the installation folder of bcc on your computer. Are you using the bcc770 and Harbour built...
by nageswaragunupudi
Sat Apr 13, 2024 2:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling error Antonio Nages resolved
Replies: 7
Views: 243

Re: Compiling error Antonio Nages

karinha wrote:Estás usando la versión de Harbour correcta?

Regards, saludos.



??????????????????????????????????????????????????????????????????????????????????????

look
by Silvio.Falconi
Fri Apr 12, 2024 8:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling error Antonio Nages resolved
Replies: 7
Views: 243

Re: Compiling error Antonio Nages

Estás usando la versión de Harbour correcta?

Regards, saludos.
by karinha
Fri Apr 12, 2024 8:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling error Antonio Nages resolved
Replies: 7
Views: 243

Compiling error Antonio Nages resolved

Antonio today sent me two libs I have this error Progetto: test, Ambiente: bcc7Harbor: [1]:Harbour.Exe test.prg /m /n0 /gc1 /es2 /kh /a /iC:\Work\fwh\include /iC:\work\HARBOUR\Include /jC:\Work\errori\TEST_G~1\I18n\Main.hil /iinclude;c:\work\fwh\include;C:\work\HARBOUR\include /oObj\test.c Harbour 3...
by Silvio.Falconi
Fri Apr 12, 2024 7:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling error Antonio Nages resolved
Replies: 7
Views: 243
Next

Return to advanced search