Search found 281 matches: occur

Return to advanced search

Re: Database - 17.07 - Problems

I tried to edit TDatabase version 17.07 in this way

Code: Select all  Expand view

PROCEDURE td_destroy() CLASS TDataBase

//   ::End()

RETURN
 


and my problem does not occur. Does it also apply to other problems?
by Diego Decandia
Fri Sep 01, 2017 9:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Database - 17.07 - Problems
Replies: 84
Views: 13479

Blur?

... dialog( get or read data ), back to to first dialog. First dialog background have second dialog background like blur. This problem does not occur in all users. Sometimes or for a long time to appear. I want to know it's FWH problem or computer device problem? Now, I test fwh1312 got problem. ...
by richard-service
Tue Aug 29, 2017 8:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Blur?
Replies: 2
Views: 606

Re: Database - 17.07 - Problems

... from 17.06, and ALL OTHER libs are from 17.07, the problem goes away. If the problem were in some other class or function, this would not occur because they all still have the 17.07 changes. 5) The focus needs to be on the CHANGES from 17.06 to 17.07 in database.prg
by TimStone
Thu Aug 24, 2017 6:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Database - 17.07 - Problems
Replies: 84
Views: 13479

Re: Database - 17.07 - Problems

... the code that shows the problem so I can address it with changes to TData. If you can find the section of code in your program where the problem occurs, that will help. Better yet, if you can write a small test program, that would help even more. There is also another possibility and that is ...
by James Bott
Thu Aug 24, 2017 2:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Database - 17.07 - Problems
Replies: 84
Views: 13479

Re: Database - 17.07 - Problems

... ( database.prg ). I linked the 17.06 database.prg with my source code, and the FWH 17.07 libraries, and the problem I am tracking did not occur. With repeated testing, it still does not appear. However, with 17.07 database.prg ( in the library ), it happens every single time. So the ONLY ...
by TimStone
Thu Aug 17, 2017 3:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Database - 17.07 - Problems
Replies: 84
Views: 13479

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 ...
by Patrizio
Wed Jul 19, 2017 9:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: JSON - request then decode
Replies: 9
Views: 3870

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
by TimStone
Tue Jul 18, 2017 3:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: JSON - request then decode
Replies: 9
Views: 3870

Re: ADSCDX/5035 The requested lock culd not be guaranted.

The requested lock could not be granted. The file or record may be locked by another user. This error can also occur when using the Advantage proprietary table type (ADTs) and the current record has been deleted. Linux Note If using a pre-2.4 kernel, it is possible to get this ...
by russimicro
Fri Jun 23, 2017 12:21 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ADSCDX/5035 The requested lock culd not be guaranted.
Replies: 6
Views: 979

Re: Menuwidth

... there is no function to refresh the menu. There is no information in the windows documentation about it. But I'm still with it This problem only occur with menu bar, not with popupmenu ( These menus are created and destroyed every time ) Regards #include "Fivewin.ch"//----------------------------------------------------------------------------////// ...
by cnavarro
Mon Jun 05, 2017 1:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Menuwidth
Replies: 12
Views: 2823

Re: Warning, MS Edge copy problem

... do that at MSFT. Their focus ( as stated in Satya's memos to staff ) is "creativity" even when it fails to work. The problem does not occur if you use Internet Explorer, so you will need to use that browser on this forum if you wish to copy code. You will then see there is no problem ...
by TimStone
Fri May 19, 2017 3:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Warning, MS Edge copy problem [Fixed]
Replies: 8
Views: 1391

CRYSTAL REPORT need help (Passing parameter)

Dear All, I need to use CRYSTAL REPORT XI but I cannot run the sample program from Fernando González Diez's sample. I occur an error as picture. I use xHB, FWH1612, BCC7 and CR XI. https://s14.postimg.org/46o9080nl/CR11error.png image hosting // Our first Window in ...
by dutch
Wed Apr 12, 2017 3:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CRYSTAL REPORT need help (Passing parameter)
Replies: 2
Views: 628

Re: Plotting locations on Google Maps

... == "OK" OR you can put a try catch Anyway here is one of the methods to consider to gracefully control the run time error which may occur if the searched address is not found by Google. #Include "FiveWin.ch"//-----------------------------Function Main()    Local ...
by anserkk
Fri Mar 10, 2017 4:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Plotting locations on Google Maps
Replies: 48
Views: 15044

A Very Strange Problem

... I first discovered it in 16.12. Rebuilding in 16.11 DOES NOT give the same result. I cannot replicate the problem on my computer, but have seen it occur on two of my clients' computers. It only occurs in one area of the application. I have a multi-folder dialog. There is a button bar on the top ...
by TimStone
Thu Dec 29, 2016 8:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Very Strange Problem
Replies: 10
Views: 2657

Re: FWH 16.12 : Display Seek values in Header Search Bar

... using a MENUITEM with a button. My guess is that there is a font issue ( perhaps a value not unique that is crossing between the two ). It doesn't occur on all menuitems on button bars, but in some cases when making a menu button, it will occur. Yes, it is consistent. Tim
by TimStone
Mon Dec 26, 2016 10:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 16.12 : Display Seek values in Header Search Bar
Replies: 31
Views: 9643

Re: New FWH 16.12

Using xbrowse I set a column cHeader value to the desired header, and in multiword headers I would add a CRLF where I wanted the wrap to occur. This used to work just fine. For example I could specify "File" + CRLF + "Name", which would then display wrapped: File Name With ...
by rhlawek
Thu Dec 22, 2016 10:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 16.12
Replies: 7
Views: 1525
PreviousNext

Return to advanced search