Search found 2 matches

by david lim
Wed May 14, 2008 7:21 am
Forum: FiveWin for Harbour/xHarbour
Topic: HELP!
Replies: 20
Views: 3660

HELP!

Here is the SelectCode() function:-

...

function SelectCode( oGetCodex, cCodex )

select 1
set softseek on
seek cCodex
set softseek off

ArCust->( DbChoice( "Select a customer", 1 ) )

oGetCodex:VarPut( AllTrim( ArCust->Code ) )

oGetCodex:Refresh() // repaints the GET ...
by david lim
Wed May 14, 2008 12:09 am
Forum: FiveWin for Harbour/xHarbour
Topic: HELP!
Replies: 20
Views: 3660

HELP!

Is in customer master maintenance. When I enter customer code, if the code already exist in the customer master, I want the program jump to amendment of NAME, ADDRESS, TEL, etc, instead of POPUP a customer selection box. I want to know the command to bypass the POPUP. Thanks and appreciate for your ...