... SET EXCLUSIVE OFF SET DELETED ON SET OPTIMIZE ON SetGetColorFocus() RDDSETDEFAULT("DBFCDX") RDDREGISTER( "DBFCDX", 1 ) USE CUSTOMER NEW ALIAS CUST SHARED VIA 'DBFCDX' DATABASE uData DEFINE DIALOG oDlgMain SIZE 640, 460 PIXEL TITLE 'Doppio click su una colonna' ; @ 10, 10 ...
... #include "Fileio.ch" Function Main() local oBrw, oDlgMain, uData SET EXCLUSIVE OFF SET DELETED ON SET OPTIMIZE ON SetGetColorFocus() USE CUSTOMER NEW ALIAS CUST SHARED VIA 'DBFCDX' DATABASE uData DEFINE DIALOG oDlgMain SIZE 640,460 PIXEL TITLE 'Doppio click su una colonna' ; @ 10,10 XBROWSE ...
... #include "Fileio.ch" Function Main() local oBrw, oDlgMain, uData SET EXCLUSIVE OFF SET DELETED ON SET OPTIMIZE ON SetGetColorFocus() USE CUSTOMER NEW ALIAS CUST SHARED VIA 'DBFCDX' DATABASE uData DEFINE DIALOG oDlgMain SIZE 640,460 PIXEL TITLE 'Doppio click su una colonna' ; @ 10,10 XBROWSE ...
... red con DBF? Enviado desde mi motorola edge 20 mediante Tapatalk It should work. Can you help is by testing? E.g. customer.dbf opened with alias CUST ? CUST->CITYCUST->CITY := "CHANGED"? CUST->CITYCUST->( dbRollBack() )? CUST->CITY Note: dbRollBak() works ...
... red con DBF? Enviado desde mi motorola edge 20 mediante Tapatalk It should work. Can you help is by testing? E.g. customer.dbf opened with alias CUST ? CUST->CITYCUST->CITY := "CHANGED"? CUST->CITYCUST->( dbRollBack() )? CUST->CITY Note: dbRollBak() works ...
... for three days, I can go down the stairs but I cannot go up them, to go up I use the elevator I tested Function testHtml(oDbf) HB_MEMOWRIT( "cust.html", oDbf:FW_DbfToHTML() ) ShellExecute( 0, "Open", "cust.html" ) return nil but I couldn't for the header and for the ...
Otto Here is a snapshot of MsAccess ... Customer table which I only encrypt personal information : http://img4.imagetitan.com/img4/small/25/25_cust.jpg Here is what the Hex looks like ( I presume ) for the same Customer Table .. http://img4.imagetitan.com/img4/small/25/25...
... report preview paper work fine below: https://i.postimg.cc/h4s5f8XB/2021-12-31-012836.jpg When press Export to Excel button, Group cust NO and cust NAME and record total not work below: https://i.postimg.cc/639hXSLG/2021-12-31-012934.jpg GROUP ON AllTrim(::oDB:CUST_NO)+AllTrim(HB_UTF8SubStr(::oDB:CUST_CNM,1,12)) ...
... the block you'll not retrieve the content of the field. @ nRiga, nColonna PRINT TO oPrn TEXT eval( FIELDWBLOCK( aFields[ncampo], SELECT( "CUST" ) ) ); SIZE nWid, nHei CM ALIGN "T" FONT oFnt I tried with eval make error
... the block you'll not retrieve the content of the field. @ nRiga, nColonna PRINT TO oPrn TEXT eval( FIELDWBLOCK( aFields[ncampo], SELECT( "CUST" ) ) ); SIZE nWid, nHei CM ALIGN "T" FONT oFnt
... ,; "SALARY" ,; "NOTES" } this Run ok if I wish print a barcode nCampo:= 2FIELDWBLOCK( ncampo, SELECT( "CUST" ) ) sample : @ nRiga, nColonna PRINT TO oPrn TEXT FIELDWBLOCK( ncampo, SELECT( "CUST" ) ) ; AS BARCODE TYPE "EAN8" ...
... local aHdrs := { "Cognome","Nome","Indirizzo","Città", "Provincia"} local cDbf := "Cust" USE CUSTOMERI ALIAS CUST ..... Tabella(aColumns,aHdrs,cDbf,"Selezione Clienti","Cli") RETURN NIL Function Tabella(aColumns,aHdrs,cDbf,cTitle,cPrefix) ...