Search found 12 matches

by davidlim
Thu May 15, 2008 1:40 pm
Forum: FiveWin for Harbour/xHarbour
Topic: HELP!
Replies: 20
Views: 3059

OK

"Now when you press enter, the DbChoice() dialog should close automatically" ... Antonio

Ok, Thanks.
by davidlim
Thu May 15, 2008 12:12 am
Forum: FiveWin for Harbour/xHarbour
Topic: HELP!
Replies: 20
Views: 3059

WORKS!

Hi DUTCH, it WORKS, (1) i added in exactly what u told and compile, sorry for not notice the complilation error... REDEFINE GET oGetCode VAR cCode ID 110 OF oDlg Picture "@!" ; VALID (if(empty(cCode),.F.,(SelectCode( oGetCode, cCode ),.T.)) missing one ")" at the end. Thanks.
by davidlim
Wed May 14, 2008 11:53 pm
Forum: FiveWin for Harbour/xHarbour
Topic: HELP!
Replies: 20
Views: 3059

Here is the source code for DbChoice() function DbChoice( cTitle, cSelect ) local oDlg, oBrw DEFINE DIALOG oDlg RESOURCE "DbChoice" TITLE cTitle REDEFINE LISTBOX oBrw ; FIELDS ArCust->Code, ArCust->Name ; HEADERS "Code", "Name" ; ID 100 OF oDlg ACTIVATE DIALOG oDlg CENT...
by davidlim
Wed May 14, 2008 10:37 pm
Forum: FiveWin for Harbour/xHarbour
Topic: HELP!
Replies: 20
Views: 3059

THANKS

Thanks James.
by davidlim
Wed May 14, 2008 10:36 pm
Forum: FiveWin for Harbour/xHarbour
Topic: HELP!
Replies: 20
Views: 3059

HELP!

i did follow what DUTCH show me, (1) BUT when the 1st screen come out, ask for customer code, i just press enter without keying anything, the program end without saving the empty record. (2) IF i enter any character, like A or Z, and press enter, it will simply save the record and end the program. (...
by davidlim
Wed May 14, 2008 10:22 pm
Forum: FiveWin for Harbour/xHarbour
Topic: HELP!
Replies: 20
Views: 3059

HELP!

i got 20+ programming years (start from programmer -> analyst programmer -> systems analyst -> project manager -> software developer). program logic and data flow are totally not a problem to me, but why i still can't manage to solve this simple customer master maintenance program in gui environment...
by davidlim
Wed May 14, 2008 10:12 pm
Forum: FiveWin for Harbour/xHarbour
Topic: HELP!
Replies: 20
Views: 3059

THANKS

Thanks and appreciate for your kind attention and help, DUTCH.
by davidlim
Wed May 14, 2008 11:08 am
Forum: FiveWin for Harbour/xHarbour
Topic: HELP!
Replies: 20
Views: 3059

HELP!

Thanks & appreciate for kind attention and help. . . . DEFINE DIALOG oDlg RESOURCE "DebtorMaintenance" REDEFINE GET oGetCode VAR cCode ID 110 OF oDlg Picture "@!" REDEFINE BTNBMP oBtn1 ID 115 OF oDlg FILENAME "c:\fwh\bitmaps\search.bmp" ACTION ( SelectCode( oGetCode...
by davidlim
Wed May 14, 2008 8:07 am
Forum: FiveWin for Harbour/xHarbour
Topic: HELP!
Replies: 20
Views: 3059

NEW METHOD!

Please advise the easier and simple way of doing CUSTOMER MASTER MAINTENANCE (NEW, EDIT, DELETE, SEARCH), Thanks.
by davidlim
Wed May 14, 2008 7:00 am
Forum: FiveWin for Harbour/xHarbour
Topic: HELP!
Replies: 20
Views: 3059

yes, i am programmer, just pick up FWH, quit confuse with DEFINE and REDEFINE, here is the source codes:- DEFINE DIALOG oDlg RESOURCE "DebtorMaintenance" REDEFINE GET oGetCode VAR cCode ID 110 OF oDlg Picture "@!" REDEFINE BTNBMP oBtn1 ID 115 OF oDlg FILENAME "c:\fwh\bitmaps...
by davidlim
Tue May 13, 2008 3:00 pm
Forum: FiveWin for Harbour/xHarbour
Topic: HELP!
Replies: 20
Views: 3059

HELP!

(1) Customer maintenance program: once I enter the customer code, IF the code exist, I want the program to retrive the information from the customer master file, NAME, ADDRESS, etc ..., and ready for amendment instead of POPUP a selection box for customer selection. THE problem I am facing now was w...
by davidlim
Tue May 06, 2008 2:55 pm
Forum: FiveWin for CA-Clipper
Topic: new comer
Replies: 1
Views: 1050

new comer

who willing to share with me one simple and complete application (main menu plus one maintenance, one enquiry and one reporting program), i will use it as my application framework for learning. thanks and appreciate.