Search found 33 matches: fld

Return to advanced search

Help with complex JSON

Hello Everyone, I have been having a heck of a time trying to decode the JSON code below. I am trying process the vessel calls in the ReadDataNew function below. When trying to process the data JSON at the end of this message, I get a BOUND error. I hoping someone can shread some light on the best w...
by cdmmaui
Tue Mar 21, 2023 1:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help with complex JSON
Replies: 12
Views: 1208

Re: New FTDN March/Marzo 2022 (FWH 22.03)

... - FieldGet( nFldNo ): Se ha solucionado el error en tiempo de ejecución cuando nFldNo está fuera de rango. - Expresión del filtro:"<fld> like <exp>" funciona pero no la siguiente "<fld> not like <exp>". Solucionado. - Expresión del filtro:"<fld> ...
by Antonio Linares
Mon Apr 11, 2022 4:11 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN March/Marzo 2022 (FWH 22.03)
Replies: 1
Views: 621

New FTDN March/Marzo 2022 (FWH 22.03)

... param is returned in b * FWMariaRowSet: - FieldGet( nFldNo ): Runtime error when nFldNo is out or range is fixed. - Filter expression :"<fld> like <exp>" works but not "<fld> not like <exp>". fixed. - Filter expression :"<fld> between <a> ...
by Antonio Linares
Sun Apr 10, 2022 7:02 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN March/Marzo 2022 (FWH 22.03)
Replies: 1
Views: 621

Re: Clase Nativa MySql

... the next autoinc value, till the time it actually inserts the record in the table. Between the moment server answers the query "SELECT MAX(fld) FROM table" and the time the new record is actually inserted, several other users might have already inserted several records and this insertion ...
by nageswaragunupudi
Fri Mar 11, 2022 3:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Clase Nativa MySql
Replies: 18
Views: 1848

Re: Learning opencv step by step

Now that we have properly built the opencv contribs we modify go.bat this way to run the examples: go.bat @set oldpath=%Path%@set oldinclude=%INCLUDE%call "%ProgramFiles(x86)%\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat" x86_amd64cl /EHsc test1.cpp -Ic:\opencv\b...
by Antonio Linares
Wed Dec 15, 2021 9:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Learning opencv step by step
Replies: 21
Views: 2350

Re: Perdida de recursos en Laout, Folderex

Holá, que usas? Recursos ó código? Pequeño ejemplo? Más detalles, porfa.

Se usas Recursos, muestre el .RC del FOLDEREX y del FLD_HIJA.

Regards, saludos.
by karinha
Wed Jul 07, 2021 6:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Perdida de recursos en Laout, Folderex (Resuelto)
Replies: 9
Views: 1037

Re: memvar

Hallo,
The customer.dbf file that is within the fwh/samples map does not contain a fld field??
By compiling and launching the program that you suggest, I become an alert saying "Alert 38836300.00"??
by jds
Tue Jul 14, 2020 6:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: memvar
Replies: 12
Views: 1328

Re: New FTDN May/Mayo 2019 (FWH 19.05)

... En el caso de los registros añadidos, el método Undo() no está restaurando los valores por defecto establecidos por el método SetDefault(fld, uDefault). Corregido. - Corrección: En el caso de los registros añadidos, los valores predeterminados establecidos por el método SetDefault() se ...
by Antonio Linares
Fri Jun 07, 2019 11:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN May/Mayo 2019 (FWH 19.05)
Replies: 4
Views: 3160

New FTDN May/Mayo 2019 (FWH 19.05)

... Fixed. * TDataRow (FW_Record): - Fix: In case of append records, method Undo() is not restoring default values set by method SetDefault( fld, uDefault ). Fixed - Fix: In case of append records, default values set by SetDefault() method are being displayed but not saved, if not modified ...
by Antonio Linares
Mon Jun 03, 2019 12:54 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN May/Mayo 2019 (FWH 19.05)
Replies: 4
Views: 3160

Re: Tgroup not transparent in w10

Silvio, tested on different brushes ( Image, Gradient, Color ) http://www.pflegeplus.com/IMAGES/FolderGrp.jpg ... ACTIVATE DIALOG oDlg ; ON INIT ( DLG_BACK( oDlg, nDStyle, nColor1, nColor2, lDirect, nGrdPos, nCGrdPos, cBrush, cImage ), ; FLD_BACK( oFld, nTColor, nColor1, nColor2, lDi...
by ukoenig
Fri Nov 16, 2018 8:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tgroup not transparent in w10
Replies: 3
Views: 824

Re: Resize gradient with Dialog Resize

Rick, Yes, on startup I use ON INIT ACTIVATE DIALOG oDlg ; ON PAINT ABPaint( hDC, 100, 20, oImg:hBitmap, 255 ) ; ON INIT ( DLG_BACK( oDlg, nDStyle, nColor1, nColor2, lDirect, nGrdPos, nCGrdPos, cBrush, cImage ), ; FLD_BACK( oFld, nTColor, nColor1, nColor2, lDirect, nGrdPos, nCGrdPos, cBrush, cImage ...
by ukoenig
Fri Oct 09, 2015 3:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resize gradient with Dialog Resize
Replies: 9
Views: 2064

Re: say sin transparencia en folder...

Karina no le veo diferencia, el fld esta redefinido desde mi prg pongo el codigo:      REDEFINE FOLDER oFld1 ID 210 OF oDlg ;      PROMPT "Empresa"      REDEFINE SAY oSay ID 500 OF oDlg  ...
by goosfancito
Tue Feb 25, 2014 1:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: say sin transparencia en folder...
Replies: 7
Views: 867

Re: combobox me devuelve datos no correctos

.RC FLD_GENERAL_4 DIALOG 3, 43, 386, 192 STYLE DS_ABSALIGN | DS_MODALFRAME | 0x4L | WS_CHILD | WS_VISIBLE | WS_BORDER FONT 10, "MS Sans Serif" { COMBOBOX 31, 55, 112, 70, 11, CBS_DROPDOWNLIST | WS_TABSTOP COMBOBOX 32, 55, 125, 70, 19, CBS_DROPDOWNLIST | WS_TABSTOP }     REDEFINE ...
by karinha
Mon Mar 25, 2013 6:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: combobox me devuelve datos no correctos
Replies: 4
Views: 610

error with 3 FOLDEREX

I use 3 FolderEx contro into a Dialog and it make a strange Error Application =========== Path and name: C:\Work\Errori\TEST_FLD\TEST.Exe (32 bits) Size: 1,820,160 bytes Compiler version: xHarbour build 1.2.1 Intl. (SimpLex) (Rev. 6715) FiveWin Version: FWHX 12.03 Windows version: 6.1, Build 7600 Ti...
by Silvio.Falconi
Sun Feb 10, 2013 10:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error with 3 FOLDEREX
Replies: 3
Views: 761

Re: Folder Transparency in gradient dialog brush - SOLVED

... ( 0.8 MB ) : http://www.pflegeplus.com/fw_downloads/Backpart3.zip 1. Select Your Window-background 2. select Your Dialog-background 3. Choose Fld-Ex and select the Folder-background 4. From inside the Folder, You can : a ) change Tab-height b ) Tab separator c ) switch normal / gradient Tab-background ...
by ukoenig
Fri Feb 25, 2011 9:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Folder Transparency in gradient dialog brush - SOLVED
Replies: 13
Views: 5112
Next

Return to advanced search