/* */

Sunday, July 26, 2009

[belajar-access] Membatasi jumlah record yang muncul

----- Original Message -----
From: "Murid Belajar Access" <murid.belajaraccess@yahoo.co.id>
To: <belajar-access@yahoogroups.com>
Sent: Sunday, July 26, 2009 12:55 AM
Subject: Re: [belajar-access] Membatasi jumlah record yang muncul


> Saudara Himmah,
> Silahkan gunakan seperti contoh di lampiran.
> catatan, taruh pagebreaknya mepet batas bawah section detail.
>
> Private Sub Detail_Format(Cancel As Integer, FormatCount As Integer)
> Dim noHide
> noHide = 0
> If Text10.Value < 26 Then
> noHide = Text10.Value
> PageBreak9.Visible = (noHide = 25)
> Text12.Value = noHide
> Else
> noHide = Text10.Value - 25
> PageBreak9.Visible = noHide Mod 35 = 0
> Text12.Value = IIf(noHide Mod 35 = 0, 35, noHide Mod 35)
> End If
>
> End Sub
>
> Salam hangat dan jabat erat,
> MBA


> ----- Original Message -----
> From: "him mah" <himmah.mlg@gmail.com>
> To: <belajar-access@yahoogroups.com>
> Sent: Saturday, July 25, 2009 01:31
> Subject: Re: [belajar-access] Membatasi jumlah record yang muncul
>
>
> > Kalau membuat report dengan jumlah record dihalaman pertama dibatasi
> > cuma 25 sedangkan halaman-halaman berikutnya sebanyak 35 record,
> > caranya bagaimana ya?
> >
>
>
> ------------------------------------
>

No comments:

Post a Comment