Search found 296 matches: fieldname

Return to advanced search

Re: come recuperare il codice fivewin da .c file

... */ HB_P_PUSHNIL, HB_P_DOSHORT, 0, /* 00068 */ HB_P_LINEOFFSET, 6, /* 144 */ HB_P_PUSHSYMNEAR, 6, /* WQOUT */ HB_P_PUSHNIL, HB_P_PUSHSYMNEAR, 7, /* FIELDNAME */ HB_P_PUSHNIL, HB_P_ONE, HB_P_FUNCTIONSHORT, 1, HB_P_PUSHSTRSHORT, 4, /* 4 */ ' ', '=', ' ', 0, HB_P_PLUS, HB_P_PUSHSYMNEAR, 8, /* CVALTOCHAR ...
by Antonio Linares
Mon Feb 12, 2024 9:55 pm
 
Forum: All products support
Topic: come recuperare il codice fivewin da .c file
Replies: 7
Views: 440

Re: RAO advice on using Mysql

METHODS: RecCount(), LastRec(), KeyCount(),RecNo(), KeyNo() GoTop(),GoBottom(),GoTo(nRec),KeyGoTo(nKey),Skip(n) FCount(),FieldPos(c),FieldName(),FieldLen(),FieldDec(),FieldType() FieldGet(),FieldPut() SetOrder(cSort,,lDescend) Save() Close() or End() --------------- NOT SUPPORTED: Seek(), ...
by nageswaragunupudi
Fri Feb 02, 2024 12:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RAO advice on using Mysql
Replies: 12
Views: 971

Re: DBF Repair Tools

Tim, Then I used DBU to filter out only valid records, and tried to export them. I used the filter .NOT. EMPTY( fieldname ). However they must have something embedded in there because the filter doesn't work. I would write a routine to replace all the fake blank fields with all ...
by James Bott
Mon Nov 13, 2023 6:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF Repair Tools
Replies: 7
Views: 769

DBF Repair Tools

... but it only found about 30 bad records. Then I used DBU to filter out only valid records, and tried to export them. I used the filter .NOT. EMPTY( fieldname ). However they must have something embedded in there because the filter doesn't work. I used Advantage Architect to also try to filter out ...
by TimStone
Wed Nov 08, 2023 8:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF Repair Tools
Replies: 7
Views: 769

Re: Saber nombre de campo en xBrowse

Karinha:

Sí busco el nombre del campo asignado a la columna desde un record set
y me parece que FIELDNAME() es para DBFs, o estoy equivocado?

Saludos
by Armando
Thu Oct 19, 2023 6:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Saber nombre de campo en xBrowse (SOLUCIONADO)
Replies: 9
Views: 380

Re: Saber nombre de campo en xBrowse

Armando wrote:Mr.

Gracias por la respuesta pero no me funciona.

? oBrw:FieldName(nCol)

Me tira error Error description: Error BASE/1004 Message not found: TXBROWSE:FIELDNAME

Saludos


Armando:

SAMPLES\TESTXBRW.PRG - FUNCTION MULTILINE()

Regards, saludos.
by karinha
Thu Oct 19, 2023 5:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Saber nombre de campo en xBrowse (SOLUCIONADO)
Replies: 9
Views: 380

Re: Saber nombre de campo en xBrowse

Mr.

Gracias por la respuesta pero no me funciona.

? oBrw:FieldName(nCol)

Me tira error Error description: Error BASE/1004 Message not found: TXBROWSE:FIELDNAME

Saludos
by Armando
Thu Oct 19, 2023 5:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Saber nombre de campo en xBrowse (SOLUCIONADO)
Replies: 9
Views: 380

Pass Multiple vars with a function call

I have the folowing code and the point is the second variable (document and cData) cData in this case "document" is the fieldname that is used to search for : value is 12345 this works great for 1 field values but i also need this for a combination field like upper(document)+upper(paid). ...
by Marc Venken
Fri Sep 08, 2023 9:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pass Multiple vars with a function call
Replies: 3
Views: 221

Re: PICTURE for DATE() ?

...     i have to say that i´m not using XBROWSE / XBROWSER ... i want to use a TGrid()  lEdit := XEdit( aEdit, cName ) aEdit Element have {FIELDname,FIELDvalue} but not "Structure" ... did i use XEdit() wrong :?:
by Jimmy
Wed Jul 19, 2023 5:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: PICTURE for DATE() ?
Replies: 10
Views: 396

Re: XBROWSE FIELDS with Name in Array

... i got from Function Struct2String() :shock: https://i.postimg.cc/BQ6zfn54/XBROWSE-ADD-LAST.jpg what i´m doing wrong :?: p.s. Fieldname will later come from Picklist https://i.postimg.cc/c1DDhGpj/Picklist.jpg
by Jimmy
Thu Apr 27, 2023 10:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE FIELDS with Name in Array
Replies: 12
Views: 786

Re: ampersand

Hi Marc,
It is possible that I want to obtain the impossible.
I want to use the existing name of some records in one file (by doing a do while procedure) to use/call them as existing fieldname in an other file....
Kind regards
José
by jds
Wed Mar 29, 2023 12:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ampersand
Replies: 13
Views: 1133

Re: ampersand

example:
select products
goto top
do while .NOT. eof()
cnaam=TRIM(products->naam) to transform in his real fieldname

select sales
append blank
replace sales->fieldname with ....

select products
skip 1

enddo
by jds
Mon Mar 27, 2023 3:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ampersand
Replies: 13
Views: 1133

Re: ampersand

Hi Marc,
Better explained:
How to transform within a do while procedure (file A) each appealed field into his real fieldname so that I can use this fieldname into an other file B.
kind regards
José
by jds
Mon Mar 27, 2023 3:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ampersand
Replies: 13
Views: 1133

Re: Dialog or Form

... DBF file ( in this case logical ) https://harbour.github.io/doc/clct3.html#fieldtype FieldPut( n, "on" $ hb_UrlDecode( hb_HGet( hPost, FieldName( n ) ) ) ) This is if "on" is in your Hash than this is .t. otherwise .f. "on" $ hb_UrlDecode( hb_HGet( hPost, FieldName( ...
by Otto
Fri Oct 28, 2022 8:32 am
 
Forum: mod_harbour
Topic: Dialog or Form
Replies: 23
Views: 4645

Re: xbrowse and detached variables Mr Rao please Help

Using fieldname macro, instead of FieldPut() and FieldGet() as in the sample you posted. #include 'fivewin.ch'function main()    local aKeys   := {'pichincha','internacio'}    local ...
by nageswaragunupudi
Fri Aug 26, 2022 2:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse and detached variables Mr Rao please Help
Replies: 14
Views: 953
Next

Return to advanced search