Search found 20 matches: subsequently

Return to advanced search

New FTDN January/Enero 2021 (FWH 21.01)

... are created using the new class. - This setting is automcatically cleared when the last ENDTREE command is executed for the tree. Trees created subsequently will use the default TTreeItem class. - TTreeItem class (classes\treeitem.prg) enhancements: - New ACCESS DATA in TTreeItem :IsLast --> ...
by Antonio Linares
Sun Feb 07, 2021 9:10 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2021 (FWH 21.01)
Replies: 1
Views: 1254

Re: NO RESPONSE = TITLETEXT Refresh() Arrays...???

... controls resulting in smudging. If my understanding is correct, we advise you to create the controls only the first time and when refreshing data subsequently, you only change the data displayed by oControl:SetText( cNewText ). The code to refresh the data can be something like this: for i := ...
by nageswaragunupudi
Sun Jun 07, 2020 10:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TITLETEXT Refresh() Arrays...(SOLVED)
Replies: 2
Views: 506

Re: Insert Into MySQL tables in different connections .. you can

... does not exist, it inserts the new record and if exists, if updates the existing record with the new data. In case any changes are made subsequently to the records already exported, these changes are also exported to the remote server. Method-3: Assume you have a primary key, which is ...
by nageswaragunupudi
Thu May 03, 2018 4:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Insert Into MySQL tables in different connections .. you can
Replies: 12
Views: 2202

Re: DEFINE FONT vs TFont()

... New() method can create a font object depending on the parameters. When New() is called without any parameters, a default font object is created. Subsequently adding datas like cFaceName, nHeight are obviously useless . We once again recommend using command syntax, eg. DEFINE FONT ... Even if ...
by nageswaragunupudi
Fri Dec 15, 2017 3:54 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: DEFINE FONT vs TFont()
Replies: 20
Views: 3289

Re: Problem on Drag 'n' drop with 17.11

... 1 ], aPoint[ 2 ] ) makes more sense than nMakeLong( nRow, nCol ) and 2) The code in 15.07 used nMakeLong( aPoint[ 1 ], aPoint[ 2 ] ), where as subsequently it was changed to nMakeLong( nRow, nCol ) On the first point, I personally agree with you totally. Yes, that is very useful. But you are ...
by nageswaragunupudi
Wed Dec 06, 2017 2:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem on Drag 'n' drop with 17.11
Replies: 1
Views: 540

Re: xHarbour.org updated!

... with FiveEdit and I noticed that one of his options was to chose the Resorse editor of your choice .. and ResEdit was in his configuration. I subsequently started a series of e-mails on the subject and here was the final solution to compiling all my .rc together into .Res .. Again, insert ...
by Rick Lipkin
Sun Apr 09, 2017 11:18 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 155
Views: 37275

New FTDN March/Marzo 2015 (FWH 15.03)

... the clause and does not disturb other dialogs. However if FW_SetTruePixel( .t. ) is set to .T., then the setting applies to all dialogs created subsequently, irrespective of TRUEPIXEL clause till FW_SetTruePixel() is turned off. Now it is possible to use truepixel feature for new dialogs in ...
by Antonio Linares
Fri Mar 20, 2015 10:22 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN March/Marzo 2015 (FWH 15.03)
Replies: 16
Views: 7346

DTPicker with empty date

... today's date is shown. However, if the down arrow is selected to show the calendar, the get variable is filled with the default date. Subsequently, if the user ESC apes, the get remains filled with the last date viewed. Is it possible to revert to an empty date without requiring the ...
by David Williams
Wed Nov 13, 2013 2:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DTPicker with empty date
Replies: 2
Views: 1020

Re: Windows8 problem

... Just open the xbp file a second time and then it will accept the root path info so you won't have to type it in manually. Any other xbp files subsequently opened in the same xBuildW worksession will also accept the root path correctly. I saw a question earlier about why one would use xHb.com ...
by Roger Seiler
Sat Oct 19, 2013 2:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows8 problem
Replies: 14
Views: 5448

Re: Error in FWH 13.01

Antonio,

I am getting a number of unresolved externals with this build, pretty much the same list as was seen with a similar/same problem with 12.09 which was subsequently fixed.

viewtopic.php?f=3&t=25302

Robb
by rhlawek
Wed Feb 06, 2013 12:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error in FWH 13.01
Replies: 12
Views: 1383

Re: Help with MENU COMMAND !!

... ... endif However, I am not sure what you are trying to do. If you are defining the menu item in code as checked then the menuitem you are subsequently defining will always be "Go to bed" so what is the point? if oHome:lChecked  // always .t.   MENUITME "Go ...
by James Bott
Sun Aug 01, 2010 12:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help with MENU COMMAND !!
Replies: 11
Views: 1872

64 bit Linux

... seem to have the Inet classes I need for my applications to work I have never been able to build xHarbour from source. After I installed bison and subsequently unilxODBC-dev the process went much further but now I get error messages about missing gpm functions. I installed gpm but that hasn't helped. ...
by xProgrammer
Tue Nov 03, 2009 9:18 am
 
Forum: FiveLinux / FiveDroid (Android)
Topic: 64 bit Linux
Replies: 2
Views: 863

Re: Run Another Program

... update their version of adobe reader they can reset the path in the database - this saves originally setting the system path on each machine and subsequently change the system path when they update. database called system contains field adobepath cAdobePath := oSystem:adobepath My problem is ...
by Colin Haig
Sat Mar 14, 2009 3:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Run Another Program
Replies: 12
Views: 2564

... to (inefficient) SQL, I would just rewrite my code to use SQL. Support for that no doubt bloats libraries that include that terribly. Having subsequently brushed up on C coding and learnt a bit more about (x)Harbour internals (thanks Antonio!) I think I could interface to MySQL or PostgreSQL ...
by xProgrammer
Sat Nov 15, 2008 2:07 am
 
Forum: FiveLinux / FiveDroid (Android)
Topic: FiveLinux and MySQL
Replies: 13
Views: 5201

A few minor glitches with GROUP, RADMENU

... this change the options pretty much block each other out when using the PIXEL clause. As always these could be problems of my making, or have subsequently been fixed, but they certainly were issues with FiveLinux as it was here. Regards Doug (xProgrammer)
by xProgrammer
Sat Jul 26, 2008 12:52 pm
 
Forum: FiveLinux / FiveDroid (Android)
Topic: A few minor glitches with GROUP, RADMENU
Replies: 0
Views: 636
Next

Return to advanced search