Search found 343 matches: reset

Return to advanced search

Re: harbour/xharbour appear ADS functions error

... to compile. Dear EMG, I download xharbour.org file. xHarbour Binaries Rev. 10281 for BCC 7.70 This version ADS.ch not find in include folder. I reset xharbour again. But I still get link error below: [list]矬闡闡闡闡闡闡闡闡闡闡闡闡闡闡闡闡闡闡闡闡闡闡闡闡闡闡闡闡闡闡闡闡闡闡闡闡闡醴?FiveWin for xHarbour 24.02 - Feb. 2024 ...
by richard-service
Tue Apr 09, 2024 1:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: harbour/xharbour appear ADS functions error-SOLVED
Replies: 47
Views: 8224

Re: FW_DbfSqlQuery con campos mayores de 256 carracteres

... than 256 at the end of the table, in this way the information returned is correct since when it finds the end of the line the reading position is reset to the next record. It is not a 100% correct solution but it works for me, since normally I will not use fields greater than 256 for the SQL queries ...
by VictorCasajuana
Fri Mar 08, 2024 2:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FW_DbfSqlQuery con campos mayores de 256 carracteres
Replies: 3
Views: 644

file ID in the Windows file system

... In addition to receiving a new File ID, the file's metadata may be updated to reflect the change, especially the creation time which might reset to the time of the copy on the new volume. **General Considerations:** - **Permissions and Links**: Be aware that moving files can sometimes affect ...
by Otto
Fri Jan 05, 2024 4:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: file ID in the Windows file system
Replies: 5
Views: 615

Re: copy a row of xbrowse

... and add them to `aCopy`. 2. **Modify Paste Functionality**: When pasting, iterate over `aCopy` and add each row to `oBrw:aArrayData`. Make sure to reset `aCopy` after pasting. 3. **Handle Unique Identifiers**: To avoid issues with modifying copied rows, ensure each row has a unique identifier (like ...
by Otto
Tue Dec 05, 2023 3:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: copy a row of xbrowse
Replies: 36
Views: 5751

Re: Execute php or vbs code

Here it is: https://wormhole.app/6lE98#DrUiOoCwc3x7kgJ2O-EDDA Enrico, using Antonio's example, I have several errors. Need some other lib? Error: Unresolved external 'WSAIoctl' referenced from D:\LANG\FWH1105\XH1.2.1\LIB\HBCURL.LIB|hbcurl Error: Unresolved external '_curl_global_init_mem' r...
by wartiaga
Sat Sep 02, 2023 3:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Execute php or vbs code
Replies: 18
Views: 1103

Re: MSXML2.ServerXMLHTTP / readyState / Status

... status Property 100 Continue 101 Switching protocols 200 OK 201 Created 202 Accepted 203 Non-Authoritative Information 204 No Content 205 Reset Content 206 Partial Content 300 Multiple Choices 301 Moved Permanently 302 Found 303 See Other 304 Not Modified 305 Use Proxy 307 Temporary Redirect ...
by Jimmy
Sat Mar 18, 2023 11:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MSXML2.ServerXMLHTTP / readyState / Status
Replies: 8
Views: 390

Detect any activity of a window?

Hi,

I have a buttonbar and panel in a window. I use webview in panel. I can use eval class with webview.

I wonder Can I detect any manuel activity in this panel to reset timeout time.

Thanks.
by Horizon
Wed Dec 14, 2022 1:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Detect any activity of a window?
Replies: 4
Views: 356

Re: REDEFINE SAY on Buttonbar

... the gradient to be uninterrupted. 5). Using a SAY command with a CTEXT control in an RC file, you get the text ( which changes as the variable is reset ). 6). The SAY command defaults to the Windows Style background that we are using rather than allowing the gradient background to show through. ...
by TimStone
Wed Dec 07, 2022 6:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: REDEFINE SAY on Buttonbar
Replies: 33
Views: 1970

Re: Xbrowse Menu with checkbox

... https://i.postimg.cc/s1dnS6jG/h.gif the error in the video is given because I reset the numbers or I deleted all the selected numbers, then the UncheckAll() function tries to delete all checkboxes and makes an error because the ...
by Silvio.Falconi
Sun Nov 20, 2022 12:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse Menu with checkbox
Replies: 5
Views: 467

New FTDN October/Octure (FWH 22.10)

... with DBF -See samples\dbf_tts.prg * Enhancement: samples\buildh32.bat, samples\buildh64.bat and samples\buildx32.bat have been fixed to properly reset the environment after the call to vcvarsall.bat We have been looking for this solution for a long time :-) * Enhancement: samples\fivedit0.prg ...
by Antonio Linares
Wed Nov 02, 2022 11:55 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octure (FWH 22.10)
Replies: 2
Views: 861

Re: FWForum Post and code grabber

hi Marc, Restarting the program resets the Google timer for the request right ? NO, just lTranslate := .F. will be "reset" in "phpBB Forum Grabber" you must get new (real) IP which Google use to "identify" User ...
by Jimmy
Sat Oct 15, 2022 10:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWForum Post and code grabber
Replies: 14
Views: 800

Re: Get real date from the Internet

... the mess that vcvars32.bat creates :-) (MS should do it automatically but it does not) https://stackoverflow.com/questions/14969399/how-to-reset-environment-after-running-vcvars32-bat This made me re open a cmd window lots of times because after x calls to vcvars32.bat the cmd becomes unusable. ...
by Antonio Linares
Fri Sep 30, 2022 10:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Get real date from the Internet
Replies: 55
Views: 4454

MS vcvars32.bat setlocal and endlocal

We have been looking for this solution for many years :-)

For those of you that call MS vcvars32.bat please call setlocal before, and call endlocal after calling vcvars32.bat

https://stackoverflow.com/questions/14969399/how-to-reset-environment-after-running-vcvars32-bat

that simple!
by Antonio Linares
Fri Sep 30, 2022 10:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MS vcvars32.bat setlocal and endlocal
Replies: 1
Views: 262

Re: Get real date from the Internet

Yes Enrico, thank you, and as a gift we have finally found how to reset the environment (cmd set) after using vcvars.all that MS forces to be used

viewtopic.php?f=3&t=42255&start=0
by Antonio Linares
Fri Sep 30, 2022 10:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Get real date from the Internet
Replies: 55
Views: 4454

Re: Get real date from the Internet

Dear Enrico, I am happy that finaly!!! we have found the way to reset the environment after using MS vcvarsall.bat 1. There is an error in both buildh32.bat and buildh64.bat as they use "path" where "Path" should be used 2. setlocal and ...
by Antonio Linares
Fri Sep 30, 2022 10:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Get real date from the Internet
Replies: 55
Views: 4454
Next

Return to advanced search