Search found 172 matches: greater

Return to advanced search

Re: Plotting locations on Google Maps

... communications by businesses. Thanks for the ideas ... they are being incorporated ... and my goal will to ultimately build a class that allows us greater use of Google Maps from within FWH. Tim
by TimStone
Fri Mar 10, 2017 5:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Plotting locations on Google Maps
Replies: 48
Views: 14376

Re: shellexecute return code

ADutheil wrote:Hi everybody,

I'd like to know the meaning of a 42 return code. W100 64 bits

Thanks


From MSDN:

If the function succeeds, it returns a value greater than 32.


So 42 means "all ok".

EMG
by Enrico Maria Giordano
Sat Mar 04, 2017 4:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: shellexecute return code
Replies: 2
Views: 490

Re: xBrowse with array showing numbers in fields and not data

Rao Here is a self contained sample that shows the problem with columns 6 or greater resolving the column number and not the aData information: // Main.prg#Include "FiveWin.ch"#Include "xBrowse.Ch"//----------------------------------------Func ...
by Rick Lipkin
Tue Feb 21, 2017 10:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse with array showing numb in fields and not data -Rao
Replies: 5
Views: 1781

Re: xBrowse with array showing numbers in fields and not data

... the column ( from aheader ) is being resolved and not the data from the cell ... almost like oLbx can not resolve the 'data type' of columns 6 or greater .. all I am putting in cols 6 or greater is either a char name or blank. Rick Lipkin
by Rick Lipkin
Tue Feb 21, 2017 3:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse with array showing numb in fields and not data -Rao
Replies: 5
Views: 1781

Re: New FTDN January/Enero 2017 (FWH 17.01)

... Spaces between image and prompt in menuitems of menu principal * Fix: resources in menuitems of menu principal when the height of the images is greater than the height of the menu, it makes the width of the item larger * Fix: colors in menu principal mdichild * Fix: Icon Sysmenu in menu principal ...
by Antonio Linares
Tue Jan 31, 2017 11:50 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2017 (FWH 17.01)
Replies: 1
Views: 2062

Re: Conversion of access 97

Darrell Your best bet is to buy Office Pro 2007 or greater. When you open your old .Mdb in 2007 or greater .. you should be able to 'save as' to upgrade your old .mdb 97 to .mdb 2003. Stay with the .mdb format and not upgrade to .acctdb. AccDb will ...
by Rick Lipkin
Fri Dec 16, 2016 10:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Conversion of access 97
Replies: 1
Views: 449

Re: Button Bar JPG or PNG

Carlos I am using Bcc72 .. I have been using Bcc70 for a long time .. Brc32 just will not compile any .bmp greater than 24 bit .. You can import a 32 bit bmp into an .rc, but when you compile your .rc into .res .. the compiler blows up. To be honest, I just installed Bcc72 and ...
by Rick Lipkin
Wed Nov 02, 2016 7:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Button Bar JPG or PNG
Replies: 15
Views: 2850

Re: FWH: MySql/MariaDB: RowSet object

... not change through out the life of the rowset, even if the rowset is sorted and/or filtered. The highest RecNo is the same as LastRec() but may be greater than RecordCount() / RecCount() if some records are deleted. GoTo( n ) --> new RecNo (or) BookMark := n If successful, this method returns ...
by nageswaragunupudi
Thu Jul 21, 2016 11:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: MySql/MariaDB: RowSet object
Replies: 51
Views: 19681

BTNBMP 16.04 : Translucent buttons, Textured buttons, HGrad

...                                              .f. } ) }   ACTIVATE DIALOG oDlg CENTERED   RELEASE FONT oFontreturn nil  In FWH 16.04, greater flexibility is provided for specifying bClrGrad of TBtnBmp. As in earlier versions, we can assign out own bClrGrad overriding the default bClrGrad ...
by nageswaragunupudi
Mon May 16, 2016 10:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: BTNBMP 16.04 : Translucent buttons, Textured buttons, HGrad
Replies: 1
Views: 655

Re: TPrinter recent methods PrintImage() and SayText()

... 18x25 more ( printer and screen ) . :( this is equivalent to 171ppp. image pixel density. I did not understand clearly. Can you please explain in greater detail? Do you mean lStretch did not work? Did you want to print the image from edge to edge of the paper? Any suggestion or advice from you? ...
by nageswaragunupudi
Wed May 04, 2016 9:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TPrinter recent methods PrintImage() and SayText()
Replies: 19
Views: 4150

Re: FWH 15:12: Bug in the size of the column in xbrowse

... think empty fields is the issue. The column size should be calculated by the structure of the database ( width ) or the header value, whichever is greater. In my case, we found that either the first or last column would take up about 75% of the width of the browse, and the remaining columns would ...
by TimStone
Wed Feb 10, 2016 7:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 15:12: Bug in the size of the column in xbrowse RESOLVED
Replies: 15
Views: 3417

Re: ADO RDD xHarbour

... ADO PRE OPEN THRESHOLD TO nRecords This set will define how adordd will open the tables during app run time. All the tables with records equal or greater than nRecords and without any WHERE opening clause will be all open during app initialization. You will wait a little for the app to start but ...
by AHF
Wed Oct 28, 2015 7:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 447067

Re: ADO SQL VISIBILITY

... is confined to direct tables (not queries) opened using adUseClient. If the table has a primary-key and value of primary-key inserted is always greater than the previously inserted key ( autoincrement or similar) then: if the result of "select max(primarykeycolumn) from thetable" is ...
by nageswaragunupudi
Tue Jun 30, 2015 1:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO SQL VISIBILITY
Replies: 17
Views: 3481

Re: ADO RDD xHarbour

... Ive decided for this strategy. ADORECCOUT only gets called if :recordcount <0 //not supported Then because recno (autoinc field) can be greater than recordcount if it is we assume reccount as recno Otherwise reccount = recordcount if you place in a dynamic say connected to a browse "recno() ...
by AHF
Mon May 25, 2015 3:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 447067

Re: ADO RDD xHarbour

Lucas,

Im looking at SET SCOPE and SET FILTER.

Fields names greater that 8 chars fail.


Where at scopes? Filedname() returns the :field:name

Can you try fieldname() function?
by AHF
Wed May 20, 2015 11:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 447067
PreviousNext

Return to advanced search