Search found 30 matches: itemid

Return to advanced search

Re: CLASS TGrid() for FiveWin

...        Ownerdraw StructurenPointer      Pointer to Structure Ownerdraw Structure have CtlType    := oStruc:CtlTypeCtlID      := oStruc:CtlIDitemID     := oStruc:itemIDitemAction := oStruc:itemActionitemState  := oStruc:itemStatehwndItem   := oStruc:hwndItemhDC        := oStruc:hDCaRect   ...
by Jimmy
Sun Mar 12, 2023 6:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS TGrid() for FiveWin
Replies: 43
Views: 3454

Re: does Fivewin have a Gradient ComboBox ?

... = "O","Object",oSelf) = "Object" nIdCtl = 109 VAR2CHAR( aStruc ) = "__itemSetObj( {{CTLTYPE, 3}, {CTLID, 109}, {ITEMID, 0}, {ITEMACTION, 1}, {ITEMSTATE, 4096}, {HWNDITEM, 1770774}, {HDC, 1157698194}, {ARECT, {3, 3, 35, 70}}, {ITEMDATA, `ęƒ}}, {{TDRAWITEMSTRUCT,}} ...
by Jimmy
Wed Feb 15, 2023 6:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: does Fivewin have a Gradient ComboBox ?
Replies: 7
Views: 489

Re: Problem with tdatabase

You need to use relational databases like this:

ITEMS.DBF
ITEMID <---primary key (auto incrementing)
DESCRIPTION
CATAGORYID
BRANDID

CATAGORY.DBF
CATAGORYID <--- primary key (auto incrementing)
CATAGORYNAME

BRAND.DBF
BRANDID <--- primary key (auto incrementing)
BRANDNAME
by James Bott
Sat Dec 18, 2021 8:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with tdatabase
Replies: 14
Views: 1840

Re: GIF animados para FWH sin usar DLLs externas!

Antonio super genial como siempre :D :shock: https://media1.tenor.com/images/6df96c461076833d1b12435f46fe7520/tenor.gif?itemid=18787833 Muchas gracias lo probare :mrgreen: Saluditos :wink: Aida, Aqui tienes una primera versión funcionando. La incluiremos en FWH 21.03 tgif.prg ...
by AIDA
Tue Apr 20, 2021 11:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: GIF animados para FWH sin usar DLLs externas!
Replies: 24
Views: 3733

Re: New FTDN December 2019 (FWH 19.12)

... datos correspondientes a DRAWITEMSTRUCT. https://docs.microsoft.com/en-us/window ... itemstruct Las DATAs de oItemStruct son: CtlType, CtlID, itemID, itemAction, itemState, hwndItem, hDC, aRect, itemData, nTop, nLeft, nBottom, nRight, nWidth, nHeight. Todas las DATAs son de sólo lectura. Su ...
by Antonio Linares
Thu Jan 02, 2020 12:45 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN December 2019 (FWH 19.12)
Replies: 2
Views: 3030

New FTDN December 2019 (FWH 19.12)

... to DRAWITEMSTRUCT. https://docs.microsoft.com/en-us/windows/win32/api/winuser/ns-winuser-drawitemstruct oItemStruct DATAs are CtlType, CtlID, itemID, itemAction, itemState, hwndItem, hDC, aRect, itemData, nTop, nLeft, nBottom, nRight, nWidth, nHeight. All the datas are readonly. Usage can ...
by Antonio Linares
Sat Dec 21, 2019 5:59 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN December 2019 (FWH 19.12)
Replies: 2
Views: 3030

Re: Bug in TMenu

... de poder encontrar el prompt de un item a partir del valor de la estructura typedef struct tagMEASUREITEMSTRUCT { UINT CtlType; UINT CtlID; UINT itemID; UINT itemWidth; UINT itemHeight; ULONG_PTR itemData; } MEASUREITEMSTRUCT, *PMEASUREITEMSTRUCT, *LPMEASUREITEMSTRUCT; que es pasada como parámetro ...
by cnavarro
Sat Jan 05, 2019 4:31 pm
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Bug in TMenu [Fixed]
Replies: 9
Views: 3608

