Search found 123 matches: cust

Return to advanced search

Re: GPF with FW August 2024

... 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 ...
by karinha
Fri Oct 04, 2024 12:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GPF with FW August 2024
Replies: 32
Views: 932

Re: GPF with FW August 2024

... #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 ...
by Maurizio
Fri Oct 04, 2024 6:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: GPF with FW August 2024
Replies: 32
Views: 932

GPF with FW August 2024

... #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 ...
by Maurizio
Thu Oct 03, 2024 1:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GPF with FW August 2024
Replies: 32
Views: 932

Re: Nuevo FWH 22.10

... 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 ...
by VictorCasajuana
Wed Nov 02, 2022 4:39 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo FWH 22.10
Replies: 6
Views: 810

Re: Nuevo FWH 22.10

... 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 ...
by nageswaragunupudi
Wed Nov 02, 2022 3:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo FWH 22.10
Replies: 6
Views: 810

Re: Xbrowse to Html

... 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 ...
by Silvio.Falconi
Thu Oct 06, 2022 9:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse to Html
Replies: 16
Views: 1477

Re: FW_DbfToHTML() new

Nage,
can you share cust.html?
Many thanks
Marco
by MarcoBoschi
Fri Aug 12, 2022 5:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_DbfToHTML() new
Replies: 3
Views: 741

Re: How code obfuscation helps protect application data

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...
by Rick Lipkin
Thu May 05, 2022 5:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How code obfuscation helps protect application data
Replies: 11
Views: 2004

Report preview report press export to Excel problem

... 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)) ...
by richard-service
Thu Dec 30, 2021 5:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Report preview report press export to Excel problem
Replies: 0
Views: 322

GetNewAlias() existe para ADO?

Buenos días para todos

Code: Select all  Expand view  RUN

cAlias := GetNewAlias( "CUST" )
 


Sabe alguien si existe alguna función en ADO, que haga algo similar a lo que hace en dbf GetNewAlias( "CUST" )

Espero haberme hecho entender, de antemano gracias.
by leandro
Thu Sep 23, 2021 6:01 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: GetNewAlias() existe para ADO?
Replies: 5
Views: 1026

Xbrowse as a screen designer

Some of you already use xbrowse as a screen designer i think. Xbrowse that will have folowing basics : ID  Screen        name                     xPos       yPos    oData01  Invoice    ...
by Marc Venken
Wed Dec 23, 2020 10:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse as a screen designer
Replies: 2
Views: 394

Re: fieldWBlock

... 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
by Silvio.Falconi
Wed Nov 18, 2020 6:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: fieldWBlock
Replies: 13
Views: 1611

Re: fieldWBlock

... 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
by ADutheil
Wed Nov 18, 2020 4:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: fieldWBlock
Replies: 13
Views: 1611

Re: fieldWBlock

... ,; "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" ...
by Silvio.Falconi
Wed Nov 18, 2020 2:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: fieldWBlock
Replies: 13
Views: 1611

Re: chenge on line a combo

... 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) ...
by Silvio.Falconi
Fri Nov 13, 2020 11:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: change on line a combo
Replies: 24
Views: 6001
Next

Return to advanced search