Search results

From DataFlex Wiki
Jump to navigationJump to search
  • == MARF - A Mutually Agreed Rounding Function?! == Here is what I expect of a proper Rounding function:- ...
    5 KB (702 words) - 01:09, 23 February 2019
  • // This function will return the Base URL, so that URLs to other resources Function BaseURL Returns String ...
    26 KB (3,103 words) - 15:34, 21 August 2021
  • myCharts.chart = function chart(sName, oParent) { openHtml : function(aHtml) { ...
    14 KB (1,599 words) - 19:25, 21 June 2022
  • = Calling the WBO Function from JavaScript = ...n NameCasing of the oMyWBO. It passes a single argument of sName. When the Function returns, it will call the JavaScript method onNameCasing. ...
    3 KB (455 words) - 15:04, 8 April 2020
  • ...attribute (in [[Visual DataFlex]] this will be the name of the published [[Function]] or [[Procedure]]). ...through the "{ Description = }" meta-data tag that precedes your published Function or Procedure). ...
    15 KB (2,184 words) - 14:12, 3 April 2008
  • ...change when the parts used to make them change. To get the cost, we use a function that calls itself. ...first call this function with the inventory part number that is a kit. The function will then loop through the kit table to find all the inventory items which ...
    3 KB (472 words) - 12:42, 25 March 2020
  • Function DialogResult Returns String Function WebAppName Returns String ...
    25 KB (2,475 words) - 12:47, 28 September 2020
  • ==== Looking for a function that has a number as the parameter ==== function .* number .* returns ...
    1 KB (200 words) - 12:57, 31 January 2022
  • Function Form_Window_Handle Integer iItem Returns Handle Function Value Returns String ...
    3 KB (393 words) - 02:33, 2 March 2019
  • ...=80 vWin32fh library]. This function wraps the Windows API browseforfolder function. The reason for that is that the Windows API requires you to use a callback function to set the initial folder. This cannot be done from within DataFlex as it i ...
    2 KB (262 words) - 16:25, 2 March 2020
  • Here's a function I use for creating a timestamp, this uses the ISO8601 format as it has adva Function ISO8601TimeStamp Returns String ...
    5 KB (628 words) - 12:55, 16 March 2023
  • this.serverAction("ProcessData2", [ 2, 1 ], oData, function(oEvent){ // Function called as server action ...
    3 KB (307 words) - 00:13, 11 July 2023
  • Function GoodsOrder PurchaseOrder Ord Returns OrderResponse (Here it is assumed that there is also defined a Function ''ProcessOrder'', which does all of the hard work, taking the PurchaseOrder ...
    7 KB (990 words) - 18:48, 23 November 2007
  • This function will use a different approach and use CodeJock's imagelist to load the icon Just add the function below to your project (below "Use cCJCommandBarSystem.pkg" or such). ...
    3 KB (379 words) - 19:56, 9 March 2019
  • The function looks like this: Function ComDecryptBytesENC String llstr Returns Variant ...
    4 KB (582 words) - 13:53, 4 March 2020
  • function OnFocusIncrementCount(oEvent){ ...accessed directly, but better is to use the get and set functions. The set function will make the property synchronized (so that is value is sent to the server ...
    2 KB (261 words) - 15:15, 8 April 2020
  • Function DecToHex Integer iDec Returns String // DAW in all their wisdom does not provide this function. ...
    2 KB (311 words) - 14:47, 13 January 2022
  • ...n Checkout in centralised version control systems, but you can imagine its function is related. This function is not (yet?) in Git Gui, but is very handy. You will however find it in gi ...
    40 KB (6,777 words) - 12:25, 29 June 2020
  • Function CreateCustomer String sName String sEmail Function CreateInventoryItem Integer iVendor_ID String sItem_ID String sDescription ...
    3 KB (474 words) - 05:50, 30 November 2007
  • df.MyWebApp = function(sWSO){ get_pbSysIsIOS : function(){ ...
    1 KB (188 words) - 15:06, 8 April 2020
  • Function MyFunction integer i returns Integer function myFunc string test returns string ...
    7 KB (915 words) - 13:39, 8 April 2020
  • ...ojects/VDFClassRef/cJsonObject-Function-JsonToDataType.htm JsonToDataType] function and if you have to convert data from a struct to JSON then you can use the ...
    7 KB (996 words) - 21:51, 17 June 2021
  • attaching a javascript function to onBeforeSave (inside initForm): oForm.onBeforeSave = function(oVdfForm, sTable){ ...
    2 KB (244 words) - 17:10, 22 November 2007
  • // Recursive function going over JSON objects removing all empty strings, 0 and NULL values of ob ...ember-of-cJSON-class-when-used-with-arrays&p=331630#post331630 RemoveNulls function by Mike Peat] ...
    13 KB (1,667 words) - 23:46, 8 March 2024
  • Function ReadMyFile String sFilePathName Returns Boolean Function WriteMyFile String sFilePathName Returns Boolean ...
    9 KB (1,072 words) - 16:04, 22 February 2021
  • #Modify the '''UserLogin''' function: #Modify the '''UpdateSessionProperties''' function: ...
    6 KB (881 words) - 11:42, 5 May 2021
  • ...tions for DOS/Windows and Linux/Unix platforms, you should use the Sysconf function with the Sysconf_Dir_Separator to obtain the path separator in your program *The mathematical operators can now be used on strings, making their function more intuitive and compatible with other programming environments. However, ...
    50 KB (7,976 words) - 16:50, 24 May 2021
  • Function Field_Checked_State Integer iField Returns Boolean Function File_Field_Checked_State Integer iFile Integer iField Returns Boolean ...
    3 KB (400 words) - 19:28, 26 March 2022
  • sf.WebCarousel = function WebCarousel(sName, oParent) { carouselItemsChanged : function() { ...
    2 KB (278 words) - 14:30, 25 July 2023
  • Function IsEnabled Returns Boolean Function GetAddItem Handle hClass Handle hCommandBarControls String sCaption Boolean ...
    7 KB (733 words) - 02:34, 2 March 2019
  • *HasRights: does the logged in user have the rights to perform the chosen function. Use User_DD The HasRights function should identify whether the user is administrator or not. ...
    2 KB (322 words) - 16:09, 2 March 2020
  • Retrieving the Process ID involves calling a Windows API function in '''Kernel32.dll''', defined in your code as follows: ...inal "'''d'''" of "''GetCurrentProcessId''" is ''lower-case'' and External Function calls are case-sensitive - something that caused me to fail to get it worki ...
    2 KB (236 words) - 17:58, 19 December 2008
  • Following is a DataFlex function that returns the full path for the exe-file (once it has been installed on Function HtmlToPdfExeFile Returns String ...
    1 KB (169 words) - 15:12, 8 April 2020
  • Function DisplayProgress Number nPercentageValue Returns String ...
    11 KB (1,289 words) - 02:35, 2 March 2019
  • ...has the advantage over Registry settings, which perform very much the same function, in that you don't need any special rights on the machine to set it up and ...
    8 KB (1,284 words) - 10:01, 11 August 2021
  • Move (trim(refnumA2("COMPFOLD"))) to sTemp //function to get a param from the company control file ...
    3 KB (485 words) - 12:45, 25 March 2020
  • *** Call the "W" variant of the function ...
    6 KB (1,006 words) - 13:31, 24 April 2021
  • ...e value of each individual funtion call. (getting property values are also function calls). ...
    3 KB (409 words) - 12:46, 25 March 2020
  • function JumpStartReport string sInvoice boolean bEmail string sEmailAddress returns ...
    6 KB (896 words) - 12:46, 25 March 2020
  • As you can see, that relies on the ComparePasswords function of the WebSessionManager object, which will not be present in a Basic Web P ...
    10 KB (1,349 words) - 17:39, 25 January 2022
  • Get Col_Count to iCols // The class function is similar to Row_Count and ItemCount. ...
    57 KB (6,103 words) - 11:00, 21 August 2019
  • Function psCurrentDatabase Returns String ...
    10 KB (1,430 words) - 16:27, 10 June 2008
  • ...ich will have a source file extension of ".wo") you then create methods ([[Function]]s and/or [[Procedure]]s), which you will subsequently [[Web_Service_Basics ...
    6 KB (911 words) - 15:04, 1 June 2020
  • ...allow the user to sort columns that are indexes, and also include a search function. Lookup Lists can also be assigned to fields inside the [[Data Dictionary] ...
    589 bytes (93 words) - 19:56, 9 March 2019
  • ...' is a technique where arguments that are passed into a [[procedure]] or [[function]] are the actual memory resident values from the calling procedure. When t ...
    801 bytes (123 words) - 12:11, 24 February 2019
  • ...s.com/Forums/showthread.php?66748-External_Function-and-ListLabel External function and List and Label] forum question ...
    2 KB (271 words) - 13:57, 25 January 2021
  • // function to create a mutex ...
    4 KB (481 words) - 15:30, 27 September 2021
  • Function DisplayImage String sImageName Returns String ...
    3 KB (373 words) - 13:12, 20 December 2022
  • ...lement allows you to easily find the customer element using a [[FindNode]] function. ...
    2 KB (301 words) - 20:00, 7 April 2008
  • *oOperation - the operation (function) name beng invoked ...
    4 KB (610 words) - 17:27, 22 November 2007
  • Function USER_FONTNAME String facename Integer height Returns Integer ...
    1 KB (125 words) - 12:44, 25 March 2020
  • Function Create_DDO_From_TableName String sTableName Returns Handle ...
    1 KB (174 words) - 12:44, 25 March 2020
  • Function MyValueWS String sKey Returns String ...
    2 KB (227 words) - 13:02, 27 July 2019
  • ...and checking files that matter for a DataFlex environment to successfully function. It uses the credentials of the user logged in to the system, so the result ...
    660 bytes (98 words) - 14:08, 4 March 2020