Search found 16 matches: nserial

Return to advanced search

Also the error on FW_SaveArrayToDBF

... on this small test when I press a button "Articolo1" or "articolo2" it insert a rcord on aItems array AaDd(aItems,{nInvoice,nSerial,cImmagine,cCode,cProdotto,nQuantita,nPrezzo,ntotaleQ,; dCheck_in,dCheck_out,nDays,nDiscount,nTotal,cItemStruct,lItemMulti,lItemPrnA4,lItemPrnPos ...
by Silvio.Falconi
Fri Jul 19, 2019 8:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Also the error on FW_SaveArrayToDBF
Replies: 0
Views: 327

Re: La nueva apariencia de EasyReport

... FUNCTION GetSerialHD( cDrive ) LOCAL cLabel := Space(32) LOCAL cFileSystem := Space(32) LOCAL nSerial := 0 LOCAL nMaxComp := 0 LOCAL nFlags := 0 DEFAULT cDrive := "C:\" GetVolInfo( cDrive, @cLabel, Len( cLabel ), @nSerial, @nMaxComp, ...
by ruben Dario
Tue Oct 21, 2014 1:33 pm
 
Forum: EasyReport, EasyDialog y EasyPreview
Topic: La nueva apariencia de EasyReport
Replies: 226
Views: 155181

Re: Problem with Msgget()

In the MakeKey() function, change nSerial to a larger number. When the MsgGet() pops up, just delete all the 9's and enter your -1974753522.    if Empty(nKey)      lVisable:=.t.      nKey:=1  ...
by Jeff Barnes
Mon Aug 22, 2011 12:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with Msgget()
Replies: 6
Views: 1217

Re: Problem with Msgget()

Hola, ¿y así?...
local cSerial:=space(20), nSerial:=0

MsgGet("Key Generator","Enter Serial Number",@cSerial)
MsgInfo( nSerial:=Val(alltrim(cSerial)) )
MsgInfo(Valtype(nSerial))

Saludos.
by FranciscoA
Sun Aug 21, 2011 10:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with Msgget()
Replies: 6
Views: 1217

Re: Problem with Msgget()

Sorry do you use key gen of Jeff Barnes ? I not use a text value but nserial is a number and on init is = 0 I have if Empty(nKey) lVisable:=.t. nKey:=1 nSerial:=0 MsgGet("Key Generator","Enter Key: ",@nKey) MsgGet("Key Generator","Enter ...
by MdaSolution
Sun Aug 21, 2011 8:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with Msgget()
Replies: 6
Views: 1217

Problem with Msgget()

... insert on msgget a number serial sample : -1974753522 on my application I use MsgGet("Key Generator","Enter Serial Number: ",@nSerial) but when I try to insert the serial number it make error because I can insert only -197475352 and I cannot insert the last "2" WHY ?
by MdaSolution
Sun Aug 21, 2011 7:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with Msgget()
Replies: 6
Views: 1217

Re: Funciones como nSerial()?????????????

Hola Waldemar: Desconozco la existencia de otras funciones, aparte de GetNetCardId() y nSerialHD(). GetNetCardId() funciona con tarjetas inalámbricas perfectamente. La pega que le veo es que, aunque no haya tarjeta pinchada en el PC, también te da un número como si existiera. Muchas Gracias manuel ...
by wyerco
Wed Apr 28, 2010 1:15 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Funciones como nSerial()?????????????
Replies: 4
Views: 709

Re: Funciones como nSerial()?????????????

Hola Waldemar:

Desconozco la existencia de otras funciones, aparte de GetNetCardId() y nSerialHD().

GetNetCardId() funciona con tarjetas inalámbricas perfectamente. La pega que le veo es que, aunque no haya tarjeta pinchada en el PC, también te da un número como si existiera.
by Manuel Aranda
Tue Apr 27, 2010 4:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Funciones como nSerial()?????????????
Replies: 4
Views: 709

Re: Funciones como nSerial()?????????????

Manuel Aranda wrote:Pues, por ejemplo, tienes GetNetCardId()



Gracias Manuel Me imagino que por lo que dice la funcion entrega el nº id de la terjeta de red, ¿Funciona para tarjetas inalambricas, conoces más funciones?

Saludos

Waldemar
by wyerco
Tue Apr 27, 2010 12:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Funciones como nSerial()?????????????
Replies: 4
Views: 709

Re: Funciones como nSerial()?????????????

Pues, por ejemplo, tienes GetNetCardId()
by Manuel Aranda
Tue Apr 27, 2010 6:08 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Funciones como nSerial()?????????????
Replies: 4
Views: 709

Funciones como nSerial()?????????????

Hola Estimados del Foro

Conocen otras funciones para reconocer el entorno del PC como nSerial(), ya sea fecha Bios, serial Windows, etc. La idea que sean funciones relacionadas más con el Hardware.

Muchas Gracias

Waldemar

Bendiciones
by wyerco
Mon Apr 26, 2010 8:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Funciones como nSerial()?????????????
Replies: 4
Views: 709

Re: Serial del los discos

Jairo,

nSerialHD( "D:\" ) --> nSerial

By default, "C:\" is used
by Antonio Linares
Sun Jul 12, 2009 9:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Serial del los discos
Replies: 1
Views: 385

Re: Serial en discos

Jairo,

Prueba con nSerialHD( "D:\" ) --> nSerial

Puedes pasarle la unidad deseada. Por defecto usa "C:\"
by Antonio Linares
Sun Jul 12, 2009 6:31 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Serial en discos
Replies: 6
Views: 984

aca esta el tdiskinfo.prg

... - 2003 // //----------------------------------------------------------------------------// METHOD Default() CLASS TDiskInfo Local cDrive, cLabel, nSerial, cFileSystem Local nSBCluster, nBBSector, nFreeClusters, nTotalClusters, nDiskType Local acDrive := { "No Instalado",; "Disco Removible",; "Disco ...
by elmoiquique
Thu Aug 09, 2007 6:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: SOS cual es el nombre del disco
Replies: 7
Views: 2395

... old message that may help. I haven't tried it. Regards, James ------------------------- From: "GNR" <gnr@hyderabadwater.gov.in> Subject: Re: nSerialHd() to work with all drives Date: Saturday, February 15, 2003 10:04 AM nSerialID() works well on all drives, mapped and physical. I have tested ...
by James Bott
Mon May 21, 2007 9:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: nSerialHD with UNC-Notation?
Replies: 4
Views: 1762
Next

Return to advanced search