Search found 90 matches
- Mon Jan 21, 2019 7:56 am
- Forum: All products support
- Topic: Acquisire un fattura elettronica
- Replies: 13
- Views: 5752
Re: Acquisire un fattura elettronica
I problemi sono due: le codifiche di chi emette le fatture non è detto siano quelle che hai tu, e il tag che identifica dove andranno a mettere il codice è molto variabile e serve almeno un mapping (chi emette la fattura il campo codice articolo può chiamarlo codart, ca, pippuzzo, codice articolo n...
- Fri Jan 18, 2019 4:22 pm
- Forum: All products support
- Topic: Acquisire un fattura elettronica
- Replies: 13
- Views: 5752
Re: Acquisire un fattura elettronica
I problemi sono due: le codifiche di chi emette le fatture non è detto siano quelle che hai tu, e il tag che identifica dove andranno a mettere il codice è molto variabile e serve almeno un mapping (chi emette la fattura il campo codice articolo può chiamarlo codart, ca, pippuzzo, codice articolo no...
- Fri Jan 18, 2019 4:17 pm
- Forum: All products support
- Topic: Fatturazione Elettronica
- Replies: 91
- Views: 36361
Re: Fatturazione Elettronica
Come vanno gli sforzi per creare il file della fattura elettronica? Per esperienza personale, il problema più grosso non è creare il file XML, quello sono una manciata di righe di codice. Il problema è farsi certificare dallo SDI come soggetto trasmittente, con tutte le richieste del caso. Comunque,...
- Wed Dec 13, 2017 2:15 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Quit command
- Replies: 10
- Views: 1714
Re: Quit command
QUIT is the same as __QUIT()
Code: Select all
#command QUIT => __Quit()
- Wed Nov 29, 2017 9:21 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Update for cWinversion()
- Replies: 5
- Views: 1485
Re: Update for cWinversion()
Hi to all, the function cWinVersion() fails with Windows Server series ( Windows Server 2003, 2003 R2, 2008, 2008 R2, 2012, 2012 R2, 2016). The GetVersion() function return only data from struct OSVERSIONINFO, but the information of Server series are stored in OSVERSIONINFOEX. If you change the GetV...
- Tue Oct 10, 2017 2:02 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: task manager
- Replies: 6
- Views: 1054
Re: task manager
Code: Select all
GetTasks() // Returns an array with the names of all the active Tasks running in Windows
- Mon Oct 09, 2017 7:05 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Important for my friend Mr Nages
- Replies: 3
- Views: 776
Re: Important for my friend Mr Nages
This code return me an error: C2024 Unclosed control structures
- Fri Sep 08, 2017 6:57 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: 1st FWH + [x]Harbour 2017 international conference
- Replies: 64
- Views: 39341
Re: 1st FWH + [x]Harbour 2017 international conference
Hi to all my friends!
Can anyone send me the material shown during the conference by email? My address is patella@tecnologica.info
Reinaldo, can you write me your address? I wanted to discuss some issues with you about ADS
Patrizio Patella
Can anyone send me the material shown during the conference by email? My address is patella@tecnologica.info
Reinaldo, can you write me your address? I wanted to discuss some issues with you about ADS
Patrizio Patella
- Wed Jul 19, 2017 9:48 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: JSON - request then decode
- Replies: 9
- Views: 3129
Re: JSON - request then decode
It returns Status 405, StatusText "Method not allowed" and there is no response text. A web search showed that this will occur if the JSON server does not accept PUT and requires a GET. So I made that change. Now I get 415 Unsupported media type .... Tim I got the same error with an async...
- Mon Dec 29, 2014 11:16 am
- Forum: All products support
- Topic: xbrowse to excel
- Replies: 6
- Views: 1825
Re: xbrowse to excel
Prova a eseguire FWNumFormat( 'E', .t. ) all'inizio del programma, dovrebbe cambiare la formattazione standard usata anche per Excel.
- Tue Jul 08, 2014 8:07 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Round function with problem - HELP
- Replies: 4
- Views: 639
Re: Round function with problem - HELP
BASE/1094 it's a argument error, one parameter passed to round is not numeric.
- Mon Jun 23, 2014 2:46 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Indexing time.
- Replies: 2
- Views: 670
Re: Indexing time.
The difference is the SysRefresh() function called a very large number of times.
- Thu Jun 12, 2014 9:36 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Leto DB experiences
- Replies: 4
- Views: 880
Re: Leto DB experiences
We tried it in 2010 and we quickly dismissed as too unstable.
- Wed Jun 04, 2014 9:02 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Slow RDD experiences
- Replies: 45
- Views: 8393
Re: Slow RDD experiences
This morning, I tested this through a vpn The difference in performance is not as clear as yesterday we have 60 seconds versus 75 I use a smaller table. Yesterday the differenze was 50% faster using that command This is the source code P.S. sometimes my posts do not appear in this group For reliabl...
- Wed Jun 04, 2014 7:28 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Slow RDD experiences
- Replies: 45
- Views: 8393
Re: Slow RDD experiences
It would be nice, but it would be extremely slow to find the first deleted record in a table with more than one million records unless you use a index with FOR Deleted() clause Hmm, are you saying you are unable to use any FOR clauses? Maybe you could create another database containing the record n...