Search found 18 matches: nstate

Return to advanced search

Re: TMenuItem():New changed

... ] ; [ ACTION <uAction,...> ] ; [ BLOCK <bAction> ] ; [ <of: OF, MENU, SYSMENU> <oMenu> ] ; [ ACCELERATOR <nState>, <nVirtKey> ] ; [ <help: HELP> ] ; [ <HelpId: HELP ID, HELPID> <nHelpId> ] ; [ WHEN <uWhen> ] ; [ <lDegrade: ...
by cnavarro
Tue Feb 13, 2018 1:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TMenuItem():New changed
Replies: 5
Views: 953

Re: Bold on Menuitem

... ] ; [ ACTION <uAction,...> ] ; [ BLOCK <bAction> ] ; [ <of: OF, MENU, SYSMENU> <oMenu> ] ; [ ACCELERATOR <nState>, <nVirtKey> ] ; [ <help: HELP> ] ; [ <HelpId: HELP ID, HELPID> <nHelpId> ] ; [ WHEN <uWhen> ] ; [ <lDegrade: ...
by cnavarro
Tue Mar 29, 2016 5:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bold on Menuitem
Replies: 2
Views: 478

Re: Migrate to Harbour

... ] ; [ ACTION <uAction,...> ] ; [ BLOCK <bAction> ] ; [ <of: OF, MENU, SYSMENU> <oMenu> ] ; [ ACCELERATOR <nState>, <nVirtKey> ] ; [ <help: HELP> ] ; [ <HelpId: HELP ID, HELPID> <nHelpId> ] ; [ WHEN <uWhen> ] ; [ <break: ...
by Enrico Maria Giordano
Sat Jul 05, 2014 10:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Migrate to Harbour
Replies: 85
Views: 11916

Re: Migrate to Harbour

... ] ; [ ACTION <uAction,...> ] ; [ BLOCK <bAction> ] ; [ <of: OF, MENU, SYSMENU> <oMenu> ] ; [ ACCELERATOR <nState>, <nVirtKey> ] ; [ <help: HELP> ] ; [ <HelpId: HELP ID, HELPID> <nHelpId> ] ; [ WHEN <uWhen> ] ; [ <break: ...
by cnavarro
Sat Jul 05, 2014 10:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Migrate to Harbour
Replies: 85
Views: 11916

Re: OTTO ExPerience Support

... run ok , Incredible ..when I insert the code on application it not run ! seem run also the search if a bungalow is reserved before 3 day ..... IF nState = 1 IF ((RESERVATION->DATAIN)+3=dDataIni) nState := 4 ENDIF ENDIF I not Know why ....perhaps I make an error but where ?
by MdaSolution
Tue Aug 30, 2011 9:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: OTTO ExPerience Support
Replies: 7
Views: 1480

OTTO ExPerience Support

... I explain you I made a dialog with btnbmp and for each btn I assign a cargo if is free,is occupated, is notpayed, is daily ,is reservation (nstate= 1,2,3,4,5) then I have a dbf where I insert the reservations with these field NUMTABLE, DATAIN , DATAFIN , TIPO NUMTBLE is numeric and it is ...
by MdaSolution
Sun Aug 28, 2011 12:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: OTTO ExPerience Support
Replies: 7
Views: 1480

Re: RibbonBar ALT key

Otto, If you review FWH\include\menus.ch there you will see how nState and nVirtKey are managed: #xcommand MENUITEM [ <oMenuItem> PROMPT ] [<cPrompt>] ;...             [ ACCELERATOR <nState>, <nVirtKey> ] ;...  ...
by Antonio Linares
Wed Jan 13, 2010 10:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RibbonBar ALT key
Replies: 10
Views: 1845

Re: rango dates

... the range dates it found the number and the type of umbrellas (cTipoAttrez) and if the reservation is made during the two dates entered return the nstate the nstate can be 1 = booking, 2= occupated my procedure then show the umbrellas and show a bitmap blu if nstate is 1 , red if the nstate is ...
by Silvio
Tue Jun 16, 2009 8:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: rango dates
Replies: 43
Views: 4868

... 0x8000 *====================================================================== Static Function DrawButtonPush(hDC,aRect,lPushed,lEnabled) Local nState DEFAULT lPushed:=.F., lEnabled:=.T. nState:=nOr(DFCS_BUTTONPUSH,if(lPushed,DFCS_PUSHED,0),if(!lEnabled,DFCS_INACTIVE,0)) return DrawFrameControl(hDC,aRect,DFC_BUTTON,nState) ...
by César E. Lozada
Sun Dec 21, 2008 3:54 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pasar array a una función C
Replies: 10
Views: 1806

... Function DetectStateEx(cReserved As STRING) As LONG PASCAL FROM "DetectStateEx" LIB "IdCard.dll" DLL32 Function ProcessState(cReserved As STRING, nState As LONG, nInt As LONG); As LONG PASCAL FROM "ProcessState" LIB "IdCard.dll" DLL32 Function GetField(nID As LONG, @cBuffer As STRING); As LONG ...
by George
Mon Sep 15, 2008 3:30 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: OCR y Fivewin alguna sugerencia?
Replies: 12
Views: 5067

Problem with Editor of Source

... 0 #define ST_ICONIZED 1 #define ST_ZOOMED 2 //27/06/2005 STATIC FUNCTION GetWinCoors(odlge,cIniFile) LOCAL oIni LOCAL nRow, nCol, nWidth, nHeight, nState nRow := odlge:nTop nCol := odlge:nLeft nWidth := odlge:nRight-odlge:nLeft nHeight := odlge:nBottom-odlge:nTop IF IsIconic( odlge:hWnd ) nState ...
by Vladimir Zorrilla
Wed Jun 18, 2008 10:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with Editor of Source
Replies: 1
Views: 1526

Editor de Codigo con syntaxis coloreada interperte y texto i

... 0 #define ST_ICONIZED 1 #define ST_ZOOMED 2 //27/06/2005 STATIC FUNCTION GetWinCoors(odlge,cIniFile) LOCAL oIni LOCAL nRow, nCol, nWidth, nHeight, nState nRow := odlge:nTop nCol := odlge:nLeft nWidth := odlge:nRight-odlge:nLeft nHeight := odlge:nBottom-odlge:nTop IF IsIconic( odlge:hWnd ) nState ...
by Vladimir Zorrilla
Wed Jun 18, 2008 10:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Editor de Codigo con syntaxis coloreada interperte y texto i
Replies: 1
Views: 2160

Re: Scanner automation

... CLASS TSCAN32 DATA hWnd DATA cFile DATA hDib DATA lError INIT .F. DATA nState DATA lBmp INIT .F. METHOD New( cFile, hWnd ) CONSTRUCTOR METHOD End() METHOD Register() MESSAGE FreeNative METHOD End() MESSAGE Close METHOD ...
by Marco Turco
Sat Jun 07, 2008 1:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Scanner automation
Replies: 7
Views: 4119

... we should consider doing all four. Maybe we could have: METHOD SetColor( cForeColor[, cBackColor[, cTextColor[, cBaseColor [, nState]]]] ) such that passing a NULL for any color just means that the corresponding gtk_widget-modify method is not invoked and ...
by xProgrammer
Sun Mar 16, 2008 2:00 am
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Changing the background color of a BUTTON
Replies: 14
Views: 3856

Doug,

I think we should implement it this way:

METHOD SetColor( cForeColor, cBackColor [, nState] )
by Antonio Linares
Sat Mar 15, 2008 7:35 pm
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Changing the background color of a BUTTON
Replies: 14
Views: 3856
Next

Return to advanced search