Search found 17 matches: transmitted

Return to advanced search

Re: Advantage Database Server

... and, if necessary, supplement it. I mean primarily regarding the fact that with mod harbour the DBF files are only opened briefly and nothing is transmitted over the network. Best regards, Otto ************************************ You are aware of the limitations of DBFCDX in multi-user environment. ...
by Otto
Thu Jan 13, 2022 7:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Advantage Database Server
Replies: 32
Views: 3641

HB_URLDECODE

... From https://www.w3schools.com/tags/ref_urlencode.asp URL Encoding (Percent Encoding) URL encoding converts characters into a format that can be transmitted over the Internet. URLs can only be sent over the Internet using the ASCII character-set. Since URLs often contain characters outside the ...
by Otto
Mon Dec 07, 2020 12:17 am
 
Forum: mod_harbour
Topic: HB_URLDECODE
Replies: 0
Views: 242

Re: to Nages: test for tdatabase

... your software. Best regards Otto google translated According to the new provision, the daily income - electronically recorded and - telematically transmitted to the Agency for Revenue. By introducing the electronically recorded daily income with the already introduced electronic invoice, the circle ...
by Otto
Thu May 02, 2019 7:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: to Nages: test for tdatabase
Replies: 37
Views: 5680

Re: AS2 protocol

... most in ANSII but there are a couple documents I do in EDIFACT. Do you know what documents you need to transmit? The other issue is how they are transmitted. Most companies these days use FTP but some still use a service to trade documents.
by Gale FORd
Wed Jun 28, 2017 12:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: AS2 protocol
Replies: 3
Views: 573

Re: HBComm para harbour 1.0.1

... a parameter of the EnableCommNotification function. CN_TRANSMIT Indicates that fewer than cbOutQueue bytes are in the output queue waiting to be transmitted. The cbOutQueue parameter is a parameter of the EnableCommNotification function. Returns An application should return zero if it processes ...
by Antonio Linares
Wed Aug 19, 2015 8:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: HBComm para harbour 1.0.1
Replies: 6
Views: 791

Re: Sync on / via the Cloud

Just a question: If I modifiy a single record of a a 2GB sized DBF table
When I syncronize into the cloud all 2GB will be transmitted?
Bye
by MarcoBoschi
Thu Mar 28, 2013 11:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sync on / via the Cloud
Replies: 17
Views: 4182

Re: ReadComm( )

1) The device was slow to respond and I was trying to read the buffer before the device transmitted any data to it. A "port monitor" is helpful to see this unfold ! In my app I use 0.1sek and more (it depend how fast device can answer) beetween packets. Old ...
by Robert Frank
Tue Oct 26, 2010 10:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ReadComm( )
Replies: 4
Views: 1881

Re: ReadComm( )

... though I wasn't getting responses. I made two discoveries: 1) The device was slow to respond and I was trying to read the buffer before the device transmitted any data to it. A "port monitor" is helpful to see this unfold ! 2) The device won't respond to other commands I was sending because ...
by TimStone
Fri Oct 22, 2010 9:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ReadComm( )
Replies: 4
Views: 1881

Re: Interfacing with Dicom sistems

Hi Massimo

I've planned out some changes to my DICOM classes to allow the one object to handle both received and transmitted data, as the originator or the respondent. But this week coming up is very busy for me with high priority jobs so don't expect much progress for a week.

Regards
xProgrammer
by xProgrammer
Sun Jan 31, 2010 8:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interfacing with Dicom sistems
Replies: 41
Views: 11768

Re: How do you deal with your users?

... problem was not a visible problem. The problem can be stated as: "When billing CPT code G0181, Medicare denies the claim 14 days after being transmitted". The solution is: When billing any CPT code where Medicare requests a facility, you must send the facility's NPI (she had removed ...
by reinaldocrespo
Wed Oct 28, 2009 4:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How do you deal with your users?
Replies: 19
Views: 5024

... Also would like to clean up code a bit. I am using sockets. Backend is xHarbour text mode. Front end is xHarbour / Five Linux GUI. Data is transmitted in binary (HB_Serialize()) format in an array (of arrays etc as required). This includes variable names, parameters etc. For single record ...
by xProgrammer
Tue Aug 19, 2008 7:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Client Server Database Access the xBase Way
Replies: 39
Views: 11766

... 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: 11766

Client Server Database Access the xBase Way

... 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 as well as encoding and decoding. But then I hit upon using a multi level array and using HB_Serialize() to encode in binary form and HB_Deserialize() ...
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: 11766

ftp transfer

... the file at the server end it is not sent completely but part of the file. Is there a way to control the size of a received file (ftp) versus the transmitted one ? Any help will be appreciated, Thanks Richard
by Richard Chidiak
Tue Aug 07, 2007 10:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ftp transfer
Replies: 5
Views: 1850

... 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: 3615
Next

Return to advanced search