Search found 32 matches: transmission

Return to advanced search

Can we turn off FWDbg ? No .dll found !

I recently downloaded 10.05. I'm working with an XML transmission and I get an alert that says "FWDbg.dll not found. Impossible to continue". I assume there is a call to SET RESOURCES TO "FWDbg.dll", and when it can't be found, ...
by TimStone
Sun May 30, 2010 3:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Can we turn off FWDbg ? No .dll found !
Replies: 22
Views: 5077

Re: SMTP Fails FWH 9.12 / xHarbour Nov 09

It is still not working for me. No log, no transmission.
by TimStone
Mon Mar 01, 2010 3:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SMTP Fails FWH 9.12 / xHarbour Nov 09
Replies: 14
Views: 4191

WebService

... password, the site of anvisa will check the User and password, if is correct will get the XML file, if it is wrong will not accept. The shape of transmission is via WebService. How to do it via FiveWin? If you can give me a hint. Waiting in the wings, Kleyton
by Kleyton
Fri Oct 16, 2009 5:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebService
Replies: 2
Views: 633

Re: wifi

... + str(hInternet) +" hConnect " + str( hConnect)) IF hConnect = 0 MSGINFO("ERREUR Création CONNEXION FTP envoi sortant ... Abandon transmission ") RETURN .F. ENDIF //? FTPGETFILE( hConnect, "Your remote file", "Your local file", 0, FILE_ATTRIBUTE_ARCHIVE, ...
by Otto
Tue May 19, 2009 11:59 am
 
Forum: FiveWin for Pocket PC
Topic: wifi
Replies: 9
Views: 3286

API functions

... This is another site for Windows api : http://skyscraper.fortunecity.com/transmission/45/api/ http://skyscraper.fortunecity.com/transmission/45/api/ http://home1.swipnet.se/~w-10159/files/win32hlpfiles/ http://www.geocities.com/SiliconValley/Foothills/7260/Download/ ...
by Antonio Linares
Wed Aug 27, 2008 7:32 am
 
Forum: Utilities / Utilidades
Topic: Boris Pekic - NG's archive
Replies: 27
Views: 93786

Advantage DS

... + Clipper 5.3b + adsdosip.exe ( DOS without FiveWin) Changing compilation from 5.2e to 5.3 happened the work strongly slower. Adsdosip.exe shows transmission more quantity of packs with identical activities looking over the base. The libraries Dbfaxs.lib are dated - 25.09.2001 ADS libs for 5.3 ...
by Antonio Linares
Wed Aug 27, 2008 7:30 am
 
Forum: Utilities / Utilidades
Topic: Boris Pekic - NG's archive
Replies: 27
Views: 93786

Client Server xBase - Communicating

... A few words of explanation are required here. I am using arrays to communicate between the client and the server. The array is then serialized for transmission to the server where the process is reversed. The same method is used in reverse for the server's response. The parameter(s) are passed ...
by xProgrammer
Tue Aug 19, 2008 11:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Client Server Database Access the xBase Way
Replies: 39
Views: 11930

... a lower speed connection it should be much much faster. For the reasons given above which have all to do with where code is executed / the data transmission requirements and nothing to with SQL per se. So if we can run the xBase code on the computer that has the database, or on one with a fast ...
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: 11930

IPAQ to IPhone

Hello Antonio. I would like to ask you about the possibility of a transmission from IPAQ to IPhone. If we now develop an application for IPAQ, will it be possible to compile it for the IPhones as soon as they are available here in Austria. Thanks in advance, ...
by Ruth
Fri Jan 04, 2008 8:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: IPAQ to IPhone
Replies: 1
Views: 625

SMTP / Vista

... computers and I have tested this issue on both with the exact same program. It works fine in XP and not Vista. I have narrowed it down to the file transmission for attachments. It transmits the name of the file, but not the file itself ( only a shell of less than 100 bytes ). In researching this ...
by TimStone
Mon Aug 27, 2007 5:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SMTP loses attachments w/ Vista
Replies: 41
Views: 10004

... = INTERNETCONNECT( hInternet, DSITE,0, DUSER, DPASS, INTERNET_SERVICE_FTP, 0,0 ) IF HCON1 = 0 MSGINFO("ERREUR Création CONNEXION FTP ... Abandon transmission ") RETURN .F. ENDIF FOR I = 1 TO LEN(TFIC) DFICL := CurDir() + "\SORTANT\" + ALLTRIM(TFIC[I]) // Fichier local DFICR := ALLTRIM(DDIR) + ...
by Richard Chidiak
Wed Jan 31, 2007 2:17 pm
 
Forum: FiveWin for Pocket PC
Topic: tftp class
Replies: 62
Views: 25195

... = INTERNETCONNECT( hInternet, DSITE,0, DUSER, DPASS, INTERNET_SERVICE_FTP, 0,0 ) IF HCON[I] = 0 MSGINFO("ERREUR Création CONNEXION FTP ... Abandon transmission ") RETURN .F. ENDIF DFICL := CurDir() + "\SORTANT" + ALLTRIM(TFIC[I]) // Fichier local DFICR := ALLTRIM(DDIR) + ALLTRIM(TFIC[I]) // ...
by Richard Chidiak
Sat Oct 14, 2006 5:41 am
 
Forum: FiveWin for Pocket PC
Topic: FTP on Pocket PC
Replies: 32
Views: 20287

... } COMSTAT; The COMSTAT structure contains information about a communications device. Member Description status Specifies the status of the transmission. This member can be one or more of the following flags: Flag Meaning CSTF_CTSHOLD Specifies whether transmission is waiting for the CTS ...
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: 3649

Re: getcommerror, como tratar el resultado?

... the input queue or a character was received after the end-of-file character was received. CE_RXPARITY Hardware detected a parity error. CE_TXFULL Transmission queue was full when a function attempted to queue a character. See Also OpenComm, COMSTAT EMG
by Enrico Maria Giordano
Tue Sep 12, 2006 2:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: getcommerror, como tratar el resultado?
Replies: 9
Views: 3649

close gprs connexion

Hello I can send data through gprs thank's to Pawel's code (works great) . I want to close automatically the gprs connexion after transmission . For this i use code below but the connexion is still up after execution of this code. I am using windows mobile 2003. Any help will be appreciated, ...
by Richard Chidiak
Sat Sep 02, 2006 12:52 pm
 
Forum: FiveWin for Pocket PC
Topic: close gprs connexion
Replies: 1
Views: 1167
PreviousNext

Return to advanced search