Search found 298 matches: fieldname

Return to advanced search

Mysql recover values usaing field names

... * FROM proforma" oRs := oCn:RowSet( cQwery) MSGINFO(oRs:FieldGet(5)) //WORKS SHOWS CONTENT OF 1ST FIELD DESCRIP MSGINFO(oRs:FieldName("DESCRIP")) //DOSE NOT WORK oCn:Close() RETURN NIL **************************************************************************************** ...
by PAUL SIMM
Mon Nov 18, 2024 6:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mysql recover values usaing field names
Replies: 3
Views: 595

Re: cloud or not cloud

... Opens a DBF file and reads the header as well as the field descriptions. * - FieldPos: Returns the 1-based position of a field by its name. * - FieldName: Returns the name of a field by its 1-based position. * - FieldPosLast: Returns the 1-based position of the last field. * - php4dbf_dbGoTop: ...
by Otto
Fri Nov 15, 2024 9:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: cloud or not cloud
Replies: 34
Views: 4127

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

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

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

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

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

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

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

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

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

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

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

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

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: 2224
Next

Return to advanced search