Search found 38 matches: rewriting

Return to advanced search

... Loaded the whole table on an array and browsed the array. It is working fine since then but, of course, this is no definitive solution. I am now rewriting the whole app, taking much care in every detail so that I can test it again on the same LAN. In the meanwhile, any suggestion toimprove its ...
by Rafael Clemente
Tue Jul 22, 2008 8:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse very slow in network with big databases (solved!)
Replies: 34
Views: 7821

... it will save the data back to the original record. This is the power of inheritance. The code is written once in TRecord so you don't have to keep rewriting it for each subclass you create. Save the customer class in another PRG. //---------------------------------------------------------------------------// ...
by James Bott
Tue Jan 22, 2008 8:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Workarea not in use
Replies: 13
Views: 4190

... when it is displayed. Awhile ago, I did make an attempt to modify DBCombo to handle numeric data for aItems, but I found that it would require rewriting a huge amount of the code and most people use character values for IDs anyway. I assume from your commented code that you have already tried ...
by James Bott
Mon Oct 01, 2007 11:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBCOMBO problem
Replies: 6
Views: 1380

Strange behaviour in For Next

... executing the next line. The error = Error Base 1086 Argument Error ++ In a small function that only consists of a for next, it works fine. After rewriting the code with a do while structure incrementing i with the ++ operator the problem was still there. Changing i++ in i := i +1 gives a working ...
by Willy
Sat Jun 16, 2007 8:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange behaviour in For Next
Replies: 8
Views: 1378

Antonio,

I check code my apps. Places where I use comma separated commands based on window are too much. In this moment I probably must think about completly rewriting program code.
This is very bad news for me ...

Pawel
by pawelu
Mon Oct 30, 2006 1:13 pm
 
Forum: FiveWin for Pocket PC
Topic: Menu actions
Replies: 25
Views: 7669

Inquiry about C codes in Clipper+Fw application.

Hi All,

There are several functions written in C that make up our POS.

Are C codes can be simply recompiled and link to xhabour without rewriting?

TIA,

xhbCoder :x
by xhbcoder
Thu Oct 19, 2006 9:56 pm
 
Forum: FiveWin for CA-Clipper
Topic: Inquiry about C codes in Clipper+Fw application.
Replies: 1
Views: 828

What I need to know is, how can I tell my program to change where the outcome is stored without rewriting it for each variable? Sorry I have not understood exactly what do you want. Maybe the code below can give you some ideas? STATIC cApp := "" STATIC FUNCTION SetRptName() ...
by Vladimir Grigoriev
Tue Jan 10, 2006 9:29 am
 
Forum: FiveWin for CA-Clipper
Topic: passing a function several times?
Replies: 7
Views: 2141

passing a function several times?

... oReportID:Refresh() ENDIF RETURN NIL What I need to know is, how can I tell my program to change where the outcome is stored without rewriting it for each variable?
by deanomeano
Mon Jan 09, 2006 2:59 pm
 
Forum: FiveWin for CA-Clipper
Topic: passing a function several times?
Replies: 7
Views: 2141
Previous

Return to advanced search