Search found 29 matches: transmit

Return to advanced search

Re: File Deletion problem

The task is to export the contents of a file ( ewocfx ) to a .txt file, transmit the .txt file, and then delete it. This code creates the .txt file:     DbSelectArea( 0 )    USE (   "ewocfx" )    COPY TO (cTxtFile) FIELDS  Eveidn, ...
by Enrico Maria Giordano
Mon Jan 02, 2023 3:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: File Deletion problem
Replies: 8
Views: 738

File Deletion problem

The task is to export the contents of a file ( ewocfx ) to a .txt file, transmit the .txt file, and then delete it. This code creates the .txt file:     DbSelectArea( 0 )    USE (   "ewocfx" )    COPY ...
by TimStone
Mon Jan 02, 2023 1:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: File Deletion problem
Replies: 8
Views: 738

Using source on other .prgs

... ModHarbour but so far not so much to build html pages but to trap webhooks. A webhook is a POST request sent to a page from services to notify or transmit certain data. There is something I still can't figure out about Modharbour. It is the use of other functions and classes on other source files ...
by reinaldocrespo
Fri Jul 16, 2021 1:01 pm
 
Forum: mod_harbour
Topic: Using source on other .prgs
Replies: 3
Views: 468

Re: Send EMail Within FW Appplication....

... has "temporarily blocked" account access. From time to time, or when you create a new account and try to use an external program to transmit email, gmail blocks access for "suspected misuse" and asks for account confirmation. Generally, to resolve this, go through your ...
by karinha
Tue Jun 08, 2021 6:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Send EMail Within FW Appplication (RESOLVED)
Replies: 18
Views: 3039

Re: FWH 18.11: MARIAROWSET Table Replication Features

... server is up or down or connection has been lost. If a target database is not available, the source server will maintain updates in a queue and transmit them to the target when it becomes available. ***Keep in mind that connection to remote servers are bound to be broken at some point. Therefore, ...
by reinaldocrespo
Wed Oct 02, 2019 4:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 18.11: MARIAROWSET Table Replication Features
Replies: 11
Views: 2657

Re: Ports to 485 with converter USB, please help.

Look this Example of C code to transmit data Here is a basic example on how to transmit a sequence of chars (in this case 0x55 0x00 0x55) over the RS485 line. // rs485tx.c // Basic example of RS485 half duplex transmission #include <sys/ioctl.h> ...
by Busmatic_wpb
Thu Feb 08, 2018 3:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ports to 485 with converter USB, please help.
Replies: 7
Views: 1394

Re: Ports to 485 with converter USB, please help.

The hardware of the RS-232 has a dedicated line to transmit only and a separate one to receive, so there are no conflicts when transmitting and receiving. Now..  Transmit by 485 is not equal to transmit by 232, because in 485 you have a single line ...
by Busmatic_wpb
Thu Feb 08, 2018 3:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ports to 485 with converter USB, please help.
Replies: 7
Views: 1394

Re: AS2 protocol

... or EDIFACT (European Standard). I do 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: 572

Re: HBComm para harbour 1.0.1

WM_COMMNOTIFY (3.1) WM_COMMNOTIFY idDevice = wParam; /* communication-device ID */ nNotifyStatus = LOWORD(lParam); /* notification-status flag */ The WM_COMMNOTIFY message is posted by a communication device driver whenever a COM port event occurs. The message indicates the status of a window's inp...
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: 782

Re: How to create remote desktop viewver within network ?

... results would be far away from existing solutions. The first idea to consider is that the image of the screen has to be saved each x millisecs and transmited to the remote computer in the most efficient way. If you review FWH SaveToBmp() method you will find the basic technique to convert the screen ...
by Antonio Linares
Tue Aug 26, 2014 7:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to create remote desktop viewver within network ?
Replies: 3
Views: 716

Re: DBF to SQL script tool

... TRANSMIT],[AWBM],[ADDBY],[ADDDATE],[LASTUSER],[LASTDATE],[LASTTIME],[SITA],[SITAFLAG],[SITADATE],[SITATIME],[SITACODE],[SITALDATE],[SITALTIME],[CLOSED],[CLOSEDATE],[CLOSETIME],[CLOSEUSER],[CUSTID],[CUSTNAME],[CUSTREP],[COONAME],[COOCOUNTRY],[COOBODY],[DOCKBODY],[REP],[ACTUAL],[INVOICED],[INVOICE],[INVDATE],[INVUSER],[TRADELANE],[CUSTOM01],[CUSTOM02],[CUSTOM03],[CUSTOM04],[CUSTOM05],[BLDIVER],[FWBDATE],[FWBTIME],[FWBUSER],[FWBNO],[FHLDATE],[FHLTIME],[FHLUSER],[FHLNO],[ESTREVENUE],[UNKNOWN],[ITEM1],[ITEM2],[ITEM3] ...
by cdmmaui
Fri Jul 04, 2014 12:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF to SQL script tool
Replies: 50
Views: 13499

Re: DBF to SQL script tool

... TRANSMIT],[AWBM],[ADDBY],[ADDDATE],[LASTUSER],[LASTDATE],[LASTTIME],[SITA],[SITAFLAG],[SITADATE],[SITATIME],[SITACODE],[SITALDATE],[SITALTIME],[CLOSED],[CLOSEDATE],[CLOSETIME],[CLOSEUSER],[CUSTID],[CUSTNAME],[CUSTREP],[COONAME],[COOCOUNTRY],[COOBODY],[DOCKBODY],[REP],[ACTUAL],[INVOICED],[INVOICE],[INVDATE],[INVUSER],[TRADELANE],[CUSTOM01],[CUSTOM02],[CUSTOM03],[CUSTOM04],[CUSTOM05],[BLDIVER],[FWBDATE],[FWBTIME],[FWBUSER],[FWBNO],[FHLDATE],[FHLTIME],[FHLUSER],[FHLNO],[ESTREVENUE],[UNKNOWN],[ITEM1],[ITEM2],[ITEM3] ...
by cdmmaui
Thu Jul 03, 2014 9:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF to SQL script tool
Replies: 50
Views: 13499

Re: DBF to SQL script tool

... VARCHAR ( 1 ), `AIRCOMM` BIT DEFAULT 0, `AIRPERCENT` DECIMAL( 11, 2 ), `BILLABLE` BIT DEFAULT 0, `READY` VARCHAR ( 5 ), `CLOSE` VARCHAR ( 5 ), `TRANSMIT` BIT DEFAULT 0, `AWBM` VARCHAR ( 30 ), `ADDBY` VARCHAR ( 20 ), `ADDDATE` DATE, `LASTUSER` VARCHAR ( 20 ), `LASTDATE` DATE, `LASTTIME` VARCHAR ...
by cdmmaui
Fri Jun 27, 2014 4:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF to SQL script tool
Replies: 50
Views: 13499

Re: Sending and Receiving XML Data

Hello, I was able to transmit the XML to the host server, however I am receiving the following error back from host server. Upon discussing with host server company, they are indicating the XML transmission is corrupt even though the ...
by cdmmaui
Thu Feb 14, 2013 4:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sending and Receiving XML Data
Replies: 11
Views: 2960

Sending and Receiving XML Data

... to handle XML sending and receiving. Can someone provide sample code that will allow me to perform the following? 1. XML Sending - I need to transmit XML data to a host and receive response from host 2. XML Receiving - I need to receive XML data from a remote computer and provide an XML response ...
by cdmmaui
Tue Feb 12, 2013 7:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sending and Receiving XML Data
Replies: 11
Views: 2960
Next

Return to advanced search