... WINDOWS) with a >shared folder containing DATA. And provide the UNC path or a mapped drive, >to your client systems through an .INI file I I performed this test in a Synology nas it's veryu probabyl that it's based in linux I have the same problem
... think why it is not working. Assuming that it is installed (and hopefully that nobody has uninstalled it), is there any kind of test that can be performed before I try GetActiveObject or CreateObject to insure success? By the way, it works most of the time, my error system using Outlook to send ...
... a matching key to the workorder A file for labor which is keyed to the workorder. The memo field contains a detailed description of the work performed. There is one record for each task A file for recommendations which is keyed to the workorder. The memo field contains detailed suggestions ...
... 800) } Inside the function `fromjavascript(hPost)`, if the condition elseif hTemp['url'] == 'cancelform'` is met, the following actions are performed: logline("cancelform", ValToChar(hTemp)) oWebView:Terminate() oWebView:Destroy() Do you think it would be more effective to use ...
... to manage file operations. When a program opens a file, the operating system creates a file handle to keep track of the file and operations performed on it. This handle is unique for the duration of the file's opening by that process. **File ID:** In addition to file handles, modern Windows ...
... local nVal, cVal? nKey, nFlags, FW_SetUnicode() http://www.objekt.com.tr/fwh_test/newtest2.png Likewise, in the test performed when the fwh 23.10 version was active, the nKey variable returned the value 286, as seen below. http://www.objekt.com.tr/fwh_test/newtest3.png ...
... define Get properly. What XBrowse natively provides is incremental Seek/Filter. That means, as and when the user presses a key, the seek/filter is performed. Many users like this feature, But if you reject this feature and use a Get and ask the user to enter a seek expression first, then do you ...
... to .T. (true), the array element is effectively passed to the code block by reference and an assignment to the first code block parameter is also performed in the corresponding array element. so that is different to Fivewin and i got empty Array ... :? i have ask ChatGPT but forgot 5th Parameter ...
... same as ASort(...) -nColNo: Sortede on nColNo asc if +ve and desc if -ve. -aCols: Array of column numbers or codeblocks. Multi-column sort is performed on the column numbers in the array. Asc if the number is +ve and desc if -ve. If any element of the array is codeblock, the comarison is made ...
... ) --> aSorted By default, this works just as normal ASort(), but if the fourth parameter is an array of column numbers, a nested sort is performed on multiple columns. For descending order, specify the column number as negative number. Eg: ASort( aArray,,{ 2, -4, 5 } ) Performs ascending ...
... I open a modeless POPUP window. Then I create a WebView object and put it in this non-modal dialog. However, further work of the program is not performed because WebView is still a modal window :( DEFINE DIALOG oKds FROM 0,0 TO 0,0 PIXEL ; STYLE nOR(WS_POPUP) COLOR CLR_BLACK, CLR_WHITE ACTIVATE ...
... from the site and the unpacking, both the conversion from the file "storico.txt" into "storico.dbf" and both the conversion is performed correctly. only that the meter is stopped I cannot publish the whole procedure because it is complex I can only publish a function which then ...
... doing the dbunlock, if before the dbrollback() another user modifies the value of CUST->CITY by "OTHER USER" when the rollback() is performed, what value will CUST->CITY finally have, "ORIGINAL" or "OTHER USER" ?