Search found 296 matches: john

Return to advanced search

... oLoc := oMapPoint:ActiveMap:FindAddressResults("123 main st", "houston", "TX", "77074", ) oMapPoint:ActiveMap:AddPushpin( oLoc:Item(1), "John Smith" ) */ RETURN NIL
by Randal
Tue Aug 22, 2006 1:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Message for Randal Ferguson
Replies: 16
Views: 6326

Data in each specific Row and Column

Dear Detlef, Thanks for prompt reply. I mean the text in each column of sbrowse. for examples Firstname Lastname Age 1 Kevin Smith 30 2 John Dely 25 3 David Sim 28 4 Ken Donald 34 When I click on column Firstname and row no. 2. The information I need is "John". Regards, Dutch
by dutch
Mon Jul 24, 2006 11:28 am
 
Forum: FiveWin for CA-Clipper
Topic: How can I get data from each column of TSbrowse?
Replies: 13
Views: 5040

Hi Tim,

thanks, this looks much more easier than the samples in the provided SDK! :-)

One remaining question: do you also use barcodes with this printer and if so, how?

Best regards,

John.
by John
Sat Jul 01, 2006 5:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Adressing Dymo Labelwriter 400
Replies: 3
Views: 1087

Adressing Dymo Labelwriter 400

... start digging into this, i was wondering if anyone already may have dealt with this printer before and has some code available? Thanks in advance! John. (I'm using FWH 2.7, Borland 5.5.1 and xHarbour 0.99.60)
by John
Thu Jun 29, 2006 6:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Adressing Dymo Labelwriter 400
Replies: 3
Views: 1087

Thanks John, I was trying to avoid having an element in the array at the beginning. Think I may have a solution, do as you suggest and then: oAddOrder:bStart:={| |aSize(aOrder,0)} this avoids the array error and starts the browse ...
by George Trojan
Mon May 01, 2006 1:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Browsing empty arrays
Replies: 7
Views: 3398

George,

i had the same problem and just added an empty array to the browser if there is no data present.

Something like: aadd(aData, { "", "", "", "" })

Regards,

John.
by John
Mon May 01, 2006 1:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Browsing empty arrays
Replies: 7
Views: 3398

Releasing locked files

Thank you for your response John. There is another, but equally not very practical, way to release locked files, i.e. close off open sessions on the server when logged in with administrator rights ... not a good solution to give to the ...
by SteveLai
Wed Apr 19, 2006 12:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: What's the best practice for reindexing?
Replies: 3
Views: 1185

Apologize John. It has been my fall.

Regards
by Manuel Valdenebro
Wed Apr 12, 2006 4:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WindowsXP.Manifest no se visualiza en XP HOME
Replies: 5
Views: 1251

John,

Have you tried doing oGet:SetFocus() ?
by Antonio Linares
Fri Mar 17, 2006 6:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to return in GET after button?
Replies: 4
Views: 1080

... is that the focus/cursor returns to the GET field after any of the buttons has been clicked. Perhaps there is a better solution? Saludos, John.
by John
Fri Mar 17, 2006 6:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to return in GET after button?
Replies: 4
Views: 1080

John,

Don't you mean the opposite ?

oButton:oJump:=oGet
by Antonio Linares
Thu Mar 16, 2006 9:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to return in GET after button?
Replies: 4
Views: 1080

How to return in GET after button?

Hi,

i want to return in a GET field after pressing a button (this button opens a modify record dialog from the button on the browse dialog).

This worked in an earlier version, but doesn't seem to do the trick anymore:

oGet:oJump:=oButton

Any thoughts?

Best regards,

John.
by John
Thu Mar 16, 2006 7:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to return in GET after button?
Replies: 4
Views: 1080

John,

It is a side effect caused by a recent change.

Please search for this code in classes\menu.prg and change it as shown:

( /* .f. .and. */ IsWinNT() .and. ! lRoot .and. ! ::lSysMenu ),;
by Antonio Linares
Sat Feb 11, 2006 9:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: oMenu acts differently in February build
Replies: 3
Views: 849

oMenu acts differently in February build

Antonio,

it seems the menu items move a little to the right when there is a submenu attached to it, is this intentionally?

Saludos,

John.
by John
Sat Feb 11, 2006 6:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: oMenu acts differently in February build
Replies: 3
Views: 849

How to retrieve text from BtnBmp?

Hi,

after clicking a button i want to retrieve the text i put on it with settext(), but gettext() doesn't do the trick, any suggestions?

Thanks,

John.
by John
Fri Feb 03, 2006 8:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to retrieve text from BtnBmp?
Replies: 2
Views: 674
PreviousNext

Return to advanced search