Re: BOM production

... eng03class local odb1,odb2 odb1:=::odb1 odb2:=::odb2 ::oTree:bChanged := {|oTree,oItem|eng0303(self) } // ... return FUNCTION eng0303(obl1) local itemid1,version1 oitem:=obl1:oTree:GetSelected() itemid1:=LEFT(oitem:cprompt,nitemidlen) version1:=SUBSTR(oitem:cprompt,nitemidlen+3,10) obl1:odb1:cquery:="select ...
by ShumingWang
Fri Apr 27, 2018 2:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: BOM production
Replies: 3
Views: 1128

Re: COMPARTIR-COLOCAR UNA IMAGEN EN EXCEL DESDE FWH

... http://www.ecapmexico.net/website/index.php?option=com_k2&view=item&id=365:macros-para-dar-formato-a-textos-y-a-celdas-en-excel&Itemid=59 http://office.microsoft.com/es-hn/excel-help/cambiar-el-color-de-fondo-de-las-celdas-mediante-vba-HA001136627.aspx http://www.xltoday.net/vba_ejemplos_colores-asp ...
by joseluisysturiz
Fri Jan 31, 2014 2:12 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: COMPARTIR-COLOCAR UNA IMAGEN EN EXCEL DESDE FWH
Replies: 15
Views: 4126

Fastreport ,How to onafterprint runs a "dbskip"

Hi, Table: itemid qty 001 1.1 002 2.1 003 3.1 004 4.1 ... FrPrn:SetUserDataSet("masterdata",'itemid;qty'},; {|| odbprn2:GoTop()} ,; {|| odbprn2:SKIP(1)},; {|| odbprn2:SKIP(-1) },; {|| odbprn2:EOF() },; {|aField|odbprn2:FIELDGET(afield)}) ...
by ShumingWang
Tue Jan 21, 2014 9:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fastreport ,How to onafterprint runs a "dbskip"
Replies: 0
Views: 334

Re: XBROWSE fiirst steps

... oCol:AddResource("checkoff") oCol:bBmpData := { ||1} ocol:nwidth:=40 oCol := obrow:AddCol() oCol:bStrData := { ||odb2:itemid} oCol:cHeader := "物料编码" ocol:beditvalue:={||odb2:itemid} oCol:nedittype:= {||if(ledit .and. LEN(ALLTRIM(odb1:stockid))>0.and.odb2:qty==0,EDIT_GET_BUTTON,0)} ...
by ShumingWang
Thu Apr 18, 2013 5:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE fiirst steps
Replies: 6
Views: 2073

Xbrowsing a Tree without loading in Memory

... done. The table is composed of records and each record is made up of 5 fields: 1. Customer ID - (Foreign Key into customers table) 2. SalesDate 3. ItemId 4. ItemDescrip 5. Amount As you are xbrowsing the Customers table, at some keyboard or mouse action, imagine that all the sales records on the ...
by reinaldocrespo
Sun Dec 16, 2012 10:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowsing a Tree without loading in Memory
Replies: 10
Views: 3596

Re: xBrowse-TMySql sample?

obrow:=bseek:={|v|odb2:SEEK(v,,{oquery:itemid+oquery:id2})}

Should be
obrow:bseek:={|v|oquery:SEEK(v,,{||oquery:itemid})}

Shuming Wang
by ShumingWang
Tue Apr 03, 2012 2:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse-TMySql sample?
Replies: 5
Views: 1237

Re: xBrowse-TMySql sample?

obrow:=bseek:={|v|odb2:SEEK(v,,{oquery:itemid+oquery:id2})} tmysql query class METHOD Seek(Value,lSoftSeek,cFieldNames,llast) METHOD Seek( xValue,lSoftSeek,cFieldNames,llast) CLASS TMySQLQuery local nstart,nend,nretry:=0,Xvalue0:=Xvalue,ctype:=VALTYPE(xValue) ...
by ShumingWang
Mon Apr 02, 2012 11:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse-TMySql sample?
Replies: 5
Views: 1237
Next

Return to advanced search