Search found 273 matches: actions

Return to advanced search

Re: New Menus clauses Wiki updated

Hi Mr.Cristobal, Very good addition to FWH Library :D By the way 'CtrlMove( oWnd )' not not found while linking MNU01.PRG or MNUSELECT.PRG. And I am getting run time error with the following lines of code in MNUSELECT.PRG MENUITEM Upper( "FieldNames_" ) + Alias( 1 ) MENU SELECT ( Alias( 1 ...
by RAMESHBABU
Tue Jul 11, 2017 1:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New Menus clauses Wiki updated
Replies: 10
Views: 1929

Re: Tdata still Up to Date ?

Marc, I suppose that I have to look into the source of Tdatabase to see what actions (like seek..) are possible? Or is there a manual for this? Yes, just look at the class definition section of TDatabase. CLASS TCustomers from TDatabase Meaning that I create a ...
by James Bott
Thu Jun 01, 2017 3:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tdata still Up to Date ?
Replies: 25
Views: 5934

Re: Tdata still Up to Date ?

... SELF to ::SELF? Yes, and it works. Thanks oCustomers:seek( cCustNo ) I suppose that I have to look into the source of Tdatabase to see what actions (like seek..) are possible? Or is there a manual for this? Maybe you can confirm some items. CLASS TCustomers from TDatabase Maening that I ...
by Marc Venken
Wed May 31, 2017 8:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tdata still Up to Date ?
Replies: 25
Views: 5934

Re: Set filter for deleted in MariaSql

... to proceed a other way than ? I want to deleted the records from the Browse so that they don't show up, but also that I can get them back for some actions.
by Marc Venken
Tue May 30, 2017 9:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Set filter for deleted in MariaSql (SOLVED)
Replies: 10
Views: 1211

Re: Mejoras para scintilla

... NEW VERSION 29/05/2017 --------------------------- - Added option "Clean Code" - Added option "Convert EOL" - Modified and fix actions of Menu "Transform" https://bitbucket.org/fivetech/fivewin-contributions/downloads/fivedit.exe https://s29.postimg.org/uubh44653/Fivedit39.png ...
by cnavarro
Mon May 29, 2017 4:19 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mejoras para scintilla
Replies: 1038
Views: 894583

Re: Google Cloud Platform

... days later and those private details are now available online for anyone to steal and engage in all different types of identity theft. Anonymous’ actions were allegedly an effort to push COMELEC to turn on security features in the vote counting machines before the national elections on May 9. ...
by Rick Lipkin
Tue May 16, 2017 3:08 pm
 
Forum: Off Topic / Otros temas
Topic: Google Cloud Platform
Replies: 8
Views: 4398

Re: Using Xbrowser function bar in Xbrowse setup

Many ways:
Here is one simple way.

Keep an array of aBrw[ 4 ]
Define the 4 browses on 4 folders as aBrw[ 1 ], aBrw[ 2 ]. .... etc/

Change the button actions like

ACTION aBrw[oFld:nOption]:GoTop()
by nageswaragunupudi
Sat Apr 29, 2017 9:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Xbrowser function bar in Xbrowse setup
Replies: 8
Views: 2074

Re: FWH 17.04 : Group Labels on ButtonBars

Normal buttonbar having buttons with whatever actions we assign.
by nageswaragunupudi
Sat Apr 22, 2017 5:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 17.04 : Group Labels on ButtonBars
Replies: 13
Views: 4362

Re: Proposal .. 'just not xBase any more'

... days later and those private details are now available online for anyone to steal and engage in all different types of identity theft. Anonymous’ actions were allegedly an effort to push COMELEC to turn on security features in the vote counting machines before the national elections on May 9. ...
by Rick Lipkin
Wed Mar 08, 2017 2:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Proposal .. 'just not xBase any more'
Replies: 9
Views: 5979

New FTDN February/Febrero 2017 (FWH 17.02)

... or not and accordingly decides to refresh browse or row. So now it is enough to call RefreshCurrent() after editing. - Now, locking and unlocking actions of browse do not disturb any file or record locks ( flock() / dbrlock(nrec) ) already placed by the programmer. Also, now internal locking by ...
by Antonio Linares
Fri Feb 24, 2017 12:37 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN February/Febrero 2017 (FWH 17.02)
Replies: 2
Views: 2188

Re: FWSavePreviewToPDF 32-bit vs. 64-bit

... example, when he prefers to use a 3rd party library or writes his own PDF generation logic. Otherwise, preview class takes the following default actions: 1) If MSWord is installed, first exports the vector images contained in the emf files to MSWord document (same way as above) and uses MSWords' ...
by nageswaragunupudi
Fri Feb 24, 2017 12:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWSavePreviewToPDF 32-bit vs. 64-bit
Replies: 24
Views: 6605

Re: FWH Logic with method's (Xbrowse ToDbf)

... datatype compatibility with the destination fields. 3) bProgress: Optional From the above you can see that the syntax you used for the button actions are not correct. You may revise the usage on the basis of the above explanation
by nageswaragunupudi
Mon Dec 19, 2016 10:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH Logic with method's (Xbrowse ToDbf)
Replies: 4
Views: 1380

Button on a cell in xbrowse

... DoNormal() 2 - Special - DoSpecial() 3.- Green - DoGreen() I need to put a button on 3rd column to call the action, Number of Items vary, names of actions also, I can control it with no problem, but I need to call the action thru a Button in the xBrowse Any help will be apreciated From Chile Adolfo
by Adolfo
Fri Dec 16, 2016 8:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Button on a cell in xbrowse
Replies: 4
Views: 868

Re: How to change toolbar's bitmaps in rpreview?

By the time this code is executed only 7 buttons are created. We need to add other buttons and actions ourselves. We take over the control of the entire buttonbar
by nageswaragunupudi
Thu Dec 15, 2016 12:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to change toolbar's bitmaps in rpreview?
Replies: 7
Views: 2110

Re: Mejoras para scintilla

1.- The whole issue of databases is not yet finished 2.- Please, describe step by step the actions taken until the error ------------------------------------ EDIT ----------------------------- Sorry, Are test functions performed on my MySql server The error is produced ...
by cnavarro
Wed Dec 14, 2016 3:57 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mejoras para scintilla
Replies: 1038
Views: 894583
PreviousNext

Return to advanced search

cron