Search found 117 matches: nvalue

Return to advanced search

Gerardo,

Puedes usar la función nRandom( <nRango> ) --> nValue de FW, y luego pasar el valor a hexadecimal con DecToHex( nValue ). Si quieres luego le intercalas algún "-" y tendrás un número de serie bastante aceptable.
by Antonio Linares
Sat Jun 10, 2006 7:48 am
 
Forum: FiveWin para CA-Clipper
Topic: alguien sabe como se genera un numero de serie
Replies: 5
Views: 1320

... haciendo disable() el dialogo mientras se ejecuta la accion del ON CLICK. Funciona, pero no creo que sea lo correcto. REDEFINE RADIO nValue ID 110, 120, 130 OF oFld:aDialogs[ 2 ] ; ON CHANGE ( oDlg:Disable(), MSGINFO("Hello ?"), oDlg:Enable() ) Espero tus comentarios.
by dbzap
Wed Apr 19, 2006 11:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: REDEFINE Radio en FOlder
Replies: 3
Views: 1382

REDEFINE Radio en FOlder

Antonio. Nos pasa algo raro con esta instruccion sacada de la TESTFOLD.prg REDEFINE RADIO nValue ID 110, 120, 130 OF oFld:aDialogs[ 2 ] ; ON CHANGE MSGINFO("Hello ?") Tenemos varios PRGs que funcionan con una decision luego del click ( o el change ) y en casi todas llama ...
by dbzap
Wed Apr 19, 2006 11:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: REDEFINE Radio en FOlder
Replies: 3
Views: 1382

You may use nRandom( <nRange> ) --> nValue to create random numbers.
by Antonio Linares
Sat Apr 15, 2006 5:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: random with a dbf
Replies: 7
Views: 1780

Antonio,error al compilar ej. de progress

... Error E0030 Syntax error: "parse error at '@'" este es el ejemplo : #include "fivewin.ch" function Mainp() local oDlg, oProg, nValue := 30, oProg2, nValue2 := 20 DEFINE DIALOG oDlg resource "ODLG_browali" TITLE "Progress Bars" linea 9 @ 1, 1 PROGRESS oProg POSITION nValue SIZE ...
by lafug
Sat Apr 15, 2006 1:24 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Antonio,error al compilar ej. de progress
Replies: 7
Views: 1422

FWH build abril 2006

... * Corrección: Las funciones WndTop() y WndLeft() no estaban manejando correctamente valores negativos. Ahora puedes hacer oControl:nLeft -= nValue y el control se visualizará correctamente, incluso si el resultado es negativo. *Mejora: En FWPPC, la clase TComboBox procesa VK_RETURN para ...
by Antonio Linares
Mon Apr 03, 2006 9:33 am
 
Forum: WhatsNew / Novedades
Topic: FTDN new April 2006 build / nuevo build de Abril 2006
Replies: 1
Views: 3325

FTDN new April 2006 build / nuevo build de Abril 2006

... were inherited from Class TMultiGet. * Fix: WndTop() and WndLeft() were not properly managing negative values. Now you can do oControl:nLeft -= nValue and the control is properly displayed, no matter if the result is negative. * Enhancement: FWPPC, Class TComboBox processes VK_RETURN to go to ...
by Antonio Linares
Mon Apr 03, 2006 8:59 am
 
Forum: WhatsNew / Novedades
Topic: FTDN new April 2006 build / nuevo build de Abril 2006
Replies: 1
Views: 3325

... to be sorted out. Detlef Hofner very kindly modified WBROWSE.PRG for me about a year ago so that I could pass a parameter oLbx:nLineHeight := nValue and this did work for a time for the most part but it could not space the heading text correctly as apparantely the heading text is drawn by ...
by dpaterso
Sat Feb 11, 2006 7:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Listbox Headings Win32 Style
Replies: 39
Views: 15297

... buttons #include "FiveWin.ch" static oWnd //----------------------------------------------------------------------------// function Main() local nValue := 1, oRad SET _3DLOOK ON DEFINE WINDOW oWnd ; TITLE "Testing a Radio Buttons Menu" COLOR "N/W" @ 1, 1 BUTTON "&Test" SIZE 70, 20 ; ACTION ...
by Manuel Valdenebro
Tue Jan 10, 2006 5:47 am
 
Forum: FiveWin para CA-Clipper
Topic: RadioButton Horizontal
Replies: 11
Views: 3983

Re: Disable a tab on a folder

Hi Everybody, Is there a way to disable a tab on a folder, for example something like: IF nValue <> 1 oFld1:Disable() ENDIF This way only oFld1 would not be clickable but the rest would. Thanks in advance, Jeff Jeff you can do it this way oFld1:aEnable = { .f., ...
by Richard Chidiak
Tue Oct 25, 2005 8:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Disable a tab on a folder
Replies: 2
Views: 1105

Disable a tab on a folder

Hi Everybody,

Is there a way to disable a tab on a folder, for example something like:

IF nValue <> 1
oFld1:Disable()
ENDIF

This way only oFld1 would not be clickable but the rest would.

Thanks in advance,

Jeff
by Jeff Barnes
Tue Oct 25, 2005 7:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Disable a tab on a folder
Replies: 2
Views: 1105

DeviceCapabilities()

... names of the paper bins available for the tested printer. (HP LaserJet 2100) Here is a piece of code I'm using for testing with the results I get: nValue := DeviceCapabilities(scPrntName, DC_BINNAMES, @xContainer) if nValue > 0 MsgInfo(Str(nValue)) // Returns 15. Don't know what it means MsgInfo(Str(Len(xContainer))) ...
by Gilbert Vaillancourt
Sun Oct 09, 2005 7:05 pm
 
Forum: FiveWin for CA-Clipper
Topic: DeviceCapabilities()
Replies: 1
Views: 1142
Previous

Return to advanced search