Search found 557 matches: location

Return to advanced search

Re: Is seven and download file

Maybe this can be of help : this is saving at the program location if URLDOWNLOADTOFILE( 0, "https:\\yourdomain/fivewin/fivewin.zip", "fivewin.zip" ) = 0     oRs:versie = system_version   oRs:Save()   msginfo("Update ...
by Silvio.Falconi
Sat Jan 15, 2022 2:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Is seven and download file
Replies: 2
Views: 312

Re: Is seven and download file

Maybe this can be of help : this is saving at the program location if URLDOWNLOADTOFILE( 0, "https:\\yourdomain/fivewin/fivewin.zip", "fivewin.zip" ) = 0     oRs:versie = system_version   oRs:Save()   msginfo("Update ...
by Marc Venken
Sat Jan 15, 2022 12:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Is seven and download file
Replies: 2
Views: 312

Re: Manupulate PDF via Acrobat PRO DC

... msginfo( datospdf )  What exectly is pagHilitelist:Add(0, 9000)? Are those the coordinates? On my pages, the name is always on the same location on the paper. Is it possible with this? http://www.vms.be/tmp/PDF-Tekst.JPG It's the text 'F2001_3' that I need
by Marc Vanzegbroeck
Sun Dec 26, 2021 12:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Manupulate PDF via Acrobat PRO DC
Replies: 23
Views: 3713

Re: Manupulate PDF via Acrobat PRO DC

... the Acrobat DC application’s user interface or programmatically generated. The typical action for a user-created bookmark is to move to another location in the current document, although any action can be specified. It is not possible to create a bookmark with OLE—only to destroy one. https://opensource.adobe.com/dc-acrobat-sdk-docs/acrobatsdk/pdfs/acrobatsdk_iacguide.pdf ...
by mastintin
Thu Dec 23, 2021 9:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Manupulate PDF via Acrobat PRO DC
Replies: 23
Views: 3713

Re: Focus error on this new project

Hey,

Oeps...

I changed the cPath parameter in the program to my location. This should be commend(//) and yours Should be back to your location on your pc
by Marc Venken
Fri Dec 10, 2021 1:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Focus error on this new project
Replies: 16
Views: 1208

Re: Focus error on this new project

I used a netopen function to open the database
and the location of the path was set to c:\marc

I removed the netopen function with

use customer shared NEW

The error will go away than... Sorry
by Marc Venken
Thu Dec 09, 2021 12:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Focus error on this new project
Replies: 16
Views: 1208

Re: Problem with tdatabase

... it takes milliseconds to do this, and with hundreds of thousands of records written each year, my clients have NEVER encountered a problem. Some locations have up to 20 workstations sharing data in a network. The values are assigned to variables in the .prg and applied to records as approrpiate.I ...
by Silvio.Falconi
Tue Dec 07, 2021 8:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with tdatabase
Replies: 14
Views: 1881

Re: Problem with tdatabase

... it takes milliseconds to do this, and with hundreds of thousands of records written each year, my clients have NEVER encountered a problem. Some locations have up to 20 workstations sharing data in a network. The values are assigned to variables in the .prg and applied to records as approrpiate.I ...
by TimStone
Mon Dec 06, 2021 11:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with tdatabase
Replies: 14
Views: 1881

Re: Server Apache24 to ModHarbour

... regards, saludos Antonio Linares http://www.fivetechsoft.com User avatar Antonio Linares Site Admin Posts: 38098 Joined: Thu Oct 06, 2005 5:47 pm Location: Spain Top Re: Peticiones POST GET Postby Otto » Tue Oct 05, 2021 9:26 pm Hello friends, maybe someone can help me. This example works when ...
by Otto
Thu Oct 07, 2021 3:09 pm
 
Forum: mod_harbour
Topic: Server Apache24 to ModHarbour
Replies: 20
Views: 2674

Re: New FWH 21.06

Or, you may simply have to enter the Extras - Databases option, and select the path corresponding to the location of the database in your installation. Keep in mind that the examples that came in the original version have not been deleted to check their compatibility, which ...
by cnavarro
Sat Jul 31, 2021 12:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 21.06
Replies: 57
Views: 4931

Re: Creating Language Switcher

Dear team, instead of location.href='https://winhotel.space/lp/demo/ landingpage1.prg ?sprache=en' I would need the landingpage1.prg part as a variable, because I would like the switcher to work on landinpage1.prg, landingpage2,prg, ...
by Ruth
Mon Jul 26, 2021 8:26 am
 
Forum: mod_harbour
Topic: Creating Language Switcher
Replies: 7
Views: 653

Re: Resedit closes problems after Windows 10 update

... 'C:\Windows\System32\ncryptsslp.dll'. Symbols loaded. Exception thrown at 0x00000001400B0E19 in ResEdit.exe: 0xC0000005: Access violation writing location 0x0000000006001134.
by Antonio Linares
Mon Jul 19, 2021 3:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resedit closes problems after Windows 10 update
Replies: 12
Views: 776

Re: Resedit closes problems after Windows 10 update

When running it from Visual Studio Community IDE using debug mode we get this:

Exception thrown at 0x00007FF90F190811 (ntdll.dll) in ResEdit.exe: 0xC0000005: Access violation reading location 0xFFFFFFFFFFFFFFFF. occurred
by Antonio Linares
Mon Jul 19, 2021 3:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resedit closes problems after Windows 10 update
Replies: 12
Views: 776

Re: MariaDB How add a user from FW

GRANT SELECT, INSERT, DELETE ON 'database' TO 'username'@'location' IDENTIFIED BY 'password'
by nageswaragunupudi
Tue Jun 29, 2021 4:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDB How add a user from FW
Replies: 4
Views: 711

Re: MariaDB How add a user from FW

cSql := "CREATE USER 'name'@'location' IDENTIFIED BY 'password' oCn:Execute( cSql ) // location can be 'localhost' or a wildcard ip address or '%'. '%' indicates from all locations. cSql := "GRANT ALL PREVILEGES ON 'dataasename.*' ...
by nageswaragunupudi
Tue Jun 29, 2021 2:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDB How add a user from FW
Replies: 4
Views: 711
PreviousNext

Return to advanced search