I am so sorry about the description that no one understand.
Basically, the company trying to stop outside people to call into extension (i.e. DN 211) to look for a worker in the plant. So, the idea is to stop people, calling from outside, to reach some extension. If possible, all outside call...
Sorry, no idea which section under "Terminal & Sets".
After entering "Terminal & Sets",
Show set: 212 (just an example)
Line access,
Line assignnment,
Line Pool Access,
Prime Line:I/C,
Intercom Keys:2,
Answer DNs,
OLI #: NONE
Where should I goto ?
Thank !!
The no. is not a DID No.
People call-in the Main Tel. No. and dial the DN extension.
We would like to stop staff pickup any call from outside directly.
Have to call to the supervisor before the staff answering / return to the caller.
Sorry for the confusion.
DO allows incomming / outgoing call between company's internal DNs.
BUT, do not allow outside callers to ring on that DN.
Outgoing to external public Tel. no. can be restricted by filter - that's no problem.
TIA !
Having problem to setup on Windows 2003 SBS.
Already setup audit on the folder with User Group.
Audit logging for delete is not shows on Event Viewers - Security.
Any places to enable the logging feature ??
Thanks !!
Not realy, I have try to put a IF condition on Footer Section:
if page = 1 then
me.visible = false
else
me.visible = true
endif
someting like that.
The problem is :
on second page, the detail section does not expand to cover the footer area.
I still need a solution to overcome this.
In the FORMAT field type in :
$#,###.##;($#,###.##);$0.00
or ;
$#,##0.00;-$#,##0.00;$0.00
or ;
CURRENCY
The other ways is set with CONTROL SOURCES
=FORMAT([Price] * [Quantity], "Currency" )
Someting Funny, seems works but still have some issue:
With This Code
===============
Private Sub PageFooterSection_Format(Cancel As Integer, FormatCount As Integer)
Cancel = (Page <> 1)
End Sub
Private Sub Report_Page()
If Page >= 1 Then
Me.Section(4).Visible = False...
Thanks for your idea on
Cancel = (Page <> 1)
It works to print page footer on page 1 only.
BUT, the detail section still the same size of page 1, even I set to can grow to YES and can shink to NO.
The Page footer is only an empty space.
????
Lets clarify,
Still using Access 97.
Put the code in PageFooter_Format
like that:
if page = 1 then
me.section(4).Visible = True
else
me.section(4).Visible = False
endif
IT does not works on me.
Next step is how to expand the detail section while on page 2, which will only conatin a...
Need help to customize a report to show page footer on 1st Page only. Starting from page 2 and so on, no page footer and the Detail section will expand and take over the space.
You need not to use ADODB, Try That :
Private Sub Report_Open(Cancel As Integer)
DoCmd.OpenForm "frmQueryMaker", , , , acFormEdit
Me.RecordSource = Forms!frmquerymaker!sql_String
End Sub
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.