Search found 281 matches: occur

Return to advanced search

mod Harbour booking - my new project

... html. Now we start with back end using mod harbor. It should actually be relatively fast. We will report here how we are doing and what problems occur. We probably also have to ask many questions. If anyone has any real interest in joining the project, please write to me. I am so thankful that ...
by Otto
Tue Jul 09, 2019 4:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: mod Harbour booking - my new project
Replies: 19
Views: 2561

Re: Error report (errsysw_.prg)

... Actually, I'm simply reporting more data that I found would be very helpful in understanding the cause of an error when they ( infrequently ) do occur. In fact, I find most errors today are usually due to some change in WIndows rather than a code error. I usually work off a very recent copy of ...
by TimStone
Fri Jul 05, 2019 6:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error report (errsysw_.prg)
Replies: 29
Views: 3135

Re: Error report (errsysw_.prg)

... ask it again. The suggestion is to NOT use errorsysw.prg. Why ? I took it and modified it to provide very useful information when an error does occur. That is what I link into my application. Using the default would limit the data I can get and that would not be helpful. So, why are you recommending ...
by nageswaragunupudi
Fri Jul 05, 2019 3:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error report (errsysw_.prg)
Replies: 29
Views: 3135

Re: Error report (errsysw_.prg)

... ask it again. The suggestion is to NOT use errorsysw.prg. Why ? I took it and modified it to provide very useful information when an error does occur. That is what I link into my application. Using the default would limit the data I can get and that would not be helpful. So, why are you recommending ...
by TimStone
Wed Jul 03, 2019 9:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error report (errsysw_.prg)
Replies: 29
Views: 3135

Re: Converting sample test of Tplan

... "DBFCDX" NEW  This results in the error that alias ROOMS not found. Whether using TDatabase or using direct DBF, this error is bound to occur, if an attempt is made to open these DBFs with different alias names. I downloaded TPlan zip. I have only sample01.prg in the zip. I modified ...
by nageswaragunupudi
Fri Jun 21, 2019 4:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Converting sample test of Tplan
Replies: 26
Views: 2868

A strange printing behavior

... many many years ). However, with all of your experiences with outputting to the windows print system, can anyone think of any reason this could occur ? Is there someting that tPrinter might expect the print system to respond that I could check, or any special characters that might prevent it ...
by TimStone
Tue May 07, 2019 7:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A strange printing behavior
Replies: 0
Views: 288

Re: Migrating TDatabase to FWH19.03's from FWH11.08 (Resolved)

... := TDataBase():new(cAlias, a_[i,2])         ...      endif  next  4. At this point RTE still occur. Now it's because :nArea is 0. How can I set :nArea without using :SetArea()? I do not wish to use :SetArea() because it assigns :cAlias and :cFile ...
by nageswaragunupudi
Sat May 04, 2019 11:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Migrating TDatabase to FWH19.03's from FWH11.08
Replies: 15
Views: 2105

Migrating TDatabase to FWH19.03's from FWH11.08

... := TDataBase():new(cAlias, a_[i,2])         ...      endif  next  4. At this point RTE still occur. Now it's because :nArea is 0. How can I set :nArea without using :SetArea()? I do not wish to use :SetArea() because it assigns :cAlias and :cFile ...
by hua
Thu May 02, 2019 9:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Migrating TDatabase to FWH19.03's from FWH11.08
Replies: 15
Views: 2105

Re: strategies

... Experian Forecasts the Top 5 Data Breach Predictions for 2019 4. Cloud Breach It's a matter of when, not if, a top cloud vendor breach will occur, compromising the sensitive information of major companies. The only question is how long it will take hackers to go to the cloud, affecting the ...
by Rick Lipkin
Sun Feb 24, 2019 5:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: strategies
Replies: 34
Views: 8824

Re: New FTDN May 2018 (FWH 18.05)

... other than ReadOnly columns. The edit dialog uses font of the column and is anchored to the active cell. - Enhancement: Runtime errors might occur when datasource is closed, while the browse is still active. This normally happens when dialogs are closed with valid clause closing datasource. ...
by Antonio Linares
Sun Jul 22, 2018 5:01 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN May 2018 (FWH 18.05)
Replies: 1
Views: 2807

Re: Latest FWH upgrade, performance issues, larger EXE

... W7-W10 Clients ? If the answer is yes .. you may be having OptLock problems on those specific networks and clients .. Optlock problems do not occur on every network and client run-time .. the problem seems random by client .. I have seen no problems with cbf\cdx on some networks and horrible ...
by Rick Lipkin
Sat Jul 21, 2018 10:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Latest FWH upgrade, performance issues, larger EXE
Replies: 27
Views: 5525

New FTDN May 2018 (FWH 18.05)

... other than ReadOnly columns. The edit dialog uses font of the column and is anchored to the active cell. - Enhancement: Runtime errors might occur when datasource is closed, while the browse is still active. This normally happens when dialogs are closed with valid clause closing datasource. ...
by Antonio Linares
Sat Jul 14, 2018 4:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN May 2018 (FWH 18.05)
Replies: 1
Views: 2807

Re: How to avoid [Can not create Dialog Box]

As others have mentioned it is usually due to a resource leak. It also can occur when a class is not found and this gets reported as "Cannot create dialog box" for some reason. If it is a resource leak, then it is also more likely to occur on computers ...
by James Bott
Thu Jun 21, 2018 9:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to avoid [Can not create Dialog Box]
Replies: 5
Views: 909

Re: Test for Vertical Scroll hits EOF xBrowse ( rao )

Rao Thank you for your sample .. I have two problems 1) eof can occur with the vertical scroll bar 2) eof can occur with the down arrow key In your example .. both scenarios create a new row and your logic works .. however, in the repair business there may ...
by Rick Lipkin
Fri Feb 09, 2018 6:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Test for Vertical Scroll hits EOF xBrowse ( rao )
Replies: 14
Views: 6522

Re: Saber si es AM o PM * SOLUCIONADO *

Rick, 12:00 does not occur three times in a 24 hour period. It can't be both AM and PM at the same time. Midnight is 12AM and noon is 12PM. 11:59:59 at night is PM. One second later it is 12PM. See also: What Do the Abbreviations AM ...
by James Bott
Wed Sep 27, 2017 2:47 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Saber si es AM o PM * SOLUCIONADO *
Replies: 11
Views: 2356
PreviousNext

Return to advanced search