topic
stringlengths
1
63
text
stringlengths
1
577k
10.3 xBrowse date display error
I just recompiled my program with FWH 10.3. Date fields are now displaying the date and then a time, ie. 03/30/2010 00:00:00:00 This is causing problems with the column sizing. Is there a setting or fix ?
10.3 xBrowse date display error
Immediate workaround is oCol:cEditPicture := '@D' The behavior is : In case of Harbour, if the ValType() is 'T', the value is shown along with time and if the ValType() is 'D', the value is shown as Date without timepart, if oCol:cEditPicture is undefined. In case of xHarbour, if HB_IsDateTime( <value> ) is true, the...
10.3 xBrowse date display error
FWH 10.3 xHarbour Professional November 2009 The code: add to oLbxo header "Due Date" data oWrkOrd:duedat ALIGN LEFT SIZE 100 The field is a date field drawn from the database. This is a new behavior starting with 10.3. Prior to this, xBrowse displayed the date with no problem, so there was apparently a change ma...
10.3 xBrowse date display error
Rao, I have never seen this caret syntax. {^ 2009/10/10} Does this automatically convert the value to a date format? James
10.3 xBrowse date display error
[quote="James Bott":3vi3wwgx]Rao, I have never seen this caret syntax. {^ 2009/10/10} Does this automatically convert the value to a date format? James[/quote:3vi3wwgx] Yes. This is the new way of writing Date / DateTime constants. Has been there for quite sometime. Now we can assign date constants to static varia...
10.3 xBrowse date display error
Rao, Now we can assign date constants to static variables easily. static tDate := {^ 2000/10/09 15:15:15 } Hmm, only for statics, not locals? What does valtype( tDate ) return? James
10.3 xBrowse date display error
[quote:28ifsv6r]Hmm, only for statics, not locals?[/quote:28ifsv6r] We can use it anywhere. Earlier there was no way of initializing static variables with datevalues. Now we can. Thats what I was trying to emphasize. In Harbour, ValType of DateTime variables is 'T' and pure date ( without time-part ) is 'D'. In xHar...
10.3 xBrowse date display error
Mr. Tim The xHarbour function HB_isDateTime( <var> ) is expected to return .f. when the date variable does not have timepart and .t. when the variable has timepart also. Several versions back, XBrowse used HB_IsDateTime() to ascertain whether the variable has time-part or not. But in some versions of xHarbour, there ...
10.3 xBrowse date display error
It may not be out of place to mention a few hints to take the best advantage of XBrowse's built-in capabilities. If we use the syntax, XBROWSE .... COLUMNS 'col1', 'col2' ... ALIAS <calias> or OBJECT <dataobj>, XBrowse extracts the exact information about the datatype, datalen and datadec from the DbStruct() or oData:...
10.3 xBrowse date display error
Rao, [quote:e2of2cf0]If we use the syntax, XBROWSE .... COLUMNS 'col1', 'col2' ... ALIAS <calias> or OBJECT <dataobj>,[/quote:e2of2cf0] Can you explain in more detail about using the OBJECT clause, perhaps by providing an example. I am particularly wondering about how you would specify only some fields--not all field...
10.3 xBrowse date display error
I am adding PICTURE "@D" to my xbrowses that use a date. When I first started coding with xbrowse it did not automatically format the fields correctly, so I did it this way. Eventually I may be able to revise the code but there is too much to do at this time. The PICTURE statement is a quick fix for now.
10.3 xBrowse date display error
I'm using Nov 2009 which was the last comprehensive build ... non-beta. When running your test function, it returns .t. Tim
10.3 xBrowse date display error
[quote="TimStone":2nqezu8t] When running your test function, it returns .t. Tim[/quote:2nqezu8t] This is a bug. It should return .f. . HB_IsDateTime( DateTime() ) should return .t. and HB_IsDateTime( Date() ) should return .f.. This was fixed in subsequent versions of xHarbour and XBrowse 10.3 works same way as earlier...
10.3 xBrowse date display error
[quote="James Bott":12rmi30l]Rao, [quote:12rmi30l]If we use the syntax, XBROWSE .... COLUMNS 'col1', 'col2' ... ALIAS <calias> or OBJECT <dataobj>,[/quote:12rmi30l] Can you explain in more detail about using the OBJECT clause, perhaps by providing an example. I am particularly wondering about how you would specify on...
10.3 xBrowse date display error
Mr TimStone It is desirable to modify FWH library to retain compatibility with the xHb version (Nov 2009) than your modifying your source code. Can you help by testing this small sample with your version of xHb ? [code=fw:15bw2fq5]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00...
10.6 installer
Hi, I want the installer of the version 10.6 to verify what changes I made through all these years. Im planning to update to the latest version. PS.: I have the rights of 10.6 version acquired with the brazilian partner Gilmer.
10.6 installer
Samir, Already sent to your email
10.7 GetApps.Prg Linking errors
I got this error with buildh getapps [code=fw:1m6zc7d2]<div class="fw" id="{CB}" style="font-family: monospace;">Compiling...<br />Borland C++ <span style="color: #000000;">5.82</span> <span style="color: #00C800;">for</span> Win32 Copyright <span style="color: #000000;">&#40;</span>c<span style="color: #000000;">&#41;...
10.7 GetApps.Prg Linking errors
Dear Rao, Please change this line in GetApps.prg: DWORD processId = 0; Also, you have to link in samples\buildx.bat: echo %bcdir%\lib\psdk\psapi.lib + >> b32.bc
100 Days FiveWin
hi, thx for Answer. [quote:27iyuzf4]When you have downloaded your Fivewin software version, you have also found the download links for the latest versions of Harbour built for the Borland and MSVC compilers.[/quote:27iyuzf4] i have got that Link and Download FiveWin. after unpack i saw no harbour, BCC or MinGW and n...
100 Days FiveWin
hi, since 100 Days i have FiveWin but it is hard to start for a FiveWin Newbie. it is not "out-of-box" working ... you need harbour (with MSVC LIB) and BCC i have download harbour but it does NOT include \MSVC so i guess i can't use any VC Sample. <!-- s:( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":(" title="Sad...
100 Days FiveWin
Dear Jimmy When you have downloaded your Fivewin software version, you have also found the download links for the latest versions of Harbour built for the Borland and MSVC compilers. [img:1i3gv2h8]https&#58;//i&#46;postimg&#46;cc/ZnJYTd5s/Fivetech&#46;png[/img:1i3gv2h8] Also, you have previous versions of Harbour in <...
100 Days FiveWin
Many of us use the latest Community version of Visual Studio. It is free. Also use the latest Harbour for MSVC from the FiveTech downloads page. With those two installed, I use a GO32.bat: [code=fw:2b0p9oje]<div class="fw" id="{CB}" style="font-family: monospace;"><br />@set oldpath=%path%<br />@set oldinclude=%in...
100% cpu when printing
Hi All, the sample below puts the CPU at 100% with FWH 27 (March 06) - xH 0.99.60 - Bcc 5.5 The time consuming process is not "oPrn:Say()", but "PAGE/ENDPAGE" Does this happens with latest FWH also ? How can this be solved ? Thanks, Davide [code:1x6800o6] #include "Fivewin&#46;ch" function Main&#40;&#41; // Test...
100% cpu when printing
Try using [code:3utylkn5]HB_IdleSleep&#40; 0&#46;001 &#41;[/code:3utylkn5] instead of SysRefresh(). Anyway the process will be slowed down and I don't know if it worth the while. EMG
100% cpu when printing
Enrico, [quote:3vke38sd]Try using HB_IdleSleep( 0.001 )[/quote:3vke38sd] Does this means that latest FWH do have the same behaviour ? HB_IdleSleep() is not applicable because the sample runs for 2 minutes instead of 10 seconds. Thank you, Davide
100% cpu when printing
[quote="Davide":213dg0tg]Enrico, [quote:213dg0tg]Try using HB_IdleSleep( 0.001 )[/quote:213dg0tg] Does this means that latest FWH do have the same behaviour ?[/quote:213dg0tg] Yes. [quote="Davide":213dg0tg]HB_IdleSleep() is not applicable because the sample runs for 2 minutes instead of 10 seconds.[/quote:213dg0tg] ...
100% cpu when printing
[quote="EnricoMaria":1umyleki]Try Sleep( 1 ).[/quote:1umyleki] YES!, this one works much better. It still slow down the process, but I can call it just before PAGE and after ENDPAGE (and the real life is not like the sample above). Maybe it could be added to Printer.Prg - What do you think ? - Do you see any contrain...
100% cpu when printing
[quote="Davide":32yyq5qi][quote="EnricoMaria":32yyq5qi]Try Sleep( 1 ).[/quote:32yyq5qi] YES!, this one works much better. It still slow down the process, but I can call it just before PAGE and after ENDPAGE (and the real life is not like the sample above).[/quote:32yyq5qi] Or you may call it each n iterations. [quot...
100% cpu when printing
[quote="EnricoMaria":1vw61j33]I don't know. The 100% CPU behavior has never been a problem for me. I prefer maximum speed of print generation process.[/quote:1vw61j33] unless you want to install your application on a Terminal Server. If different users print simultaneously the server may sit down ...
100% cpu when printing
Agreed. But we have just seen how to deal with that situation. <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> EMG
10K entries in forum
I couldn't resist <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) -->
10K entries in forum
+1 Congratulations to all the friends and members of these forums <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
11.07 Build Error MSVC
Using FWH 11.07 with my build ( from Antonio last month ) of the Microsoft version of Harbour, yields the following error: FiveH32.lib(GETTASKS.obj) : error LNK2019: unresolved external symbol _GetModuleFileNameExA@16 referenced in function _HB_FUN_GETWINDOWMODULEFILENAME Solution ? Tim
11.07 Build Error MSVC
Tim, You have to link psapi.lib also: In samples\buildh32.bat echo %sdkdir%\lib\psapi.lib >> msvc.tmp
11.10 & xBuilder
I notice there are several threads about problems with FWH 11.10 and xBuilder ( plus some other builds ). The solution was supposedly to add a new send32.lib to our builds. I tried this and still had program shut downs when trying to modify a get within a folder. I know the problems exist in other areas also. The r...
11.10 & xBuilder
Tim, We posted several fixes for method GoNextCtrl() that was the one using SendKey() and where the bug was coming from. I email you the most recent libs so you can try them <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
11.10 & xBuilder
[quote:1it9esul]I would appreciate having FWH support the xHarbour.com product for awhile longer.[/quote:1it9esul] Antonio, I agree 100% with Tim. Regards, George
11.10 & xBuilder
I did download the file - twice - but the program still throws an error when trying to change a get value in a dialog on a folder page. It is not exactly a simple edit. Once the value is changed, a function is called to perform a calculation: Example: REDEFINE GET oDlarTim VAR oDlar:labtim BITMAP "TFIND" PICTURE "9...
11.10 & xBuilder
I totally agree, and I could work with the 11.09, I had to go back and solve my problems with the 10.10 And really, I have the water to the neck, my clients need solutions and I'm late with the development, and at this point I must give something functional, even without the new features of the FWH11.10 Once a day, loo...
11.10 & xBuilder
Tim, Oscar, Just to double check that Method GoNextCtrl() may be the cause for these troubles, please copy that method from 11.09 into 11.10 and try you code again, thanks Also, if you could provide an example to reproduce it, that would help very much, thanks
12.07 build errors
New errors with 12.07 when linking: With xHarbour ( .com ) __iob from FiveHMX.lib ( unresolved External ) With MSVC _HB_FUN_HB_COMPILEFROMBUF ( unresolved External ) How are these resolved ? Thanks. Tim
12.07 build errors
Tim, What is the complete error for With xHarbour ( .com ) __iob from FiveHMX.lib ( unresolved External ) ? it may report the name of the module that uses it. thanks
12.07 build errors
unresolved extrernal symbol '__iob referenced from FiveHMX.lib( HARBOUR.obj)'.
12.07 build errors
We must be very grateful to Antonio who have the patience to help us with external products like xHarbour.com. I think that xHarbour.com should provide assistance to its customers, not Antonio. EMG
12.07 build errors
The function HB_CompileFromBuf() is available only in Harbour. Not available in XHarbour or XHb. This function is called by the new Execute(..) function in harbour.prg. But this is included only harbour build but not xharbour (org) build.
12.07 build errors
I have no problem with the reasoning, but while I complete the transition for my clients, it would be nice to be able to exclude that new function. Also, I posted a missing file for the Harbour / MSVC compiler builds. I am in total agreement that we should move to Harbour / MSVC ... thats why Antonio and I worked out...
12.07 build errors
[quote="TimStone":9ahq5pdb]I am in total agreement that we should move to Harbour / MSVC[/quote:9ahq5pdb] Why do you want to make that move? Do you have a concrete reason to do it? I have a pair of it to [b:9ahq5pdb]not[/b:9ahq5pdb] do it: the bad attitude of the Harbour developers and their lack of respect for back c...
12.07 build errors
Tim, Please link hbcplr.lib for hb_CompileFromBuf() with MSVC and Harbour Regarding __iob With xHarbour ( .com ) __iob from FiveHMX.lib ( unresolved External ) it seems as caused by this function recently added to harbour.prg FREOPEN_STDERR(). So it should get solved if we extend the #ifndef __XHARBOUR__ section: [...
12.07 build errors
Hi, Antonio provides very good support. Other xBase companies can´t say the same... For FWH and FWHX the best compilers are BCC and MSVC. Viktor and others prefer gCC, but they are not focused on Windows apps. In fact, BCC will be available in 64 bits next september: <!-- m --><a class="postlink" href="http://edn.em...
12.07 build errors
hi all Missing function calpos() used in TFOLDEX bye
12.07 build errors
Mauri, Doing a FWH\samples\buildh.bat testfx1 builds fine and executes fine. How to reproduce what you say ? thanks
12.07 build errors
Antonio I run: buildh testfx1 I got this error: _HB_FUN_CALPOS unresolved external reference from c: \ FWH \ LIB \ FIVEH.LIB | tfoldex. I rebuilt the library FIVEH.LIB because there was no function: Browse () I have not found the source of the function. bye
12.07 build errors
Hello the function CalPos() is a internal function, you need use the original fivewin lib...
12.07 build errors
Mauri, Browse() is inside FWH\sources\function\browse.prg Please check if you have this file
12.07 build errors
hi Antonio The browse function is present between the source functions, but not in the library of the package FWH. The program scintila.prg I changed the line 1147 # include ". \ .. \ include \ scintila.h" in # include "\ FWH \ include \ scintila.h" The program filename.prg I modified the function: cTempFile if ! ...
12.07 build errors
Enrico, Regarding two of your comments. 1) I only use an older version of xHarbour for some issues that my clients have with older versions of software, like an older server version of ADS. Antonio has been very gracious to keep the updates compatible with the xHarbour.com. If that became difficult for him to do, ...
12.07 build errors
[quote="TimStone":2fszxurh]2) I have moved to Harbour and MSVC for several reasons. Antonio works closely with the Harbour people, and he writes all of his code to Harbour. I switched from xHarbour.com because there seemed to be no activity ( development ) there any logner.[/quote:2fszxurh] First, I sadly agree on ...
12.07 build errors
Enrico, Antonio did a great comparison in a previous thread of all the compilers ... what they can, and cannot, do. There were also several other threads that discussed this in depth. I can't relate to BCC because I don't use it. I last used it in the very earliest days of the Harbour Project. That's a lot of y...
12.07 build errors
Mauri, It is included in the FWH makefile: PRG = \ ACTIVEX.PRG \ ALERT.PRG \ BAR.PRG \ BARTABS.PRG \ BITMAP.PRG \ BLOCK.PRG \ BROWSE.PRG \ <== Here ! BRUSH.PRG \ ... have you recompiled FWH yourself ?
12.07 build errors
Mauri, Included you function cTempFile() fix this way: [code=fw:3ovagldc]<div class="fw" id="{CB}" style="font-family: monospace;">   <span style="color: #00C800;">if</span> ! Empty<span style="color: #000000;">&#40;</span> cExtension <span style="color: #000000;">&#41;</span> .and. ! <span style="color: #ff0000;">"....
12.07 build errors
Antonio, Unfortunately I was not able to get the "fix" you gave me for my original problem ( the hb_func ) to compile. It didn't like the stdio.h from xHB, and it reported an IF error with the hb include file. Will you have a fix for this issue in 12.08 ? For now I had to do the xHb builds with FWH 12.06, and I can...
12.07 build errors
Tim, Do you mean the unresolved extrernal symbol '__iob error ?
12.07 build errors
Antonio, Sorry for the delay. Yes it is the __iob error. I took the code you provided, put it in a .prg file, and linked it to the program ... except it wouldn't link. It did not like the .h files. Tim
12.07 build errors
Did I miss a fix for this ?
12.07 build errors
Tim, The fix that I proposed here has to work fine, I think you implemented it wrongly. Here you have the complete harbour.prg [code=fw:19f0u3zv]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"error.ch"</span><br /><span style="col...
12.07 build errors
Thank you. That worked out. Tim
12.10 ?
I was wondering if there would be an October update ? I am asking because I just encountered a problem with erratic xbrowse behavior in a folder. I have to check it further so I can't give specifics yet. However, I am operating with files that Antonio provided as a supplement to 12.9. Thank you.
12.10 ?
Tim, We are delayed cause recent FiveWeb development, but it is ready and we will publish it this next week <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
13.08 Error w/ xHarbour ( .com ) vmPushSize
Building with xHarbour (.com ) and 13.08. The following error occurs: _hb_vmPushSize Unresolved External symbol
13.08 Error w/ xHarbour ( .com ) vmPushSize
Tim, Please add this function to your app: [code=fw:3tut9n9n]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#pragma</span> BEGINDUMP<br /><br /><span style="color: #00D7D7;">#include</span> <hbapi.h><br /><br />void hb_vmPushSize<span style="color: #000000;">&#40;</span>...
13.08 Error w/ xHarbour ( .com ) vmPushSize
We are publishing a revised FWH 13.08 that solves it <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
13.08 Error w/ xHarbour ( .com ) vmPushSize
The function you posted worked. I just rebuilt with the latest 13.08 download, without the additional function, and it built normally. Thank you.
13.08 Error w/ xHarbour ( .com ) vmPushSize
Tim, thanks for your feedback <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
13.08 Error w/ xHarbour ( .com ) vmPushSize
Hey Tim, [quote="TimStone":3ovu6jq9]I just rebuilt with the latest 13.08 download, without the additional function, and it built normally. [/quote:3ovu6jq9] Is this with latest xHarbour Builder posted yesterday? Thanks! <!-- s;-) --><img src="{SMILIES_PATH}/icon_wink.gif" alt=";-)" title="Wink" /><!-- s;-) --> Patrick
13.08 Error w/ xHarbour ( .com ) vmPushSize
No ! Its with the latest FWH 13.08 updated release. Sadly, I had to make a few "business decisions" regarding ongoing expenses, and the ROI for xHarbour ( .com ) was not sufficient to continue the subscription. So, I'm using the build from 8/21/2010. At the time all of the work seemed to be going into the Visual xH...
1402 PRINTER oPrn NAME ""Cuentas"" PREVIEW MODAL
Estimados amigos: Gracias Antonio. Me funciona bien con la clausula MODAL pero si no la coloco y se incrusta en la ventana se ve mal, estirado para los costados. Gracias y saludos.
1402 PRINTER oPrn NAME ""Cuentas"" PREVIEW MODAL
[quote="RDFernandez":1usgoxy7]Estimados amigos: Gracias Antonio. Me funciona bien con la clausula MODAL pero si no la coloco y se incrusta en la ventana se ve mal, estirado para los costados. Gracias y saludos.[/quote:1usgoxy7] Se sabe algo de este error? Acabo de actualizar a FWH 1402 y el preview se ve estirado a ...
1402 PRINTER oPrn NAME ""Cuentas"" PREVIEW MODAL
rpreview.prg linha 1477 if ! ::lZoom .and. ! lInit // ::Zoom( .T. ) // anular esta line endif esta linha
1402 PRINTER oPrn NAME ""Cuentas"" PREVIEW MODAL
[quote="Sistem":x6z24oko]rpreview.prg linha 1477 if ! ::lZoom .and. ! lInit // ::Zoom( .T. ) // anular esta line endif esta linha[/quote:x6z24oko] Muchísimas gracias, funcionó perfecto.
15.01 problem with rpreview
I have a problem on Win xp with rpreview . I Know lListViewHide but the problem is not on zoom page but when I show the page on orizontal [img:3pjzms5o]http&#58;//www&#46;eoeo&#46;it/wp-content/uploads/2015/03/rprev&#46;jpg[/img:3pjzms5o] how I can resolve it ?
15.02 BUTTONBARs
It is possible to specify almost any image file as a bitmap for btnbmp and so buttons on the buttonbar, eg. bmp, png, ico, gif, jpg, etc (acceptable by freeimage). Larger image files will be reduced to fit the buttonsize, if necessary. It is also possible to specify a bitmap handle of memory buffer of an image. In add...
15.02 BUTTONBARs
Mr Rao, thanks
15.02 BUTTONBARs
nages ... [code=fw:27ytct46]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br /><span style="color: #00C800;">METHOD</span> CreateButtons<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span> &nbsp;<span style="color: #00C800;">CLASS</span> TXBrwColumn<br /><br />&nbsp;....
15.02 BUTTONBARs
[quote="mastintin":1xeuos31]nages ... [code=fw:1xeuos31]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br /><span style="color: #00C800;">METHOD</span> CreateButtons<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span>  <span style="color: #00C800;">CLASS</span> TXBrwCo...
15.02 BUTTONBARs
ok ... nages in tgdiplus this change is hight recomendable... [code=fw:2ysy39yt]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">METHOD</span> <span style="color: #00C800;">New</span><span style="color: #000000;">&#40;</span> cFile , cResname <span style="color: #000000;"...
15.02 BUTTONBARs
Thank you for all your help. I would like to be in touch with you by personal email for further work on gdiplus.
15.09 Menu problem still
I know there was another thread on menus with 15.09 but there appears to be no resolution. Specifically, using a menu on a button bar, the first level displayed is fine. However, a submenu does not inherit the font of the first one. In my case, it is much larger and poorly spaced: MENU MENUITEM "Abc" MENUITE...
15.09 Menu problem still
Tim We are doing many tests and adjustments to not happen again and maintain compatibility with previous versions of the FWH 15.05. This issue is practically resolved Thank you and sorry for the inconvenience
15.09 Menu problem still
If you can get it resolved soon, perhaps Antonio can issue a Build 3 of 15.09 with the fix. Thank you.
15.09 Menu problem still
Tim You will not have to wait long We are also reconciles with the theme of Unicode Please <!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=16&t=31378&p=182461#p182461">viewtopic.php?f=16&t=31378&p=182461#p182461</a><!-- l --> Thanks
15.09 Menu problem still
FWH1509 Build 3 please. <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) -->
15.09 Menu problem still
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=16&t=31378&p=182709#p182709">viewtopic.php?f=16&t=31378&p=182709#p182709</a><!-- l -->
15.09 Menu problem still
Hi Antonio, just to inform you there is also a further problem to fix on the menu with 15.09 build 2: the menu items on the right disappear moving the mouse on the left. Consider I'm working on a cloud environment. See video: <!-- m --><a class="postlink" href="http://www.softwarexp.co.uk/beta/test/test.html">http://w...
15.09 Menu problem still
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=16&t=31378&p=182736#p182736">viewtopic.php?f=16&t=31378&p=182736#p182736</a><!-- l -->
15.1.2015 Facturae 3.2 ¡ obligatorio !
Hola, En España, a partir del 15.1.2015 las AAPP sólo admitirán facturas electronicas firmadas version 3.2. (<!-- m --><a class="postlink" href="http://www.facturae.gob.es/que-desea/Paginas/administraciones-publicas.aspx">http://www.facturae.gob.es/que-desea/Pa ... licas.aspx</a><!-- m --> ) ¿ Alguna idea de por donde...
15.1.2015 Facturae 3.2 ¡ obligatorio !
¿ Sólo yo en España tengo que tener un programa para generar facturae 3.2 firmada ? Me voy ahora mismo a hablar con el gobierno... se van a enterar <!-- s:wink: --><img src="{SMILIES_PATH}/icon_wink.gif" alt=":wink:" title="Wink" /><!-- s:wink: -->
15.1.2015 Facturae 3.2 ¡ obligatorio !
¡Dales caña! Lo cierto es que yo voy con bastante retraso ... aunque después de las prisas en meter el SEPA y ver que la mayoría de mis clientes siguen enviando normas 19, 32 y 58 como si nada ... <!-- s:shock: --><img src="{SMILIES_PATH}/icon_eek.gif" alt=":shock:" title="Shocked" /><!-- s:shock: --> <!-- s:shock: -...
15.1.2015 Facturae 3.2 ¡ obligatorio !
Yo también tengo el tema bastante parado. Como dice Ángel, como después pase igual que con el sepa, es para afilar cuchillos. En algunas administraciones, ya sólo aceptan facturas electrónicas. Pero no tienen todavía definido si usar 3.1 o 3.2, y lo que es mas importante, todavía no tienen definido que formato de fir...
15.1.2015 Facturae 3.2 ¡ obligatorio !
Estimados amigos, ¿Qué tal lleváis el tema de la factura electrónica? ¿Qué herramientas habéis decidido usar? La aplicación factuae, firma con el estandar XadES y parece que va a ser el estandar en España. Como ya comenté en el anterior post, tiene línea de comando, pero en las ultimas versiones tienes ejecutar fact...