Search found 26 matches: mistaken

Return to advanced search

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

... exist it will be auto added hPerson["name"] := "Mike" // in xHarbour, you can write this as hPerson:name but if I'm not mistaken such notation won't auto create non-existent key hPerson["gender"] := "M" AddToDbf(hPerson)
by hua
Wed Jul 03, 2019 3:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: What does this syntax mean? hHead := {=>}
Replies: 11
Views: 1344

Re: ArrayIncrFilter

if I'm not mistaken, you can not restore the rows because they have been removed (you can easily check this by debugging your system and browse instance). Then you have to reassign with oBrw:setArray(...) XBrowse's incremental ...
by nageswaragunupudi
Wed May 30, 2018 5:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ArrayIncrFilter
Replies: 12
Views: 1727

Re: ArrayIncrFilter

... wrote little information. What information are you filtering on the browse? How did you define the browse lines? addRow or SetArray ... if I'm not mistaken, you can not restore the rows because they have been removed (you can easily check this by debugging your system and browse instance). Then ...
by Eric.Developer
Wed May 30, 2018 4:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ArrayIncrFilter
Replies: 12
Views: 1727

Re: ADO RDD xHarbour

Gunther,

The SELECT used in adoreccount if im not mistaken supplied by you its the only difference between MySql and MsSQL.

Try to change ti to SELECT MAX(... and check results.
by AHF
Thu Nov 05, 2015 12:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 446057

Re: CURSOR question

James Bott wrote:2) Maybe try adding a sysrefresh() right after CursorWait()


James, if I'm not mistaken a sysrefresh() will cancel out CursorWait(). It would be like calling CursorArrow(). In fact any update to the screen will cancel out CursorWait()
by hua
Tue Aug 11, 2015 7:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CURSOR question
Replies: 4
Views: 916

Re: SQL - advice

... with myself the pros and cons of moving from ADS to MS-SQL. I think the major CON is the price for bigger customers -or bigger db. If I'm not mistaken the MSSQL express version (the one that is free) works for up to 30gigs of data and after that you'd have to install the paid-for SQL. If this ...
by reinaldocrespo
Tue Mar 10, 2015 1:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SQL - advice
Replies: 9
Views: 2366

Re: Access tables and databases size limitation

... databases per instance. Here is my Compact and Repair utility for Ms Access that can be incorporated into any FiveWin ADO Application. If I am not mistaken, Enrico helped me with some of this code. Rick Lipkin //-- RepairUm.prg#INCLUDE "FIVEWIN.CH"//----------------------Func _RepairUm()LOCAL ...
by Rick Lipkin
Mon Sep 15, 2014 1:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Access tables and databases size limitation
Replies: 3
Views: 1254

Re: Fivedroid on Qt

Tim [ENGLISH, by trans] IMHO you are mistaken. The issue is not making DESK software for tablets. The issue is that the tablets are a complement to today NECESSARY desktop programs. Obviously an accounting program is not operating in a tablet, ...
by Antonio Mart.
Wed Jun 12, 2013 12:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivedroid on Qt
Replies: 135
Views: 37079

Re: No more shadows on Win8 :-(

To All If I am not mistaken the shadows around the windows are controlled by "Aero Peek". I have found in the repair business that "Aero Peek" really slows down the performance of screen painting and in every case ...
by Rick Lipkin
Thu Nov 01, 2012 3:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: No more shadows on Win8 :-(
Replies: 19
Views: 5249

Re: Updated FiveDBU with modify struct bug fixed

Good evening.

The error occurred if I am not mistaken when I close the table.

bye
by tiaofw
Wed Oct 03, 2012 11:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Updated FiveDBU with modify struct bug fixed
Replies: 4
Views: 1629

Re: OT: .DLL interface

OK. I see. Then our first hurdle is creating the .lib from .dll. Implib will not work for you. If I'm not mistaken, xhb uses pelles c? So I wouldn't waste my time trying to create the .lib using any borland product. AMOF -stay away from Borland c++. We need to find out what ...
by reinaldocrespo
Fri Oct 01, 2010 8:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: .DLL interface
Replies: 48
Views: 10777

Re: OrdKeyCount Problem

... the error, it was my mistake. While using OrdKeyCount on some opened DBF's I use an array of names and indexes, well the pointer to this array was mistaken. It seems that working till late at nite, after a busy day was not a good idea. Thanks From Chile Adolfo
by Adolfo
Thu Dec 17, 2009 11:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: OrdKeyCount Problem
Replies: 4
Views: 651

Re: Choosing SQL database ...

... more logical and/or faster when performed via SQL statement. But with ADS you keep ISAM while adding SQL. win-win situation. I think you are also mistaken about the cost of ADS-Server. I've never seen a ADS-Server version that costs "dozens thousands dollars". Not even for more than ...
by reinaldocrespo
Tue Oct 27, 2009 1:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Choosing SQL database ...
Replies: 118
Views: 30304

Re: RADIO BUTTON "ON CHANGE" FIRES WHEN DIALOG IS PAINTED

... of the silly example, is...why does the bChange block execute *at all* during dialog updates or refreshes *if* the value is unchanged. BTW, I was mistaken, the initial dialog painting does not cause the bChange eval. Here is a more realistic example - click either the "Prev" or "Next" ...
by arpipeline
Thu Oct 15, 2009 4:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RADIO "ON CHANGE" FIRES WHEN DIALOG UPDATED (WAS PAINTED)
Replies: 7
Views: 1101

Re: Error Building TestGif.prg

Antonio,

Sorry, I was mistaken. I am using FW 9.04.

I am now getting:

xLINK: error: Unresolved external symbol '__chkstk referenced from (anigif.obj)'.
xLINK: error: Unresolved external symbol '_hb_storvnl referenced from (anigif.obj)'.

Andy
by arpipeline
Tue Sep 01, 2009 6:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error Building TestGif.prg
Replies: 7
Views: 1642
Next

Return to advanced search