Search found 16242 matches: problem

Return to advanced search

Re: passing a value through a for..next loop

The problem of creating controls using loop variables in a loop is well known and was discussed many times in this forum. The solution is to create each control in a separate function using the principle of detached locals. ...
by nageswaragunupudi
Sun May 12, 2024 2:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: passing a value through a for..next loop
Replies: 6
Views: 152

Re: CODIGO DE BARRAS. ERROR CON FILLRECT()

Can you post a reduced and self-contained sample showing the problem, please?
by Enrico Maria Giordano
Sun May 12, 2024 9:03 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: CODIGO DE BARRAS. ERROR CON FILLRECT()
Replies: 7
Views: 90

Re: Bug Combobox itemData in FWH-23.10

Hi, is there any suggestion on how I can solve the problem with oItem:itemData in COMBOBOX FWH 23.10 ?

Best regards,
by Cgallegoa
Fri May 10, 2024 4:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug Combobox itemData in FWH-23.10
Replies: 6
Views: 240

GetImage on fiveh.lib

... C:\WORK\FWH\LIB\FIVEH.LIB|ereport Error: Unresolved external '_HB_FUN_SETMASKED' referenced from C:\WORK\FWH\LIB\FIVEH.LIB|ereport I reported the problem at this topic https://forums.fivetechsupport.com/viewtopic.php?f=3&t=44486&start=0&sid=192b57df103ebdf7a1281ff3623c3380 ...
by Silvio.Falconi
Thu May 09, 2024 9:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GetImage on fiveh.lib
Replies: 2
Views: 94

passing a value through a for..next loop

...              ncol+=160               if n=3                  exit                  endif              Next the problem is n is allways 3 , so how I can make to pass the n different for each checkbox ?
by Silvio.Falconi
Thu May 09, 2024 8:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: passing a value through a for..next loop
Replies: 6
Views: 152

Re: To nages : modify of a xbrowse

for the 4th column I have problem because I cannot insert more characters Add this code: oBrw:aCols[ 4 ]:nDataLen := n  // where n is the number of chars you want to enter OR oBrw:aCols[ 4 ]:lVarChar := .T.// AND/ORaCols[ ...
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: 158

Re: Slow EXE Launch.

... I have a bad link / mak file, I'm getting older so it seems like time should be getting faster, or is this typical. Thanks, Hello I had a similar problem a while ago. I noticed that fivewin creates a log file with the name of the executable with information about unloaded resources. After a few ...
by Giovany Vecchi
Wed May 08, 2024 4:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Slow EXE Launch.
Replies: 8
Views: 206

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

To nages : modify of a xbrowse

... of array this not run :aCols[1]:bEditBlock := { |r,c,oCol|IIF(!oBrwFilter:nArrayAt = 1, MsgInfo("Non puoi")) } for the 4th column I have problem because I cannot insert more characters
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: 158

Re: Filter on Xbrowse

It was not what I had to do, but in part I solved my problem. - is compatible with all archives -for each table or archive create an ini file - all the filters and many lines for each filter are saved in the ini file https://i.postimg.cc/y8Zxhz5m/j.gif ...
by Silvio.Falconi
Wed May 08, 2024 10:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Filter on Xbrowse
Replies: 42
Views: 707

Re: Giro de papel al imprimir

¿Alguien sabe como solucionar esto?

I am thinking how to reproduce the problem at my end.
Never happened to me in my decades of experience.
Can you help me to reproduce the problem? Then, we can think of a solution.
by nageswaragunupudi
Wed May 08, 2024 9:38 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Giro de papel al imprimir
Replies: 1
Views: 99

Re: Crear Archivo Json y Enviarlo vía POST

Antonio, you should throw away all the old stuff and get the latest official xHarbour build. There is no problem at all using that build with any C compiler and FWH. I don't know about xHarbour.com, though.
by Enrico Maria Giordano
Tue May 07, 2024 7:21 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Crear Archivo Json y Enviarlo vía POST
Replies: 19
Views: 2420

Re: Filter on Xbrowse

Thanks Marc. Problem solved. Gracias marc. Problema resuelto.    WITH OBJECT oBrw      // :Married:SetCheck( , .T. )  // EDITA      :Married:SetCheck()         ...
by karinha
Sun May 05, 2024 11:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Filter on Xbrowse
Replies: 42
Views: 707

Re: Reload data in a combobox

... the first combobox two element the second combobox one element on save I must save the text of categories I think this problem come from dbf because is the same dbf sample : cod1 cod2 name 000001 | | one category 000001|000001 | one category of 000001 000001|000002 | ...
by Silvio.Falconi
Wed May 01, 2024 7:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reload data in a combobox
Replies: 3
Views: 133

Re: Silvo .. changes to your xMate environment

... (I had made a version of it) but then Antonio Linares invented his own fwxxxx function and the large file with all the words in the program, the problem is that it you always have to update and adjust while with i18n the end user can do it if they want.
by Silvio.Falconi
Tue Apr 30, 2024 6:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Silvo .. changes to your xMate environment
Replies: 26
Views: 352
Next

Return to advanced search