Search found 9 matches
- Wed Jan 09, 2008 5:12 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: GetPVProfString and Double Quotes (")
- Replies: 2
- Views: 790
Hi James, I belive this is how it is supposed to work--so you can tell numbers from strings. There is another function GetPVProfInt() for returning integers. I thought that GetPVProfString() would return the entire value of an entry as a string, regardless of quotes or any odd characters it might co...
- Wed Jan 09, 2008 3:59 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: GetPVProfString and Double Quotes (")
- Replies: 2
- Views: 790
GetPVProfString and Double Quotes (")
Hi everyone, I'm using GetPVProfString to return an entry from an ini file that contains double quotes ("). However the function is stripping off the quotes and just returning the data within the quotes. An example: [Test] Entry=":" GetPVProfString returns this entry as : and not &quo...
- Wed Dec 12, 2007 4:18 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Google Maps
- Replies: 85
- Views: 30414
Hi Randal, I don't know anything about the google maps interface but going back a few months I was under the impression it only worked on lat\long co-ordinates. The last company I worked for had to buy a data set for all UK addresses which also had all the lat\long co-ordinates in it. This way they ...
- Mon Dec 10, 2007 10:21 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: hb_cdxPageSeekKey
- Replies: 12
- Views: 3164
- Mon Dec 10, 2007 10:08 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: hb_cdxPageSeekKey
- Replies: 12
- Views: 3164
- Mon Dec 10, 2007 9:58 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: hb_cdxPageSeekKey
- Replies: 12
- Views: 3164
Hi All, I have been experiencing the same error mentioned in this topic as well as another: hb_cdxPageSeekKey: wrong parent key hb_cdxIndexPageRead: read index page failed I am using latest xHarbour.com release and Fivewin 7.05 reading\writing to standard DBF files using DBFCDX. When one of these er...
- Wed Oct 24, 2007 1:49 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: OT macro operator
- Replies: 10
- Views: 2062
- Wed Sep 19, 2007 9:04 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Password Fields
- Replies: 4
- Views: 1028
- Tue Sep 18, 2007 3:27 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Password Fields
- Replies: 4
- Views: 1028
Password Fields
Hi, I have a GET that is created from a resource file and is set as a password field. Is there any way to change the character that is used to mask the password? Currently it uses a fat pipe character (like "|" but thicker!). Ideally I would like it to use the Windows default mask. Does an...