c:\hmg.3.4.4\SOURCE\h_browse.prg

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

Post Reply
User avatar
AUGE_OHR
Posts: 2064
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

c:\hmg.3.4.4\SOURCE\h_browse.prg

Post by AUGE_OHR »

hi

i have look into c:\hmg.3.4.4\SOURCE\h_browse.prg

Code: Select all

Procedure _BrowseUpdate( ControlName,ParentName , z )
   ...
   For j := First To HMG_LEN (Fields)
	cTemp := Fields [j]
	cTempType := ValType(&cTemp)

    	ElseIf cTempType == 'N'
	ElseIf cTempType == 'D'
    	ElseIf cTempType == 'L'
    	ElseIf cTempType == 'C'
    	ElseIf cTempType == 'M'
608    	ElseIf cTempType == 'N' // follow are dupe ?!
    	ElseIf cTempType == 'D'
    	ElseIf cTempType == 'L'
    	ElseIf cTempType == 'C'
    	ElseIf cTempType == 'M'
651
so all from 608 - 651 are dupe, or :?:
have fun
Jimmy
Post Reply