Cannot upload PNG
"The upload folder is full. Please try a smaller file and/or contact an administrator."
?
It is a very small PNG file - and how do I contact the administrator?
Hi
Still no luck.
Current filter:
'ALOG:AvailableFromDate <= ' & p_web.GSV('LOG:DateRequired') & ' AND ALOG:AvailableToDate >= ' & p_web.GSV('LOG:DateRequiredTo') & ' AND ALOG:TaskType = <39>StaffAvailability<39> and ALOG:HasBeenCompleted = 0 and ALOG:HasBeenCancelled = 0'
Message shows something like this:
ALOG:AvailableFromDate <= AND ALOG:AvailableToDate >= AND ALOG:TaskType = 'StaffAvailability and ALOG:HasBeenCompleted = 0 and ALOG:HasBeenCancelled = 0
(I cannot post the PNG of message here)
This on its own works - ALOG:TaskType = <39>StaffAvailability<39> - no need for UPPER in this case.
See attached for the filter in message.
The values from p_web.GSV does not show?
Source from StaffAvailableBrowse
ThisView{prop:order} = p_web.CleanFilter(ThisView,clip(loc:vorder))
loc:FilterWas = 'ALOG:AvailableFromDate <= ' & p_web.GSV('LOG:DateRequired') & ' AND ALOG:AvailableToDate >= ' & p_web.GSV('LOG:DateRequiredTo') & ' AND ALOG:TaskType = <39>StaffAvailability<39> and ALOG:HasBeenCompleted = 0 and ALOG:HasBeenCancelled = 0'
ThisView{prop:Filter} = loc:FilterWas
Loc:LocatorValue = p_web.GetLocatorValue(Loc:LocatorType,'StaffAvailable',Net:Both)
! Start of "Browse Filter"
! [Priority 5000]
!message(loc:filterwas) ! display message here?
! End of "Browse Filter"
loc:FilterWas = ThisView{prop:filter}
if loc:filterwas <> p_web.GetSessionValue('StaffAvailable_Filter')
p_web.SetSessionValue('StaffAvailable_FirstValue','')
p_web.SetSessionValue('StaffAvailable_Filter',loc:filterwas)
end
p_web._SetView(ThisView,ALog,ALOG:pk_log_lognumber,loc:PageRows,'StaffAvailable',left(Loc:LocateField),loc:FileLoading,loc:LocatorType,clip(loc:LocatorValue),Loc:SortDirection,loc:ViewOptions,Loc:FillBack,Loc:Direction,loc:NextDisabled,loc:PreviousDisabled,Loc:LocatorCase)
! Start of "After SetView"
! [Priority 5000]
message(loc:filterwas) ! or display message here?
Maybe p_web.SSV('LOG:DateRequired') p_web.SSV('LOG:DateRequiredTo') must be done in StaffRequestBrowse?
When you click on row in StaffRequestBrowse the filtered rows must be shown in StaffAvailableBrowse
when you first land on screen with 2 browses from menu choice will the hilited row (1st row by default) in StaffRequestBrowse trigger the filter - or only after selecting a certain row by clicking on it?
Thx!