pre cutover push
This commit is contained in:
@ -3,8 +3,8 @@ function rds_comm2(Branch)
|
||||
* CREATED ON 3/19/99 by Bryce Meek - DUE TO BUFFER OVERLOAD IN RDS_COMM
|
||||
|
||||
declare function msg, get_property, entid, key_sort, repository, fieldcount, set_property
|
||||
declare function dialog_box, send_event, obj_RDS
|
||||
declare subroutine extract_si_keys, make.list, btree.extract
|
||||
declare function dialog_box, send_event, obj_RDS, Supplement_Services
|
||||
declare subroutine extract_si_keys, make.list, btree.extract, Supplement_Services
|
||||
|
||||
|
||||
|
||||
@ -97,9 +97,15 @@ RETURN
|
||||
return
|
||||
*===============================================================================================*
|
||||
SUPPL_CHECK:
|
||||
SupplInfo = get_property( @window:'.SUPPL_INFO', 'ARRAY' )
|
||||
SupplFlag = SupplInfo<SupFlag$>
|
||||
Void = set_property( @window:'.SUPPL_BUTTON', 'VISIBLE', SupplFlag )
|
||||
* SupplInfo = get_property( @window:'.SUPPL_INFO', 'ARRAY' )
|
||||
SupplInfo = get_property( @window:'.RDS_NO', 'TEXT' )
|
||||
SuppsWithLots = Supplement_Services('GetSupplementsForLot', 'RDS', SupplInfo, '')
|
||||
If SuppsWithLots EQ False$ then
|
||||
SupplFlag = False$
|
||||
end else
|
||||
SupplFlag = True$
|
||||
end
|
||||
Void = set_property( @window:'.SUPPL_BUTTON', 'VISIBLE', SupplFlag )
|
||||
return
|
||||
*===============================================================================================*
|
||||
SUPPL_CLICK:
|
||||
@ -633,3 +639,4 @@ TC_HOURS_CHECK:
|
||||
end
|
||||
return
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user