Search found 108 matches: activity

Return to advanced search

Re: help on a GPF situation

I am building Harbour 64 bits this way: Remove the rem here to have full Harbour activity: set HB_TR_LEVEL=debug go.bat (run this from c:\harbour) call "%ProgramFiles(x86)%\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat" x86_amd64set ...
by Antonio Linares
Sat Oct 23, 2021 6:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: help on a GPF situation
Replies: 26
Views: 3472

Re: help for converting file

thanks Otto But I wanted the record as 0 Thanks but I wanted something simpler type : UserName (30C) Activity(10C) Workdate(d8) Time(8C) type Falconi Silvio |in|15/12/2020|08:00 Falconi Silvio |out|15/12/2020|14:00 I take the csv file from the internet (from my website php) ...
by Silvio.Falconi
Wed Dec 16, 2020 5:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: help for converting file
Replies: 5
Views: 909

help for converting file

... the dbf is UserName (30C) WorkDate (d8) Worked (8C) Activity(10C) Workdate(d8) Time(8C) on excel I have ( an sample) https://cdn.wpplugin.org/wp-content/uploads/edd/2018/07/Capture.png
by Silvio.Falconi
Tue Dec 15, 2020 10:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: help for converting file
Replies: 5
Views: 909

planned activity

hi,
I have a .exe and it start each day at 11 p.m.
I do not want to use Windows planning utilities,
is there any way by fwh functions (timer or others...)

thanks
by damianodec
Mon May 04, 2020 10:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: planned activity
Replies: 0
Views: 262

Re: mod Harbour - eShop

... 1. In recent genesis.prg changes you can see how to use cookies to identify a user. On the server side you can use a DBF to track your users activity. Thats all that we have for now. 2. You just need to build libharbour.dll with ADS libs support into it. Here we explain how to include any ...
by Antonio Linares
Wed Jul 17, 2019 5:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: mod Harbour - eShop
Replies: 13
Views: 1376

Android intents

"Intents" API:
https://developer.android.com/guide/components/intents-common

am (activity manager)

$ am start -n org.mozilla.firefox/.App

$ am start -a android.intent.action.VIEW -n org.mozilla.firefox/.App -d /storage/emulated/0/Documents/wp.html
by Antonio Linares
Mon Mar 04, 2019 1:07 pm
 
Forum: FiveTouch
Topic: Android intents
Replies: 1
Views: 868

Toast vs desktop alert : I wanted only...

... a message that appears on the surface of the specified parent control for a short period of time, but it does not take focus (or pause the current activity), so it cannot accept any user input. Notification are always displayed in context, meaning that they pop up on the surface of the specified ...
by Silvio.Falconi
Fri Nov 02, 2018 5:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Toast vs desktop alert : I wanted only...
Replies: 4
Views: 1138

NirSoft utilities for programmers

... you to delete an assembly the cannot be uninstalled in the regular way. SocketSniff SocketSniff allows you to watch the Windows Sockets (WinSock) activity of the selected process. For each created socket, the following information is displayed: socket handle, socket type, local and remote addresses, ...
by Baxajaun
Tue Jul 03, 2018 10:36 am
 
Forum: Utilities / Utilidades
Topic: NirSoft utilities for programmers
Replies: 1
Views: 1128

Re: Direct IP Connection

The question is: what kind of activity you have to do - retrieve some datas and to make some calculations or to store datas in some external databases - pilot this machine in any case you must look for the documentation of this device you ...
by MarcoBoschi
Fri Dec 01, 2017 2:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Direct IP Connection
Replies: 18
Views: 3754

Hash when decoding JSON [ Mr. Rao ]

... SECTION 1 SECTION 2 SECTION 3 // This is the data I want Subsection 3A DetailSections // There may be several of these Details Subsection 3B Activity // There will be many of these Details // Each of these may have multiple lines I will be reading all lines in Section 3, in sequence, and ...
by TimStone
Wed Jul 19, 2017 9:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hash when decoding JSON [ Mr. Rao ]
Replies: 7
Views: 1807

Re: Google Cloud Platform

... retail companies. Wendy’s May 11, 2016: In January 2016, Wendy’s began investigating a potential data breach after receiving reports of unusual activity involving payment cards at some of their restaurant locations. The details of that investigation became public in May, as the fast food chain ...
by Rick Lipkin
Tue May 16, 2017 3:08 pm
 
Forum: Off Topic / Otros temas
Topic: Google Cloud Platform
Replies: 8
Views: 4256

Re: Plotting locations on Google Maps

A few observations: 1) I built a utility to do just the geocode, and save the result to the database. GOOGLE LIMITS ACTIVITY - a) You need a key ( free ), and b) you still have a limit of the number of searches you can do in a 24 hour period. Google says the key lets you do 25,000, ...
by TimStone
Wed Mar 15, 2017 5:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Plotting locations on Google Maps
Replies: 48
Views: 14638

Re: Proposal .. 'just not xBase any more'

... retail companies. Wendy’s May 11, 2016: In January 2016, Wendy’s began investigating a potential data breach after receiving reports of unusual activity involving payment cards at some of their restaurant locations. The details of that investigation became public in May, as the fast food chain ...
by Rick Lipkin
Wed Mar 08, 2017 2:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Proposal .. 'just not xBase any more'
Replies: 9
Views: 5827

Plotting locations on Google Maps

... ( pins ) on a Google Map from my database. The plan is to show where customers exist near a business. Has anyone done this ? It's a very common activity on the web, so I assume people have done it with FWH. Help is appreciated.
by TimStone
Fri Mar 03, 2017 10:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Plotting locations on Google Maps
Replies: 48
Views: 14638

Animation

I will show a circle in 5 steps growing the Diameter. The time from step to step should be 0.1 secs. The problem with waitseconds() etc. is the stop from all activity for this time.
Is there a way without stopping the program?
by byte-one
Mon Nov 28, 2016 9:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Animation
Replies: 3
Views: 698
PreviousNext

Return to advanced search