Search found 251 matches: fieldget

Return to advanced search

Says sobre Bitmaps

... hay problema, pero luego quisiera poner says en distintos lugares del BMP. Esto no me funciona Hago esto: REDEFINE BITMAP oBmpA FILE rtrim( oQuery:FieldGet(1) ) + "\RECIBO"+str((cAlias)->nEstado,1)+".BMP" ID 61 OF oFld:aDialogs[1] UPDATE @ 10,10 say oSay PROMPT "Hola" OF oBmpA Me da un error ...
by juanjogascem
Wed May 31, 2006 3:43 pm
 
Forum: FiveWin para CA-Clipper
Topic: Says sobre Bitmaps
Replies: 3
Views: 1302

Colorear celdas de TxBrowse()

... El problema es que el no saber de antemano los nombres de las columnas, no puedo leer el campo directamente, sino utilizando (alias())->(Fieldget()) Lo mejor que he conseguido hasta ahora es: FOR i := 1 TO 60 oBrw:aCols[i]:bClrStd := {|| {CLR_WHITE, iif(fieldget(i) ...
by Rafael Clemente
Sat Apr 29, 2006 4:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Colorear celdas de TxBrowse()
Replies: 1
Views: 603

CDX TO NTX y duplicación de registros

... nueva new DO WHILE VIEJA->( ! EOF () ) NUEVA->( DBAPPEND () ) FOR i := 1 TO VIEJA->( FCOUNT () ) NUEVA->( FIELDPUT ( i, VIEJA->( FIELDGET ( i ) ) ) ) NEXT i VIEJA->( DBSKIP () ) ENDDO vieja->(dbclosearea()) nueva->(dbcloseara()) Next *******************FIN DE CODIGO************************* ...
by riesrovi
Sun Mar 26, 2006 8:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CDX TO NTX y duplicación de registros
Replies: 1
Views: 830

... about 10 classes modify like: if nlang>1 select lang1 seek ::ccaption if found() ::ccaption:=lang1->(fieldget(nlang)) end end Source prgs even not need modify , you can get your app support multi lang . Best Regards! Shuming Wang
by ShumingWang
Sat Feb 18, 2006 4:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: support foreign language
Replies: 3
Views: 1032

TOdbc-TDbOdbc

... tabla oDbConfig := oOdbc:Query( "SELECT * FROM " + cAliasCfg ) oDbConfig:Open() oDbConfig:Complete() oDbConfig:Gotop() nCodigoCliente := oDbConfig:FieldGet( 13 ) + 1 nOldCliente := oDbConfig:FieldGet( 13 ) //Modificamos en la tabla ce configuracion el campo de codigo cliente con el nuevo valor ...
by jmua
Wed Dec 07, 2005 9:24 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: TOdbc-TDbOdbc
Replies: 2
Views: 907

Rene mil gracias por contestar.

Tengo instalado el odbc de mysql, la conexion la hace , si pongo un msginfo( Tb:Fieldget(2)) me despliega el contenido del campo, mi pregunta es porque al hace el listbox no me presenta nada de informacion , habre la caja del listbos pero no presenta informacion. ...
by fsandoval
Wed Nov 16, 2005 1:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ODbc en listbox no me presenta datos
Replies: 5
Views: 1518

ODbc en listbox no me presenta datos

... oTb) DEFINE FONT oFontBrw Name "Ms Sans Serif" SIZE 0,-11 DEFINE DIALOG oDlg RESOURCE "DLGMANDB" FONT oFontBrw REDEFINE LISTBOX oLbx ; FIELDS oTb:FieldGet(1) ,;// Campos que contendr  oTb:FieldGet( 2 ) ,; // el TBrowse. oTb:FieldGet( 3 ) , ; otb:FieldGet( 8 ) ; ID 101; FIELDSIZES 50, 310, 250, ...
by fsandoval
Tue Nov 15, 2005 4:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ODbc en listbox no me presenta datos
Replies: 5
Views: 1518

TBtnBmp problem

... "C",10,0},; {"TYPE", "C", 1,0} } DbCreate( CURDIR()+"\STRUCT.DBF",a) select customer a := {} for i := 1 to fCount() aadd(a,{fieldname(i),valtype(fieldget(i))}) next i use ( CURDIR()+"\STRUCT.DBF") alias STRU new exclusive for i := 1 to len(a) append blank STRU->NAME := a[i,1] STRU->TYPE ...
by claudio.driussi
Fri Nov 11, 2005 5:04 pm
 
Forum: FiveWin for Pocket PC
Topic: TBtnBmp problem
Replies: 5
Views: 1639

me da el error en esta linea:



if (nSeleant)->(fieldget(fieldpos((nSeletrab)->(fieldname(nCont)))))=Nil



Gracias.
Manolo
by MANOLO
Sun Nov 06, 2005 10:21 am
 
Forum: FiveWin para CA-Clipper
Topic: Error DBFCDX/2037 Read error: Read Failed;In Function: GetDa
Replies: 4
Views: 1491

Error DBFCDX/2037 Read error: Read Failed;In Function: GetDa

... NSYS++ IF NSYS = 100 Sysrefresh() NSYS = 0 ENDIF (nSeletrab)->(dbappend()) for nCont := 1 to (OFTEMP)->(FCount()) if (nSeleant)->(fieldget(fieldpos((nSeletrab)->(fieldname(nCont)))))=Nil nSust := ascan(aSust,{|aVal| AllTrim(aVal[1])==AllTrim((nSeletrab)->(fieldname(nCont)))}) ...
by MANOLO
Fri Nov 04, 2005 12:08 pm
 
Forum: FiveWin para CA-Clipper
Topic: Error DBFCDX/2037 Read error: Read Failed;In Function: GetDa
Replies: 4
Views: 1491

Error DBFCDX/2037 Read error: Read Failed;In Function: GetD

... NSYS++ IF NSYS = 100 Sysrefresh() NSYS = 0 ENDIF (nSeletrab)->(dbappend()) for nCont := 1 to (OFTEMP)->(FCount()) if (nSeleant)->(fieldget(fieldpos((nSeletrab)->(fieldname(nCont)))))=Nil nSust := ascan(aSust,{|aVal| AllTrim(aVal[1])==AllTrim((nSeletrab)->(fieldname(nCont)))}) ...
by MANOLO
Fri Nov 04, 2005 8:18 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error DBFCDX/2037 Read error: Read Failed;In Function: GetD
Replies: 2
Views: 1012
Previous

Return to advanced search