Search found 37 matches: renaming

Return to advanced search

file ID in the Windows file system

... in complex systems. **User: What happens if I rename a file to the ID or if I copy a file to another folder?** When you interact with a file by renaming it or copying it, the underlying file system handles these actions with specific behaviors related to the file's unique identifier (File ID) ...
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: 628

FileEdit.prg - Duplicate function

... and in the fileedit.prg file which was probably compiled with the fwh libraries, now I had to copy the duplicate function in each of my files, renaming it static, later I will change the name.
by Silvio.Falconi
Tue Mar 14, 2023 9:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FileEdit.prg - Duplicate function
Replies: 0
Views: 171

Re: Migration to the new mod_harbour fastCGI

Hi Antonio,

Renaming libcurl-x64.dll into libcurl.dll solved the problem.

Last Modharbour.exe is working fine now with ADS, with and without using WAPI_LOADLIB...

ADS64 11.1 dlls are all copied into the same folder as modharbour.exe

Many thanks, you are the best, as usual :)

JF
by jfl@mafact.com
Tue May 04, 2021 9:38 am
 
Forum: mod_harbour
Topic: Migration to the new mod_harbour fastCGI
Replies: 46
Views: 5206

Re: Server vs Notebook as Server for FW programms

... Hello, We also have some security tools installed. Beside standard software we have some own tools made with FW. -detect renaming of files in WINHOTEL data folder which http://forums.fivetechsupport.com/viewtopic.php?f=3&t=35900&p=213847&hilit=ransom#p213847 ...
by Otto
Sun Oct 14, 2018 7:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Server vs Notebook as Server for FW programms
Replies: 44
Views: 16857

Re: Invisible CDX files

... wasn't done, but I stopped it. Of course, the search is also looking inside each file so this could take a very long time. I had an idea. I tried renaming one of the visible indexes to the name of one of the invisible indexes (using File Explorer) and it worked. Normally, it would have put up ...
by James Bott
Sun Sep 09, 2018 7:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Invisible CDX files
Replies: 21
Views: 3306

Re: Update FWH programs via SQL-database?

Hi Giovany, I don't delete the former exe because sth can fail and i don't want to leave the user without the app. And renaming is allowed in case the exe is being executed, but deleting is not always an option. If possible, add some kind of binary validation to the download, like ...
by Carlos Mora
Tue Aug 21, 2018 6:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Update FWH programs via SQL-database?
Replies: 15
Views: 2759

Re: Pasar tablas SQL Server a DBF

Excluding the CASE Table, export was successful.

The problem may be because CASE is a reserved word.
This name will keep creating problems in any other database too, Please consider renaming the table
by nageswaragunupudi
Sun Jul 16, 2017 3:38 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pasar tablas SQL Server a DBF
Replies: 46
Views: 6713

Re: Nuevo FWH 16.06

... \fwh\lib\libmysql.lib Build 64-but application linking \fwh\lib\libmariadb64.lib Now both 32-bit and 64-bit Exes work from the same folder without renaming the dlls. Please note that both libmysql.dll and libmariadb.dll are totally identical in functionality. This is exactly what we have done for ...
by nageswaragunupudi
Thu Sep 01, 2016 4:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo FWH 16.06
Replies: 10
Views: 2511

Re: Nuevo FWH 16.05

... reason might be that you are not using 64 bit dlls with 64 bit exes. Please copy fwh\dll\libmysql64.dll or libmariadb64.dll to the executable path renaming them as libmysql.dll or libmariadb.dll. SetCheck() In case you want to have both bitmaps and prompts then please use: oCol:SetCheck( aBitmaps, ...
by nageswaragunupudi
Sun Jul 17, 2016 12:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo FWH 16.05
Replies: 12
Views: 3773

OT: Help with xEdit V3.0.0 Build 2013

... following up on the explorer while linking creates two files one RCX10.tmp and myapp.exe.$$$, But at the end of link only RCX10.tmp remain, renaming RCX10.tmp to Myapp.exe the application run fine, does anyone know why is thing happening? xedit.cfg attached file     [OPTIONS]    ...
by hebert_j_vargas
Fri Mar 04, 2016 2:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: Help with xEdit V3.0.0 Build 2013
Replies: 0
Views: 379

Re: C Struct

Hi Antonio, Thanks for your reply. I compiled a DOS version of just the PRG (renaming the FWH folder to fool xBuildW that there was no Fivewin installed). I replace? the MsgInfo() with ? and I get the same result. I have managed to call other DLLs successfully ...
by patdriscoll
Wed Jun 11, 2014 6:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: C Struct
Replies: 23
Views: 3500

Re: ADO RecordSet: Working locally without connecting to Server

? FRename( cMdb, cBak ) frename returns -1 , this is because cMdb is still open If it returns -1, then renaming was not successful for whatever reason and one of such reasons could be that the mdb is not fully closed and released. If you execute the code I posted without any ...
by nageswaragunupudi
Mon Aug 12, 2013 5:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RecordSet: Working locally without connecting to Server
Replies: 7
Views: 2974

Re: ADO RecordSet: Working locally without connecting to Server

Mr. Rao: Thanks for your works, I have a problem with MsgInfo( "Renaming " + cMdb + " as " + cBak + CRLF + ; "This is equivalent to not having connection with Server" ) ? FRename( cMdb, cBak ) frename returns -1 , this is because ...
by Maurizio
Mon Aug 12, 2013 5:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RecordSet: Working locally without connecting to Server
Replies: 7
Views: 2974

Re: To Santa: xBrowse AutoSort and ADO Field names with spaces

Just an Idea...

cSelect:="select `employee number` as empnum from employees"

Fullfill with all fields names renaming them to avoid spaces
by Adolfo
Sat Dec 15, 2012 1:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Santa: xBrowse AutoSort and ADO Field names with spaces
Replies: 7
Views: 1577

Re: Pelles C question

Hi,

I have found the problem. Pelles C have some problems with names of bitmaps like 'DELETE', 'FONT'.
After renaming them, everything works fine :D
by Marc Vanzegbroeck
Tue Dec 11, 2012 12:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pelles C question
Replies: 14
Views: 3426
Next

Return to advanced search