Search found 17 matches: iteration

Return to advanced search

Re: Problem with FW_SayText

You need to keep changing this rect { 30, 2, 48, 25 } for each iteration
by nageswaragunupudi
Thu Apr 25, 2019 1:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FW_SayText RESOLVED
Replies: 8
Views: 950

Re: Windows 10 Cloud Shell

Charly,

The news arrives by way of a document that describes Cloud Shell as a new “lightweight iteration of Windows designed for the modern computing world.”


We don't know for sure what it is, for now... :-)
by Antonio Linares
Fri Feb 03, 2017 12:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 10 Cloud Shell
Replies: 1
Views: 624

Re: Connect to Advantage Database

Hi Antonio , I try to make some test on FLH this morning. After install UBUNTU 14.04 LTS and all the packages needs to compile FLH i've a lot of errors like this: compiling... Harbour 2.1.0rc2 (Rev. 16643) Copyright (c) 1999-2011, http://harbour-project.org/ Compiling 'tutor01.prg'... Lines 1097, Fu...
by giuliano
Thu Aug 06, 2015 10:43 am
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Connect to Advantage Database
Replies: 31
Views: 10889

To Antonio: moving to harbour.

... an old, big, text program (over 25,000 lines) from 16bit to 32bit. Reports are almost complete (graphical). The data entry will remain on this iteration, text based. I'm using xHarbour but I'm banging my head against the wall with, which I think are, unexpected behavior / bugs. For example: ...
by HunterEC
Wed Jul 23, 2014 9:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Antonio: moving to harbour.
Replies: 4
Views: 719

Re: Saber Metodos de un CREATEOBJECT

... [in] VARIANT_BOOL ) STDCALL dispatch PROPERTYGET VARIANT International( [optional] VARIANT ) STDCALL dispatch PROPERTYGET VARIANT_BOOL Iteration() STDCALL dispatch PROPERTYPUT void Iteration( [in] VARIANT_BOOL ) STDCALL dispatch PROPERTYGET VARIANT_BOOL LargeButtons() STDCALL dispatch ...
by Antonio Linares
Sun May 12, 2013 9:54 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Saber Metodos de un CREATEOBJECT
Replies: 62
Views: 32040

Re: Me marca error en la libreria libfive.a

Hola buenas tardes tengo la version Ubuntu 12.04 LTS \n \l ya instale el appt-get benjiben@benjiben-Aspire-X3910:~/fivelinux/samples$ cat /etc/issue Ubuntu 12.04 LTS \n \l benjiben@benjiben-Aspire-X3910:~/fivelinux/samples$ sudo apt-get install libgtk2.0-dev Leyendo lista de paquetes... Hecho Creand...
by benjiben143
Sat Jun 16, 2012 7:15 pm
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Me marca error en la libreria libfive.a
Replies: 15
Views: 6076

Re: MS Access problem

... again the open and close cycle would start when you clicked on the Property details .. open all the tables ... then close them down. On the 10th iteration of opening and closing .. the forth ( or so ) table would fail in the try\catch break point and return me to the master Property table. Close ...
by Rick Lipkin
Fri Oct 14, 2011 4:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MS Access problem
Replies: 12
Views: 4603

Re: xBrowse - RestoreState() – wrong column sequence

... one detail once more, perhaps it's important for you: The wrong column sequence starts after the SECOND "SaveState() - RestoreState()" iteration! Here the steps in detail: - changing the sequence - closing the program, saving <cState> first time - starting the program, all is ...
by frose
Sat Nov 06, 2010 4:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse - RestoreState() – wrong column sequence
Replies: 11
Views: 2136

Re: Convert HEX vector to image

... or nY2 will not be set and will either be the value from the last FOR loop (would that be correct?) or nil presumably if this is the first such iteration (which will cause a run-time error I assume). n += 4 is evaluated regardless of the condition so it could be made a step value. If indeed ...
by xProgrammer
Thu Mar 25, 2010 10:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert HEX vector to image
Replies: 11
Views: 2734

A little GTK trick that may help

I came across this GTK trick whilst writing xHarbour code to compile and link am xHarbour application. I was (trying to) update a status bar as each module was compiled and linked, but all I ever saw was the final message. GTK event processing can get queued up behind other processes which consume l...
by xProgrammer
Tue Nov 03, 2009 12:22 pm
 
Forum: FiveLinux / FiveDroid (Android)
Topic: A little GTK trick that may help
Replies: 1
Views: 625

Re: Intermittant ADO xBrowse error ( thread with Antonio )

James Here is the latest iteration of the setado method and the GetKeycount() trap for the recordset being nil. Upon a valid close .. for some reason the ::oRs becomes nil prematurely or ( perhaps ) the SetAdo method is being called after ...
by Rick Lipkin
Sun Aug 02, 2009 5:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Intermittant ADO xBrowse error ( thread with Antonio )
Replies: 11
Views: 4164

I've been testing the table iteration (speed) like: for i := 1 to alias->( lastrec() ) ... alias->( dbSkip() ) //here can be be adsskip() since I used ADS all-out if alias->(eof()) ...
by fraxzi
Sat Jul 05, 2008 1:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS server side alias
Replies: 4
Views: 2154

... and speed? > There are definite speed advantages when using server based databases, like Advantage and other RDMSs. The reason is the entire iteration through the table is performed on the server and only the result is read from the server. In case of using ADO for normal DBFs, there will ...
by nageswaragunupudi
Fri Jun 20, 2008 6:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse Footer sum of all numeric fileds in a row
Replies: 12
Views: 2814

Hello Rochinha!


Finally! someone generously answer this question.

You are right! 8) the timer is the only way... changing the row's background color in iteration... I'm inspired to do it in xBrowse.


Thank you so much for the guide.

Regards,
by fraxzi
Mon Jun 09, 2008 2:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Blinking current row in xBrowse
Replies: 3
Views: 764

... <statements> [LOOP] <statements> [EXIT] NEXT Arguments <element> The name of a variable that gets assigned a new value on each iteration. IN <array> This is a value of data type Array. The FOR EACH loop iterates all array elements in the first dimension and assigns their ...
by metaldrummer
Mon Mar 31, 2008 5:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FOR EACH ... NEXT, ¿ Que es ? y ¿ Para que se usa ?
Replies: 2
Views: 848
Next

Return to advanced search