Search found 279 matches: actions

Return to advanced search

Re: To Antonio:

... what a nightmare trying to service a console app !!! :shock: :shock: I REALLY appreciate the help you'd given me on this issue. I did replaced all actions with ALERT( "open" ) since MsgInfo is not available in console mode but ... I'm getting another another runtime error: Error BASE/1004 ...
by HunterEC
Thu Apr 09, 2015 5:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Antonio:
Replies: 39
Views: 13263

Re: To Antonio:

Gustavo,

Please replace all the ACTIONs with code like this:

MENUITEM " ~Open..." ACTION MsgInfo( "open" ) // oDebugger:Open()
by Antonio Linares
Wed Apr 08, 2015 4:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Antonio:
Replies: 39
Views: 13263

Re: Velocidad con xbrowse

... then pure binary search like in CDX and NSX (in both formats record number is hidden part of index key during sorting). In [x]Harbour I added RDDI actions which change default NTX behavior to the same as in NSX and CDX: rddInfo( RDDI_SORTRECNO, .t., "DBFNTX" ) for more information look ...
by hmpaquito
Mon Apr 06, 2015 11:21 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Velocidad con xbrowse
Replies: 7
Views: 1670

Re: xbrowse MakeTotals()

... to time, safer way would be to assign a SetGet block as bEditValue and let the XBrowse construct a safe bOnPostEdit codeblock. If there are some actions to be taken comsequent on a change in the value, as always we recommend using oCol:bOnChange codeblock. These recommendations apply to 2012 ...
by nageswaragunupudi
Sat Mar 28, 2015 3:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse MakeTotals()
Replies: 6
Views: 1793

Re: BtnBmp

... it should be a class. I've got so many functions that do essentially the same task, so all of those are being condensed into one for like actions. The code base is getting smaller and far more manageable. Tim
by TimStone
Fri Mar 20, 2015 3:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BtnBmp
Replies: 6
Views: 1085

Re: ADO RDD xHarbour

... I have a low budget for this work so my idea is to using an rdd. Meanwhile I've found out ADORDD from 2007. It seems to me that all these basics actions are covered. Do you think that this can work? Do you have any ideas of another low cost approach? Thanks
by AHF
Sat Feb 28, 2015 8:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 480706

Re: Report Preview page Panel FWH 1412

... "PDF", "Word", "Excel" will not be inserted by RPreview and the user can use his custom buttons and actions for these functions also in his AddMyButtons(...) function. 2nd parameter nStyle can be used to override the default by specifying 2007,2010 ...
by nageswaragunupudi
Mon Jan 12, 2015 8:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Report Preview page Panel FWH 1412
Replies: 17
Views: 3083

Re: Fivewin & Mobile Devices

Gale FORd wrote:Some events/actions that would be good to have..


And very important: a list photo gallery for selection. Example: list product gallery
by hmpaquito
Sat Dec 20, 2014 8:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin & Mobile Devices
Replies: 11
Views: 2765

Re: Fivewin & Mobile Devices

... mouse which Fivewin supports just fine. Mobile, Tablets, and other Touch Enabled devices are going to become more and more important. Some events/actions that would be good to have. 1. Touch or Pen click (not mouse) in certain controls will bring up onscreen keyboard. 2. If any Touch, Pen, or ...
by Gale FORd
Fri Dec 19, 2014 3:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin & Mobile Devices
Replies: 11
Views: 2765

Re: XBROWSE exclude or control ARROW keys in edit mode

... .t. // Indiacate to xbrowse to automaticall run help dialog endif return .t. // always return valid. Now I give you a sample program including all actions you wanted. #include "FiveWin.Ch"#include "ord.ch"#include "xbrowse.ch"REQUEST DBFCDX//----------------------------------------------------------------------------//function ...
by nageswaragunupudi
Sat Nov 29, 2014 7:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE exclude or control ARROW keys in edit mode
Replies: 13
Views: 5561

Re: XBROWSE exclude or control ARROW keys in edit mode

... function is activated, the EditGet got "cancelled" without changing the value of the cell and xbrowse proceeded with its next actions. The purpose of the bEditValid is to return whether the value entered by the user is valid of not. You may replace the value by oGet:oGet:VarPut ...
by nageswaragunupudi
Mon Nov 24, 2014 4:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE exclude or control ARROW keys in edit mode
Replies: 13
Views: 5561

New FTDN september 2014 (FWH 14.09)

... cDbfFile ) --> dbstruct() // without USEing the DBF * New: XBrowse column Datas oCol:bKeyDown, oCol:bKeyChar: Useful to assign key actions when a particular column is selected. New Access Data: oCol:StrData. Shortcut for Eval( oCol:bStrData, nil, oCol ) * Fixes: XBrowse: - Exiting ...
by Antonio Linares
Tue Oct 21, 2014 4:38 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN september 2014 (FWH 14.09)
Replies: 0
Views: 1290

Residual process [ SOLVED ]

After many months looking for an error in my system I found this in a log file that traces the actions made by the user: In some few moments the user used an action triggered by a button in a dialog before the function defined in the "On Init" end I don't know ...
by sambomb
Thu Sep 11, 2014 6:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Residual process [ SOLVED ]
Replies: 4
Views: 772

Re: FWH 14.08: MsgGet() to handle arrays and Quick Dialogs

... of code: http://imagizer.imageshack.us/v2/xq90/742/2tfTHn.jpg This dialog box provides complete navigation, refresh, undo and save actions. Adequate for maintenance of a dbf. Como se haria en MySql, por lo menos con la Dolphin.? saludos... :shock:
by joseluisysturiz
Sat Sep 06, 2014 1:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 14.08: MsgGet() to handle arrays and Quick Dialogs
Replies: 9
Views: 3060

Re: FWH 14.08: MsgGet() to handle arrays and Quick Dialogs

... of code: http://imagizer.imageshack.us/v2/xq90/742/2tfTHn.jpg This dialog box provides complete navigation, refresh, undo and save actions. Adequate for maintenance of a dbf.
by nageswaragunupudi
Sat Sep 06, 2014 7:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 14.08: MsgGet() to handle arrays and Quick Dialogs
Replies: 9
Views: 3060
PreviousNext

Return to advanced search

cron