Search found 9 matches

by Barry O'Brien
Wed Jan 09, 2008 5:12 pm
Forum: FiveWin for Harbour/xHarbour
Topic: GetPVProfString and Double Quotes (")
Replies: 2
Views: 767

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...
by Barry O'Brien
Wed Jan 09, 2008 3:59 pm
Forum: FiveWin for Harbour/xHarbour
Topic: GetPVProfString and Double Quotes (")
Replies: 2
Views: 767

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...
by Barry O'Brien
Wed Dec 12, 2007 4:18 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Google Maps
Replies: 85
Views: 29993

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 ...
by Barry O'Brien
Mon Dec 10, 2007 10:21 am
Forum: FiveWin for Harbour/xHarbour
Topic: hb_cdxPageSeekKey
Replies: 12
Views: 3100

Thanks Antonio,

When I get an answer from xHarbour.com I will post it here in case it can help anyone else in future.

Kind regards,

Barry
by Barry O'Brien
Mon Dec 10, 2007 10:08 am
Forum: FiveWin for Harbour/xHarbour
Topic: hb_cdxPageSeekKey
Replies: 12
Views: 3100

Hi Antonio,

No I am only accessing the DBF via xHarbour.

Kind Regards,

Barry
by Barry O'Brien
Mon Dec 10, 2007 9:58 am
Forum: FiveWin for Harbour/xHarbour
Topic: hb_cdxPageSeekKey
Replies: 12
Views: 3100

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...
by Barry O'Brien
Wed Oct 24, 2007 1:49 pm
Forum: FiveWin for Harbour/xHarbour
Topic: OT macro operator
Replies: 10
Views: 2012

Hi Detlef, I had a similar problem just yesterday trying to do: cDBField := "ACNT_NBR" REPLACE PAYMENT->&cDBField WITH cValue This was causing the "&syntax error" you mentioned. I fixed it by doing the following: cDBField := "PAYMENT->ACNT_NBR" REPLACE &cDBF...
by Barry O'Brien
Wed Sep 19, 2007 9:04 am
Forum: FiveWin for Harbour/xHarbour
Topic: Password Fields
Replies: 4
Views: 1000

Thanks everyone for your input!

Biel's solution is the only one that I could get to work, but it does work perfectly for my needs.

Thanks again,

Barry
by Barry O'Brien
Tue Sep 18, 2007 3:27 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Password Fields
Replies: 4
Views: 1000

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...