Does any know if there is a command to "send" the following keyboard combination:
Windows Key + Shift + Right Arrow
Search found 912 matches
- Thu Jun 25, 2020 3:54 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Send Key Combination
- Replies: 1
- Views: 718
- Thu Jun 04, 2020 4:18 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: DatePicker shows incorrect date ( month ) FWH 2004
- Replies: 9
- Views: 1949
Re: DatePicker shows incorrect date ( month ) FWH 2004
Hi Rick,
Try setting the computers date format (in the regional settings) to "mm/dd/yyyy" and see if that helps. Most likely it is currently set to "mmm/dd/yyyy"
Try setting the computers date format (in the regional settings) to "mm/dd/yyyy" and see if that helps. Most likely it is currently set to "mmm/dd/yyyy"
- Mon Apr 27, 2020 5:10 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Text fille help
- Replies: 5
- Views: 1414
Re: Text fille help
Sorry, I should have provided more info....
(never worked with json or hash before so please forgive any dumb questions)
I am reading a json file into a text var (cText) and working with the data in the background.
I'm not displaying the data in a browse.
(never worked with json or hash before so please forgive any dumb questions)
I am reading a json file into a text var (cText) and working with the data in the background.
I'm not displaying the data in a browse.
- Mon Apr 27, 2020 4:33 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Text fille help
- Replies: 5
- Views: 1414
Re: Text fille help
How would I add a new entry ?
- Mon Apr 27, 2020 11:34 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Text fille help
- Replies: 5
- Views: 1414
Re: Text fille help
Excellent. Thanks
- Thu Apr 23, 2020 6:20 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Text fille help
- Replies: 5
- Views: 1414
Text fille help
I have a text file created by another program (it's a json file) I need to find a way to allow a user to delete an entry from the text file via a user interface. Can anyone point me in the right direction. The issue I'm having is how to locate the specific entry and remove it. Here is what the file ...
- Wed Apr 08, 2020 3:04 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Helping with Covid-19
- Replies: 4
- Views: 1112
- Wed Apr 08, 2020 2:28 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Helping with Covid-19
- Replies: 4
- Views: 1112
Helping with Covid-19
Hoping everyone is staying safe.... I have been asked by a few of hospitals in my area if I can develop a software package to help monitor patients. I would like to do my part and proceed with this however the current oximeters use the new BLE standard and I have never worked with this. Has anyone o...
- Tue Mar 10, 2020 3:48 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: status FiveWeb from Laiton
- Replies: 8
- Views: 2179
Re: status FiveWeb from Laiton
I've been using Lailton's FiveWeb for years and love it.
- Wed Dec 18, 2019 11:46 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Bluetooth 4.0 BLE
- Replies: 0
- Views: 1249
Bluetooth 4.0 BLE
Has anyone connected to a Bluetooth 4.0 BLE device?
The older Bluetooth devices would create a com port which I would connect to.
The new Bluetooth devices use the Low Energy standard and these do not create a com port. I have no idea how I would connect to them.
The older Bluetooth devices would create a com port which I would connect to.
The new Bluetooth devices use the Low Energy standard and these do not create a com port. I have no idea how I would connect to them.
- Fri Jul 05, 2019 5:53 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Multiple languages
- Replies: 5
- Views: 1762
Re: Multiple languages
Should have mentioned, the -po=lang is in a .hbm file.
So I guess I need to know the proper formatting to put this in the .hbm file.
If I do this using: harbour -j myapp.prg (from the command line) it seems to work but I need to figure out how to do it from the .hmb file.
So I guess I need to know the proper formatting to put this in the .hbm file.
If I do this using: harbour -j myapp.prg (from the command line) it seems to work but I need to figure out how to do it from the .hmb file.
- Fri Jul 05, 2019 1:43 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Multiple languages
- Replies: 5
- Views: 1762
Re: Multiple languages
I tried getting a POT file but the file that is created just says it was created by Harbour but nothing else in it.
I added this to my make file to generate the POT file:
-po=lang
Any ideas?
#
# This file is generated by Harbour 3.0.0 (Rev. 16951)
#
I added this to my make file to generate the POT file:
-po=lang
Any ideas?
- Thu Jul 04, 2019 4:38 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Multiple languages
- Replies: 5
- Views: 1762
Multiple languages
I am starting a new application and this time I am going to attempt to make it available in multiple languages (going to start with English, French and Spanish).
Since I have not tried this before I was wondering what is the best approach to doing this?
Since I have not tried this before I was wondering what is the best approach to doing this?
- Thu Feb 28, 2019 12:48 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: strategies
- Replies: 34
- Views: 8079
Re: strategies
Here are a couple of screen shots of my WebApp. The program is built with Harbour/FiveWeb which creates an EXE that is run under apache (I believe you can use IIS as well) Login Screen: http://can-soft.net/temp/login.jpg Search Screen: http://can-soft.net/temp/search.jpg View/Edit Screen (on the rig...
- Tue Feb 26, 2019 11:10 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: strategies
- Replies: 34
- Views: 8079
Re: strategies
I've been working on a WebApp using pretty much standard harbour code using Lailtons FiveWeb. It's been working well for me. I can use DBF's, ADT, SQL and works with ADS as well. One of the nice things was that it did not take me long before I had a nice working app. Any issues I've come across (ie:...