Search found 83 matches: gather

Return to advanced search

Source not compiling.

... error at '['" Error E0030 Syntax error: "syntax error at '['" Under Clipper 5.2e they compile with no problems. // Scatter / Gather #include "Dbstruct.ch" #translate Gather(<a>) => AEVAL(<a>, {|x, i| FIELDPUT(i, <a>\[i\]) }) FUNCTION Scatter ...
by HunterEC
Tue Nov 17, 2009 4:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Source not compiling.
Replies: 3
Views: 649

... of an object (say MyObject) I would need to have: hb_vmPushSymbol( hb_dynsymGetSymbol( "EXAMPLEMETHOD" ) ); Then I gather from your reply I need to push the object onto the virtual machine stack frame. Not sure how I do this. Do I use another hb_vmPushSymbol? hb_vmPushSymbol( ...
by xProgrammer
Sun Oct 05, 2008 8:46 pm
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Some technical help please
Replies: 9
Views: 3641

Some technical help please

... Is this possible and how does one do it? Also to control OpenOffice under Linux I need to use UNO objects, the provided library being C++ code. I gather I can compile and link C++ code using gcc but can I simply make a library of C++ code in this way and call it from my C code? Is parameter passing ...
by xProgrammer
Sun Oct 05, 2008 7:17 am
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Some technical help please
Replies: 9
Views: 3641

With xHarbour you cann use HASH aDati := TAssociativeArray() aDati:c1 := "WWWW" aDati:c2 := "eeeeee" You cann simulate Scatter and gather of the record //------------------------------------------------------------------------- FUNCtion Scatter() Local aVars := {=>} LOcal nField := FCount() ...
by Maurizio
Fri Sep 26, 2008 6:36 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: estructura de datos
Replies: 11
Views: 3552

... "ADODB.Connection" ) and oConnection :=TOleAuto():New( "ADODB.Connection" ) I gather that perhaps both will work? I know that the first of these two worked with Microsoft Word, that is: oWord := CreateObject( "Word.Application" ...
by xProgrammer
Fri Sep 12, 2008 12:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help with ODBC or other means to Access Access Database
Replies: 7
Views: 2301

... simpler. When you said that the download would take some time you weren't kidding. Its been going in excess of 2 hours here. Downloading (I gather) source for many different releases of Harbour. (Thank goodness for large hard disks.) Would the average user want this or can they just download ...
by xProgrammer
Wed Sep 03, 2008 12:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWin Wiki
Replies: 44
Views: 10628

... pages with names like TWindow and TDialog I realise that there would be natural conflicts with pages on the equivalent FiveWin classes. I rather gather that we can use namespaces to overcome this but I was thinking that it might be good to sort out some naming conventions before we get too far. ...
by xProgrammer
Fri Aug 29, 2008 10:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWin Wiki
Replies: 44
Views: 10628

Hi Antonio I logged on to the wiki and uploaded my html code. It seems that the wiki is configured not to support embedded html code. I ratgher gather that you are the person that would need to change that configuration option. I gather from the wiki documentation that this does represent a bit ...
by xProgrammer
Fri Aug 29, 2008 10:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Programming Reference Guides
Replies: 12
Views: 3573

FWH

... work from, and people here really do help with any questions you post. Its a good place to get help. Finally, on many other "forums" where people gather, I often see a lot of opinions on the software, and that leads no where. This forum focuses on helping people get the results they need, and ...
by TimStone
Fri Jun 13, 2008 4:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hi New Member, Have some doubts before I purchase FWH
Replies: 6
Views: 1530

... these issues. >> As Otto showed, it does not. >What Otto showed is how you program around the issue - that is you automatically scatter/gather what you can and manually do the rest. It splits the code for a data object into multiple places which I don't really like. But that is the advatange ...
by James Bott
Wed Apr 23, 2008 12:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Question Abot DIALOGs
Replies: 45
Views: 13104

... and printers work). > As Otto showed, it does not. What Otto showed is how you program around the issue - that is you automatically scatter/gather what you can and manually do the rest. It splits the code for a data object into multiple places which I don't really like. I am not sure why ...
by xProgrammer
Tue Apr 22, 2008 11:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Question Abot DIALOGs
Replies: 45
Views: 13104

... either their data structure or your application. >It makes sense to add your own data types (stored as text) but that pretty much blows scatter/gather out of the water. As Otto showed, it does not. James
by James Bott
Tue Apr 22, 2008 3:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Question Abot DIALOGs
Replies: 45
Views: 13104

... to be yes / no ends up with a third possibility. It makes sense to add your own data types (stored as text) but that pretty much blows scatter/gather out of the water. But if there is an existing data object that returns data as xml then its easy to use your existing UI and BL layers with it ...
by xProgrammer
Mon Apr 21, 2008 9:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Question Abot DIALOGs
Replies: 45
Views: 13104

Doug, >>Why? I take the opposite position. If they are aware of the fields, then there is MUCH less coding required-in fact for the gather/scatter there is no coding required. Even if you don't wish to use this feature, why would it be a negative? >Because when you want your software ...
by James Bott
Thu Apr 17, 2008 3:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Question Abot DIALOGs
Replies: 45
Views: 13104

... - very useful >Why? I take the opposite position. If they are aware of the fields, then there is MUCH less coding required-in fact for the gather/scatter there is no coding required. Even if you don't wish to use this feature, why would it be a negative? Because when you want your software ...
by xProgrammer
Wed Apr 16, 2008 11:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Question Abot DIALOGs
Replies: 45
Views: 13104
PreviousNext

Return to advanced search