Jump to content
Fivewin Brasil

Exemplo de xbrowse com array


Wellington Vieira

Recommended Posts

vEJA AI

 

Redefine Xbrowse oBrw ID 112 OF oDnfe CELL LINES FOOTERS;
  Columns {1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17};
  Head {"Documento","Itens","Codio EAN_13","Nome do produto","NCM/SH",;
        "C.S.T","CFOP","Unid","Qtde","Vlr. Unit.","Desconto","Frete","BC_Icms",;
          "Vlr. Icms","Vlr. IPI","Aliq. Icms","Aliq IPI"} Array mDad;
  Picture {"@R 999.999.999","999",,,,"999",,,"@R ##,###.###","@R ##,###.##",;
           "@R ##,###.##","@R ##,###.##","@R ##,###.##","@R ##,###.##",;
              "@R ##,###.##","@R ###.##","@E ###.##"};          
oBrw:aCols[1]:nEditType  := EDIT_GET
oBrw:aCols[2]:nEditType  := EDIT_GET
oBrw:aCols[3]:addbmpfile("\Pvenda\Bitmap\adddbf.bmp")
oBrw:aCols[3]:lBtnTransparent := .t.
oBrw:aCols[3]:nBtnBmp := 1
oBrw:aCols[3]:nEditType  := EDIT_BUTTON

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...