Search found 87 matches: signed

Return to advanced search

... similar by keeping a table that acts as a mail queue. Using an ADS trigger, a new record is added to the queue any time a given pathology is signed. One of the fields on this table holds the number of attempts. After a given number of attempts (set on an ini file) the record is no longer ...
by reinaldocrespo
Sun Oct 05, 2008 10:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Trapping SMTP e-mail error
Replies: 43
Views: 7663

C code in FiveWin

... PARAMS ) { int val1 = _parni( 1 ); int val2 = _parni( 2 ); float val = val2 / val1; ... } "float" is not a valid typedef in C You better use signed long or unsigned long The floating point routines are automatically searched from the library model you are using These are integer numeric types ...
by Antonio Linares
Wed Aug 27, 2008 7:38 am
 
Forum: Utilities / Utilidades
Topic: Boris Pekic - NG's archive
Replies: 27
Views: 70430

Antonio,

the login button leads me still to the old address "fivetechsoft.com/forums/...". I have to insert the new url manually, then it´s working and see the new messages signed with orange color. Also the links after the thread to get back lead to the old address.
by StefanHaupt
Fri Apr 25, 2008 7:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: forums.fivetechsoft.com
Replies: 43
Views: 6340

NageswaraRao, In those circunstances we need a "short" (16 bits) signed value from PRG level. Maybe we could try to change: hb_reta( 2 ); hb_stornl( pt.x, -1, 2 ); hb_stornl( pt.y, -1, 1 ) into: hb_reta( 2 ); hb_storni( ...
by Antonio Linares
Tue Apr 08, 2008 1:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Client to Screen
Replies: 1
Views: 485

... into an indexed field in the user.dbf file, the name into a name field, so that in this usage, each record here is user-specific while the user is signed on. The system operator can look at a list of names of people signed on, and can send a message to any individual or to everyone (perhaps to ...
by Roger Seiler
Sat Mar 29, 2008 12:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How many users are accessing my .EXE?
Replies: 14
Views: 3330

... as we need a digital signature in order to issue electronic documents accordingly to the actual law to replace the paper work. We are obliged to signed and time stamp all electronic documents. James, I agree with you, for us it already a need because many clients want already to work only with ...
by AHF
Tue Dec 18, 2007 7:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Electronic documents digitaly signed - best soltution ?
Replies: 4
Views: 1197

Electronic documents digitaly signed - best soltution ?

We want to produce electronic documents PDF format but with digital signature.
We use the Crw 11 to produce the PDf file.

What are the available solutions to digitaly sign documents ?

Antonio
by AHF
Mon Dec 17, 2007 4:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Electronic documents digitaly signed - best soltution ?
Replies: 4
Views: 1197

Enrico,

We have already tested with wide chars, unless we may be missing a signed test also
by Antonio Linares
Thu Mar 01, 2007 8:06 am
 
Forum: FiveWin for Pocket PC
Topic: bluetooth print follow
Replies: 24
Views: 7947

Richard, Maybe we have missed something obvious, that the expected value has to be signed. Please try it this way: HB_FUNC( WRITE233 ) // hComm --> lOk { DWORD cBytes; char ch = 233; hb_retl( ( BOOL ) WriteFile( ( void * ) ...
by Antonio Linares
Thu Mar 01, 2007 7:49 am
 
Forum: FiveWin for Pocket PC
Topic: bluetooth print follow
Replies: 24
Views: 7947

... how I do it. 1. I have a password security sign-on for my app that identifies the user, and refers to a members.dbf that contains the ID number assigned to each allowed user. Upon sign-on, that user ID # is copied into a file-wide static memvar. 2. Upon completion of launching the main app, the ...
by Roger Seiler
Fri Jan 19, 2007 10:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: link to pc on a lan
Replies: 3
Views: 994

Doble a Binario

Saludos a todos/as,

Tiene FW alguna funcion para pasar un signed float (double 8 bytes) a binario, de forma similar a como lo hace W2BIN() con los signed integer de 2 bytes??

Harbour no la tiene.

Gracias!!
by damosi
Mon Jan 15, 2007 12:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Doble a Binario
Replies: 8
Views: 2927

“Certified for Windows Vista” Software Logo Requirements

... display the Certified for Windows Vista Logo on software. Make sure the application works well for standard users, unless it is something truly designed to be run only by system administrators such as disk partitioning software. If the program has admin and non-admin components the main application ...
by modicr
Mon Jul 03, 2006 5:18 pm
 
Forum: Off Topic / Otros temas
Topic: “Certified for Windows Vista” Software Logo Requirements
Replies: 0
Views: 763
Previous

Return to advanced search