Search found 727 matches

by Marc Venken
Wed Dec 02, 2020 9:06 pm
Forum: FiveWin for Harbour/xHarbour
Topic: EMAGDBU in English (EMG)
Replies: 3
Views: 1424

EMAGDBU in English (EMG)

Hello Enrico,

I suppose this is asked before, but can EMDDBU be translated in English ?

Somethimes more easy to use... My Italian is not that good )))
by Marc Venken
Wed Dec 02, 2020 11:55 am
Forum: FiveWin for Harbour/xHarbour
Topic: creation of a pdf
Replies: 12
Views: 4269

Re: creation of a pdf

I print pdf like this Maybe this is needed #include "report.ch" function druk_rappel(nRappel)    Local nDruk:=0, nDrukafstand:= 0.5, nDrukstart:= 8.5, nType:=0    nType = nRappel    aFacturen ={}    Public oPrn    Public oF12,oF12B,oF12I,oF12U,oFlarge    cRapport = "c:\programmas\rapp...
by Marc Venken
Wed Dec 02, 2020 11:46 am
Forum: FiveWin for Harbour/xHarbour
Topic: creation of a pdf
Replies: 12
Views: 4269

Re: creation of a pdf

You open a XML file... Maybe this function can help you... function Xmlreader()    local aMail:={}    local hFile    := FOpen( "c:\users\marc\downloads\archive.xml"  )    Local oXmlDoc  := TXmlDocument():New( hFile )    Local oXmlIter := TXmlIterator():New( oXmlDoc:oRoot ), oTagActual    w...
by Marc Venken
Mon Nov 30, 2020 10:21 am
Forum: FiveWin for Harbour/xHarbour
Topic: call toDbf() from xbrowser command line
Replies: 3
Views: 893

Re: call toDbf() from xbrowser command line

I'm not using it with xbrowser command, but now from a normal xbrowse() The browse started with many colums and I reduced them to just the 4 I want. I reduced them with the function XbrColSelector( oBrowse ) below. I'm using todbf() the wrong way, because I get not the result i want.. The browse has...
by Marc Venken
Sun Nov 29, 2020 2:47 pm
Forum: FiveWin for Harbour/xHarbour
Topic: in php I do this way, but how in fw SOLUCIONADO
Replies: 5
Views: 1184

Re: in php I do this way, but how in fw

Maybe this part of code can help you... #include "FiveWin.ch" #include "richedit.ch" #include "ord.ch" #include "xbrowse.ch" #include "Mail.ch" REQUEST DBFCDX #define WID  600 #define HGT  350 #define MY_GREEN   nRGB( 145, 214, 124) FUNCTION Main   l...
by Marc Venken
Tue Nov 24, 2020 10:51 am
Forum: FiveWin for Harbour/xHarbour
Topic: call toDbf() from xbrowser command line
Replies: 3
Views: 893

call toDbf() from xbrowser command line

I want to call Xbrowser with extra functions... I open the file, must change the colums (prefered with Xbrcolselector function to tag more than 1 field) and than save the file with the selected fields. Now it errors out... Application =========== Path and name: C:\Programmas\fotoselect\TEST.EXE (32 ...
by Marc Venken
Fri Nov 20, 2020 8:17 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Swagger API and FWH
Replies: 2
Views: 992

Re: Swagger API and FWH

I'm trying again to connect and use API This code from the forum is actualy returning data ! (Adress, GPS coordinates...) function api()    local cGoogleURL := "https://nominatim.openstreetmap.org/search?format=json&q="    local cAddress   := "Hofstraat 5,Opglabbeek"    local...
by Marc Venken
Fri Nov 20, 2020 4:22 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Program language of FWH
Replies: 5
Views: 4344

Program language of FWH

My API provider asks wich program language I use...

FwH = ??
by Marc Venken
Fri Nov 20, 2020 4:17 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Import/Export from/to CSV files (; separator)
Replies: 16
Views: 4402

Re: Import/Export from/to CSV files (; separator)

Silvio.Falconi wrote:
Marc Venken wrote:I use this : (found from the forum)

Maybe this be be updated of made better.

Silvio :
where is the source code complete ?
This function i have found on the forum. What would you like more ?
by Marc Venken
Wed Nov 18, 2020 11:07 am
Forum: FiveWin for Harbour/xHarbour
Topic: Sending and receiving SMS via Amazon webservices
Replies: 2
Views: 1512

Re: Sending and receiving SMS via Amazon webservices

I work with

https://www.smstools.be

It's a very professional tool, and the API is easy as far as I see. (Not used so far)

They do work global (also US, i believe your are from there ? )
by Marc Venken
Sun Nov 15, 2020 1:09 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Offtopic : advice in buying a pos-ticket printer
Replies: 5
Views: 1353

Re: Offtopic : advice in buying a pos-ticket printer

I use Epson, Zebra, 3nStar thermal printers. So I don't see any problems with them. Any else you need just contact me. From Chile Adolfo Hey Adolfo or someone else :wink: , I could get my hands on a Zebra GX430T printer. I'm waiting on some paper I ordered, but i wanted to see some code for it to p...
by Marc Venken
Thu Nov 12, 2020 12:36 pm
Forum: FiveWin for Harbour/xHarbour
Topic: change on line a combo
Replies: 24
Views: 6155

Re: chenge on line a combo

if the user moves the column with the checkbox on third position then it doesn't work well as the user always has to click on the first column to select the record, this is an error that you should fix If you use the header name and not the number of the column, Xbrowse is using the correct field. ...
by Marc Venken
Tue Nov 10, 2020 8:21 pm
Forum: FiveWin for Harbour/xHarbour
Topic: A question about download- and image - links
Replies: 9
Views: 2077

Re: A question about download- and image - links

Uwe,

Have you thought about a central place to store all you samples/code ?

I've seen interesting software, but sometimes from maybe years ago, but still usefull.
by Marc Venken
Tue Nov 10, 2020 9:37 am
Forum: FiveWin for Harbour/xHarbour
Topic: FW_ExcelToDBF : number and text issue
Replies: 0
Views: 5241

FW_ExcelToDBF : number and text issue

While trying to read exel data and storing to dbf i often have following. The first column is a reference code and has a mix of numbers and text data. (I have no impact on these data) The function often converts it to : Code Result Hoping to get 1234 1234.00 1234 Txt1234 Txt1234 Txt1234 I changed th...