Search found 29 matches: transmit

Return to advanced search

Privacy Policy

This application does not collect or transmit any user’s personal information, with the exception of technical information included in HTTP requests (such as your IP address). No personal information is used, stored, secured or disclosed by ...
by Antonio Linares
Tue Nov 06, 2012 5:16 pm
 
Forum: Utilities / Utilidades
Topic: Privacy Policy
Replies: 0
Views: 473

Barcode and RFID Trigger Library

... <body> <div id="header"> <h1><img id="logo" src="xmit.jpg"></img></h1> <H2>Transmit Data</H2> <a href="index.html"><button id="mainButton" class="button" >BACK</button></a> ...
by cdmmaui
Mon Dec 19, 2011 3:56 pm
 
Forum: FiveWin for Pocket PC
Topic: Barcode and RFID Trigger Library
Replies: 1
Views: 1520

Re: ActiveX support!

... CE 4. What am I doing wrong? //-------------------------------------------------------------------- DEFINE WINDOW oWnd2 TITLE Ptitle + " - Transmit" oActiveX = TActiveX():New( oWnd2, "Shell.Explorer" ) oWnd2:oClient = oActiveX oActiveX:SetProp( "url", , Pdd ...
by cdmmaui
Thu Oct 06, 2011 1:58 am
 
Forum: FiveWin for Pocket PC
Topic: ActiveX support!
Replies: 3
Views: 2358

Re: FTP Again

... FALSE @50,25 BTNBMP FILE Curdir() +'\bmp\clock_red.bmp' SIZE 28, 28 OF oWnd ; ACTION(Timesheets(cIntls,cName)) @50,100 BTNBMP FILE Curdir() +'\bmp\transmit.bmp' SIZE 28, 28 OF oWnd ; ACTION(Connect()) @50,175 BTNBMP FILE Curdir() +'\bmp\group.bmp' SIZE 28, 28 OF oWnd ; ACTION(ShowAll(cIntls,cName)) ...
by Colin Haig
Sun Jul 12, 2009 1:08 am
 
Forum: FiveWin for Pocket PC
Topic: FTP Again
Replies: 8
Views: 2121

... of a second even if 100 patients are returned. The problem is not that the code is inefficient per se, it's just that 1. more data has to be transmitted / received, and 2. that is done piecemeal rather than in aggregate. So you could use an SQL based data base back end. Your code might look ...
by xProgrammer
Thu Aug 14, 2008 10:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Client Server Database Access the xBase Way
Replies: 39
Views: 11768

Client Server Database Access the xBase Way

... and written queries to be run on the server at the request of the client and the results returned. I was concerned about the format in which to transmit the data. My initial thought was to use xml - although that involves quite some overhead both in terms of the volume of data to be transmitted ...
by xProgrammer
Thu Aug 14, 2008 2:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Client Server Database Access the xBase Way
Replies: 39
Views: 11768

Web Services

Is it possible to write a web service with service.

I have a fivewin application that have to open a web page
and transmit information :
Username Password Id in a Sql database ...
The provider of the web application ask if i could transmit the information with a web service .


Thanks
by Jack
Fri Aug 24, 2007 6:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Web Services
Replies: 1
Views: 644

txbrowse/twbrowse support 2 bytes language word /char ?

Hi,
How could xbrowse/twbrowse suport 2 bytes language word as 1 char ?
I know lfastedit:=.t., method keychar() can transmit a 1 byte char as 0-9,a-Z into tget . How could transmit 2 bytes word input into tget?

Thanks !
Shuming Wang
by ShumingWang
Tue Jul 10, 2007 3:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: txbrowse/twbrowse support 2 bytes language word /char ?
Replies: 8
Views: 1888

... other and converse. The IR port can be used in a variety of ways. At the most basic level, the port can be accessed as a serial port with an IR transmitter and receiver attached. This method is known as raw IR. When you're using raw IR, the port isn't IrDA compliant because the IrDA standard ...
by Antonio Linares
Sat Feb 24, 2007 9:58 am
 
Forum: FiveWin for Pocket PC
Topic: How to activate IRDA(Infrared) connection?
Replies: 2
Views: 1796

Richard,

It does not make a difference. We are placing an unsigned char into the buffer and WriteFile() should transmit an unsigned char.

Could you try to send the data to a different bluetooth device ? Maybe the difference comes from the receiver
by Antonio Linares
Sun Feb 18, 2007 6:07 pm
 
Forum: FiveWin for Pocket PC
Topic: Bluetooth print and Special characters
Replies: 37
Views: 10623

... as a result of the XOFF character being received. CSTF_XOFFSENT Specifies whether transmission is waiting as a result of the XOFF character being transmitted. Transmission halts when the XOFF character is transmitted and used by systems that take the next character as XON, regardless of the actual ...
by Enrico Maria Giordano
Wed Sep 13, 2006 12:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: getcommerror, como tratar el resultado?
Replies: 9
Views: 3626

... other and converse. The IR port can be used in a variety of ways. At the most basic level, the port can be accessed as a serial port with an IR transmitter and receiver attached. This method is known as raw IR . When you're using raw IR, the port isn't IrDA compliant because the IrDA standard ...
by Antonio Linares
Mon Apr 17, 2006 7:23 pm
 
Forum: FiveWin para Pocket PC
Topic: IRDA como puerto comm
Replies: 3
Views: 2206

... nChr != 10 nChr = ( READBYTE( hSer ) ) cTxt += CHR( nChr ) ENDDO Previously this was looping so never had a chance to display. Is it possible to transmit a 'prefix' character before your data and a suffix character (eg Chr(10) as above) afterwards so valid data is detected more easily? Notice ...
by Jon Munro
Mon Jan 16, 2006 2:49 am
 
Forum: FiveWin for Pocket PC
Topic: Serial port
Replies: 7
Views: 2323

Para Antonio Linhares (comm.c , BuildCommDCB, SetCommState)

Antonio 1-) Fiz algumas alteracoes no fonte COMM.C para FWH. Espero que sirva outros usuarios. 2-) Gostaria muito que se agregasse as futuras versoes de FWH (nao estou sendo pretencioso). Acontece que a toda atualizacao recompilo o codigo e atacho a FIVEHC.LIB 3-) Segue pequeno exemplo de como usar ...
by Gilson Lopes
Fri Oct 21, 2005 3:32 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Para Antonio Linhares (comm.c , BuildCommDCB, SetCommState)
Replies: 0
Views: 2014
Previous

Return to advanced search