Search found 378 matches: happening

Return to advanced search

Re: Onedrive

... can no longer be compatible with new OS features, it will not ve upgradeavble. This is what Apple does, and you will see more and more of this happening with Windows. The result will be to offset OS size increases caused by new features by simply not including legacy code that does not have ...
by TimStone
Sun Jul 26, 2020 7:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Onedrive
Replies: 9
Views: 1496

ERROR XBROWSE + Empty TARRAYDATA object

... content of a TARRAYDATA object( oArr ). IF i do oArr:SetFilter(" status = 1") and there is no records in oArr with status = 1 , there is happening the error bellow: Error description: Error BASE/1132  Bound error: array access   Args:     [   1] = A   { ... }     [ ...
by vilian
Fri Jul 03, 2020 12:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ERROR XBROWSE + Empty TARRAYDATA object
Replies: 5
Views: 680

Re: Editsource() Problem

Thanks Marcos,
But, as I say before. the problem is happening because I'm using clausules ORDER and LIMIT. IF I remove then everything is fine.
by vilian
Fri Jun 05, 2020 10:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HBMK2 Problem linking
Replies: 49
Views: 5341

HBMK2 Problem linking

...   := { |oRec| ManTab( oRec,"M") }oBrw:EditSource( .t. ) When oBrw:EditSource( .t. ) is Run, there is happening an error with this message: 04/06/2020 13:45:05: FWMARIACONNECTION:EXECUTE_SQL( 6163 ) cCallStack( "<-", 3 ) = "FWMARIACONNECTION:EXECUTE( ...
by vilian
Thu Jun 04, 2020 5:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HBMK2 Problem linking
Replies: 49
Views: 5341

Re: How to use HBMK2

... Just one more question (for now :D )... after the build using hbmk2, our exe started to show a dialog right after initialization. Do you what is happening? could it be a missing parameter? https://imagizer.imageshack.com/img924/655/COd1sc.png thanks for yout time!
by ricbarraes
Thu May 28, 2020 12:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to use HBMK2
Replies: 12
Views: 1197

xBrowse: Avoid long numbers converted to scientific notation

Hi, I have a col with long numbers, e.g. 119200075708 After exporting to excel from xbrowser, it ends up as 1.192E+11 How to prevent that from happening? https://i.postimg.cc/FKwqJRjw/xbrowse.png TIA p.s. I just noticed all the numbers in "Inv Num." column are converted ...
by hua
Sat May 02, 2020 8:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse: Avoid long numbers converted to scientific notation
Replies: 2
Views: 409

Re: New lLock parameter problem in EditBaseRecord() for MariaDB

I don't understand what is happening. I did not get your mail
by nageswaragunupudi
Sun Apr 12, 2020 8:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: lLock par. problem in EditBaseRecord() for MariaDB - SOLVED
Replies: 38
Views: 4540

Re: New lLock parameter problem in EditBaseRecord() for MariaDB

Mr. Hakan. Please skip the previous postings. Let us find out where is the problem. Let me understand what is happening with your server, by doing these small tests: 1) First connect to your server. Then please execute this code: ? oCn:cServerInfo? oCn:IsMariaDB? oCn:in_transaction  ...
by nageswaragunupudi
Tue Apr 07, 2020 11:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: lLock par. problem in EditBaseRecord() for MariaDB - SOLVED
Replies: 38
Views: 4540

Re: How to Convert RTF to PDF

... that I got some tables in the RTF File, and I don't know why the convertion to PDF is affecting the columns alignment. Does anybody know what's happening? RtfToPdf(cNovo)FUNCTION RtfToPdf( cRTF, cPDF, lOpen )LOCAL oWnd, oRtf, cTxt := ""   IF Empty( cRtf ) .or. ...
by ricbarraes
Wed Mar 11, 2020 9:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to Convert RTF to PDF
Replies: 11
Views: 1849

Re: DigitalPersona SDK

... I need. I'm creating the object DPFPVerification from this way: oTem := CreateObject("DPFPShrX.DPFPTemplate") The problem is happening when I try to do this: oTem:DESERIALIZE( oRec:Bio ) I think it's is happening because oRec:Bio is a BLOB Field, and Deserialize() ...
by vilian
Thu Feb 06, 2020 7:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DigitalPersona SDK
Replies: 25
Views: 3395

Re: DigitalPersona SDK

... this error: (DOS Error -2147352567) WINOLE/1007  Tipo de variável incorreto. (0x80020008): DPFPShrX.DPFPTemplate.1 I think it's happening because field BIO is an ARRAY OF BYTES that I saved in a BLOB field.
by vilian
Thu Feb 06, 2020 1:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DigitalPersona SDK
Replies: 25
Views: 3395

Excel Saveas error

... 0called from: ../../../apache.prg, EXECUTE, line: 101called from: ../../../apache.prg, MAIN, line: 46  Has someone an idea of how this is happening ? Thanks a lot in advance Massimo
by Massimo Linossi
Wed Nov 20, 2019 3:56 pm
 
Forum: mod_harbour
Topic: Excel Saveas error
Replies: 2
Views: 583

Stranger chars

... Do you know why it's happening ?
by vilian
Mon Oct 14, 2019 11:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Stranger chars
Replies: 0
Views: 382

Re: Using C# (and .NET) from FWH not working(?)

... .DLL, but it's not working. I tried a really simple code as suggested above, but I'm receiving some error messages, and I can't figure out what is happening. C# function in capture.dll using System.Linq;using System.Text;using System.Threading.Tasks;namespace capture{    public class ...
by ricbarraes
Tue Jul 30, 2019 9:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using C# (and .NET) from FWH not working(?)
Replies: 33
Views: 4385

Re: What does this syntax mean? hHead := {=>}

Thank you Enrico,

I fixed what you said, But still happening the same error.
by vilian
Wed Jul 03, 2019 9:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: What does this syntax mean? hHead := {=>}
Replies: 11
Views: 1371
PreviousNext

Return to advanced search