Search found 566 matches: location

Searched query: location

by Marc Venken
Mon Nov 18, 2024 8:21 am
Forum: FiveWin for Harbour/xHarbour
Topic: Most powerfull Xbrowser and PDF
Replies: 16
Views: 5115

Most powerfull Xbrowser and PDF

... com/viewtopic.php?f=3&t=45155&sid=4d9e57d7689b479b76d45fd4c4cf140f

The sample uses Memo files, but that is NOT needed. Just a lot of pdf's in a location on disk.

Mr. Rao, if you are reading this, you once placed a preview of Xbrowse showing the Pdf's. and lots of other extensions. I would be happy ...
by russimicro
Mon Nov 11, 2024 3:10 pm
Forum: FiveWin for Harbour/xHarbour
Topic: how to close downloaded files window in webview2
Replies: 13
Views: 2122

Re: how to close downloaded files window in webview2

... nTop := 0, nLeft := 0, nBottom := 100, nRight := 100,;
oWnd := GetWndDefault(), lDesign := .F., lBorder := .F.

::lUnicode = FW_SetUnicode()

::nTop = nTop
::nLeft = nLeft
::nBottom = nBottom
::nRight = nRight
russimicro

Posts: 248
Joined: Sun Jan 31, 2010 3:30 pm
Location: Bucaramanga - Colombia
by TimStone
Sun Oct 27, 2024 9:15 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Preview of the invoice in advance
Replies: 14
Views: 2955

Re: Preview of the invoice in advance

Otto,

My systems are all based on the client's location. One computer in a local network stores the data files. It can be both a server for other workstations, and a workstation for one of the users.

My clients can use an SMS service to send their texts. We integrated to Twillio because it costs ...
by karinha
Sun Oct 13, 2024 1:15 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Esperar a que termine la plicaion llamada con ShellExecute
Replies: 7
Views: 1131

Re: Esperar a que termine la plicaion llamada con ShellExecute

... in its latest size and position. The window that is currently active remains active.
5 - Activates a window and shows it in its current size and location.
6 - Minimizes the specified window and activates the top-level window within the system list.
7 - Displays a window as an icon. The window that ...
by Horizon
Wed Oct 02, 2024 9:01 am
Forum: FiveWin for Harbour/xHarbour
Topic: 24.07 and 24.09 TGroup problem.
Replies: 4
Views: 1429

24.07 and 24.09 TGroup problem.

... something strange error on tgroup. tried 24.09 again. still there is.

Since I took some x, y coordinates from the group element, I think the location and size of the other elements change.

24.02 screen.
http://www.objekt.com.tr/fwh_test/24_09_NORMAL.jpg

24.09 screen.
http://www.objekt.com ...
by Marc Venken
Tue Jul 30, 2024 2:32 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Europen Elektronic Bill
Replies: 12
Views: 3698

Re: Europen Elektronic Bill

... provided some extra info about it.

Some info (since it is from the Peppol site will be more related to Belgium, but part will be usefull.

Home location of info
https://docs.peppol.eu/poacc/billing/3.0/
The Billing data list
https://docs.peppol.eu/poacc/billing/3.0/syntax/ubl-invoice/tree ...
by Silvio.Falconi
Mon Jun 10, 2024 11:37 am
Forum: FiveWin for Harbour/xHarbour
Topic: problem with big dbf on xbrowse
Replies: 39
Views: 5232

problem with big dbf on xbrowse

... f. in :lIncrFilter := .t. the search is faster but then if I go to print the records it also prints those that have nothing to do with the location searched for

this is the structure of the archive


local aFields := { { "ABI", "C", 5, 0 },;
{ "CAB", "C", 5, 0 },;
{ "ISTBAN", "C", 106, 0 ...
by Silvio.Falconi
Thu May 23, 2024 8:19 am
Forum: FiveWin for Harbour/xHarbour
Topic: Socket Programming good practice
Replies: 3
Views: 733

Re: Socket Programming good practice

... https://github.com/FiveTechSoft/wsserver/blob/master/wsserver.prg



I don't know if it's the same thing but I would have to synchronize a warehouse that is in my school and another that is located in another location and I haven't understood how to do it, can we have a practical example to try with?
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: 1798

file ID in the Windows file system

... be copied to the new volume (where it receives a new File ID assigned by the destination volume's file system) and then deleted from the original location.
- **Metadata May Change**: In addition to receiving a new File ID, the file's metadata may be updated to reflect the change, especially the ...
by miarcod
Thu Nov 30, 2023 6:10 am
Forum: FiveWin para Harbour/xHarbour
Topic: Subuir un fichero a un servidor
Replies: 18
Views: 5035

Re: Subuir un fichero a un servidor

... del paso, estoy intentando el envío desde la linea de comandos.
He buscado y probado todo lo que encuentro pero no lo consigo tampoco.


curl --location 'https://www.zohoapis.eu/crm/v5/Leads/594992000001640002/Attachments' --header 'Authorization: Zoho-oauthtoken 1000....' --form 'file=@"/E ...
by Marc Venken
Fri Sep 01, 2023 11:43 am
Forum: FiveWin for Harbour/xHarbour
Topic: Choise : Windows server standard 2022 versus essential 2022
Replies: 23
Views: 3437

Re: Choise : Windows server standard 2022 versus essential 2022

... Access. After you set up Anywhere Access, users can access files, applications, and computers in your office network from a device in any location with an Internet connection.

The Set up Anywhere Access Wizard allows you to enable two methods of remote access:

Virtual private network (VPN ...
by Marc Venken
Wed Aug 30, 2023 10:31 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowser() setting not found
Replies: 1
Views: 342

Xbrowser() setting not found

... to deactivate the toolbar in xbrowser()
and to put the position coordinates.

I want to have a xbrowser() as small as possible at a specific location.

use customer
XBROWSER "CUSTOMER" COLUMNS "STATE", "AGE", "MARRIED", "SALARY" SETUP ( ;
oBrw:lHScroll := .f.,;
oBrw:lVScroll := .f.,;
oBrw ...
by CharlesKwon
Sat Aug 26, 2023 12:44 am
Forum: FiveWin for Harbour/xHarbour
Topic: Refresh on WebView
Replies: 2
Views: 494

Re: Refresh on WebView

... using mouse macros. There's a more reliable method.

Try passing the following script to the Webview through the EVAL Method:

oWebView:EVAL( "location.reload();" )

Regards,
Chalres KWON


Hello friends,

I'm using the WebView with DashBoard and I would like to refresh the page with F5 from the ...
by Marc Venken
Mon Jul 17, 2023 7:55 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FTP Upload works at home Not at work
Replies: 6
Views: 986

Re: FTP Upload works at home Not at work

No I did not.

I now copy the files to a location and use a manual FTP upload. In my case it's the same laptop there I take home and at work, so it need to be settings for
antivirus or router .or. ....
by Marc Venken
Tue Jul 11, 2023 9:25 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Create help system with F1
Replies: 15
Views: 2486

Re: Create help system with F1

... Select a item that you would like help for and if not exist, create it on the fly (in devellop mode) not live program
if exist show at a location near the item OR at a fixed position (ex. top right screen)

I prefer dbf simply because I know how to handle them best. Never used ini files ...