Search found 52 matches: wise

Return to advanced search

path command to libary

Hello, It has been a while that i was working on my app, a lot of other things to do. I am prepering a package to install my app. I think it is wise to put the app in the application folder and the database in the llbary folder. Is there a command that I can use to get the libary folder. I use ...
by plantenkennis
Wed Mar 01, 2017 7:10 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: path command to libary
Replies: 2
Views: 987

Re: Change Color of xBrowse Column Headers and Footers

... when oBrw:lFatStyle is true, 2nd element is used as back color If Array length is 3, then 3rd element is used for line color in the header, other wise text color is used for lines. When oBrw:l2007 is true, 2nd and 3rd elements are ignored and oBrw:bClrGrad is used for header back.
by nageswaragunupudi
Fri Jan 20, 2017 12:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Change Color of xBrowse Column Headers and Footers
Replies: 16
Views: 3936

Re: Dialog animated

It is a nice animation no doubt. Utility wise, it does not save even a single line of space. We need to create a dialog which should accommodate all the controls of all the pages. Where is the saving of space? Whether we scroll (nice to see) ...
by Silvio.Falconi
Thu Jan 12, 2017 8:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dialog animated
Replies: 12
Views: 3332

Re: Dialog animated

It is a nice animation no doubt. Utility wise, it does not save even a single line of space. We need to create a dialog which should accommodate all the controls of all the pages. Where is the saving of space? Whether we scroll (nice to see) ...
by nageswaragunupudi
Thu Jan 12, 2017 8:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dialog animated
Replies: 12
Views: 3332

Re: Prometheus 2000 no arranca en Windows 10

Hi Antonio.
I think it would be wise to check te syntax of the substituition expression before execute it.
The program aborts with "Syntax error"
Regards, Euclides
by Euclides
Sun Apr 10, 2016 12:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Prometheus 2000 no arranca en Windows 10
Replies: 36
Views: 6816

Re: New useful addition to xBrowse

... this case, entire row is painted with bClrRowFocus and the active cell is painted with bClrSelFocus. This has the advantage of displaying the row-wise color bar and also provide visibility of active cell the customer. FastEdit works even with these MarqueeStyles if used in conjunction with bClrRowFocus. ...
by nageswaragunupudi
Tue Mar 01, 2016 3:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New useful addition to xBrowse
Replies: 2
Views: 768

Re: Saving bitmap from TXImage.

This is an example code for rotating an image by 90,180,270 degrees clock-wise:   oImage   := GdiBmp():New( "oldfile.png" )   oImage:Rotate( nRotate )   oImage:Save( "newfile.png" )  ...
by nageswaragunupudi
Sat Feb 20, 2016 5:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving bitmap from TXImage.
Replies: 14
Views: 2955

Re: DBF to SQL converter program

... of SQL database. Though it is possible to have tables with such names by properly escaping the names each time we use, it is always safe and *wise* not to use reserved words as table names or field names. In such cases we can give a totally different table name to be created. FW_AdoImportFromDBF( ...
by nageswaragunupudi
Fri Aug 21, 2015 6:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF to SQL converter program
Replies: 59
Views: 18131

Re: XBROWSE Columnas Focalizada

... This is the safest way. A necessary change and difference from all other browses. Kindly follow our recommended approach. Thanks for such a wise recommendation. That is why I suggested creating a method that provides targeted regardless of the position of the visual column. Thanks to your ...
by jnavas
Sun Apr 26, 2015 7:30 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: XBROWSE Columnas Focalizada
Replies: 7
Views: 1105

Re: Migrating to Harbour

Tim, I work strictly with the Harbour builds Antonio supplies. I do not communicate with the Harbour developers. Wise decision, to not communicate with the Harbour developers. :-) I dropped my subscription to xHarbour several years back. I did it because all of the upgrades were ...
by Enrico Maria Giordano
Tue Dec 16, 2014 8:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Migrating to Harbour
Replies: 238
Views: 45011

Re: New Opportunity to try Visual Studio with FWH

... which is consistent with their previous policies. They were building a 2014 version but the new availability and features made a 2015 version seem wise. This is a Preview, just like Windows 10. Both products are pre-release, allowing for public use and input. They are many months away from formal ...
by TimStone
Tue Nov 18, 2014 7:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New Opportunity to try Visual Studio with FWH
Replies: 28
Views: 5779

Re: Windows / TPANEL

... but at this point in time we do get great functionality from this program, and in every other case I have no problem. I'm thinking that it may be wise for me to focus on this issue within the Codejock code, and to look at other elements of my program which may not be using resources efficiently. ...
by TimStone
Fri Nov 08, 2013 7:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows / TPANEL
Replies: 13
Views: 3594

Re: Migrating to Harbour

The hbcompat.ch file maps TRY/CATCH to harbour's native BEGIN SEQUENCE/END SEQUENCE implementation, it isn't adding anything feature wise. I avoid using hbcompat.ch at all, I think I only have one .prg where I have to use it. I did find it useful to identify native harbour function names ...
by rhlawek
Fri Oct 04, 2013 4:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Migrating to Harbour
Replies: 52
Views: 16191

Re: About tdatabase

Rao, For TDatabase, lBuffer is .t. by default. Yes, I understand that. But if you change something like that it is wise to save and restore it's state. It is wise to do as you suggested, set it to true at the start of the routine because you can't depend on it being true already. ...
by James Bott
Mon Jun 03, 2013 1:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: About tdatabase
Replies: 5
Views: 1286

Re: XBROWSE fiirst steps

... automatically generated by XBrowse for example bOnPostEdit, bSeek etc are well tested and much better than what you may write and even other wise there is no point in writing them for each column of each browse in your application when xbrowse does it automatically for you and that too bug-free. ...
by nageswaragunupudi
Sun Apr 14, 2013 3:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE fiirst steps
Replies: 6
Views: 2081
PreviousNext

Return to advanced search