|
发表于 13-9-2006 06:07 PM
|
显示全部楼层
|
|
|
|
|
|
|
发表于 13-9-2006 06:09 PM
|
显示全部楼层
回复 #981 咖啡豆 的帖子
当然要啊。。。我公司那么有系统。。。。
当然需要很多系统。。。
一个马仔做。。。马都会做死掉。。
况且。。。包山包海。。。是我国本地公司IT Dept的卖点。。 |
|
|
|
|
|
|
|
发表于 14-9-2006 01:41 PM
|
显示全部楼层
呜~为什么?难道我是注定做这行的吗? |
|
|
|
|
|
|
|
发表于 14-9-2006 01:48 PM
|
显示全部楼层
回复 #983 雨吟 的帖子
哈哈。。。。迟来的祝福。。。。
不介意吧?
祝你平安健康,ok? |
|
|
|
|
|
|
|
发表于 14-9-2006 08:57 PM
|
显示全部楼层
MAX 说小章鱼好久没上来,所以特来灌灌水,哈哈
没上来的原因主要是——很懒
加上近期都没有接触编程,自然没有疑问也没有咚咚可以分享。
灌灌水啦,大家不要介意。
愿大家安康 |
|
|
|
|
|
|
|
发表于 14-9-2006 11:30 PM
|
显示全部楼层
|
|
|
|
|
|
|
发表于 15-9-2006 12:07 AM
|
显示全部楼层
回复 #986 tensaix2j 的帖子
难道做编程的男生都长得很帅?
我只能说,各花入各眼。
讨论这些话题,没有意义。。。。
你是不是看上了一个编程女生,所以很犹豫?? |
|
|
|
|
|
|
|
发表于 15-9-2006 12:57 AM
|
显示全部楼层
我是女生。。 |
|
|
|
|
|
|
|
发表于 15-9-2006 04:01 AM
|
显示全部楼层
|
|
|
|
|
|
|
发表于 15-9-2006 08:48 AM
|
显示全部楼层
原帖由 孤独一世 于 15-9-2006 04:01 AM 发表
那你漂亮吗??
是非常的漂亮。。呵呵 |
|
|
|
|
|
|
|
发表于 15-9-2006 08:52 AM
|
显示全部楼层
昨晚到现在的工作还没有搞好。。。。完全没有头水。。。因为想在ms access里的report加入page break的coding...找回以前的文件。。不知丢到哪里了。。真惨。。网上找了很多的资料辽。。还没有找到。。。有谁有做过的coding,教教小弟一二三下  |
|
|
|
|
|
|
|
发表于 15-9-2006 09:10 AM
|
显示全部楼层
|
|
|
|
|
|
|
发表于 15-9-2006 09:52 AM
|
显示全部楼层
|
|
|
|
|
|
|
发表于 15-9-2006 10:03 AM
|
显示全部楼层
原帖由 johe07 于 15-9-2006 09:52 AM 发表
有自信心的女生,都漂亮。。。
放上照片来吧。。frienster的也可以max兄也放辽了。。 |
|
|
|
|
|
|
|
发表于 15-9-2006 10:27 AM
|
显示全部楼层
|
|
|
|
|
|
|
发表于 15-9-2006 02:36 PM
|
显示全部楼层
想问问一下。在这个贴里的人有谁是vb6+ms access高手? |
|
|
|
|
|
|
|
发表于 15-9-2006 04:27 PM
|
显示全部楼层
原帖由 程家伟 于 15-9-2006 08:48 AM 发表
是非常的漂亮。。呵呵
你又知道?你认识我咩?  |
|
|
|
|
|
|
|
发表于 15-9-2006 04:45 PM
|
显示全部楼层
|
|
|
|
|
|
|
发表于 16-9-2006 08:55 AM
|
显示全部楼层
各位早安,以下英文我不大了解。。有那一位可以帮帮忙 。。。
The Report Footer will only print after the last detail record.
However, you can display the Report Footer data in the Page footer of
the last page.
Make your report as you normally would with the Page Footer and Report
Footer.
Make sure there is a control set to = [Page] & " of " & [Pages] in t
he
Page Footer.
Then for each control you wish to display on the final page footer,
place an unbound control where it should display.
Set each of these controls Visible properties to No.
(Do not disturb the controls you want to normally display at the
bottom of each page.
Next code the Report' Page Footer Format event:
If [Page] = [Pages] Then
[PageFooterControlName1] = [ReportFooterControlName1]
[PageFooterControlName1].Visible = True
' Do the same for each other ReportFooter control you wish to show
in the Page Footer.
End If
If you have other controls in the page footer that you do not wish to
display on the final page, set them to Not Visible in the Page Footer
event.
You must leave enough Page Footer Height to print these controls.
I see no reason you can't stack these controls on top of your regular
page footer controls and turn Visible properties on and off as
required.
Next code the Report Footer's Format event:
Cancel = True
Then code the Report Header Format event:
[PageFooterControlName1].Visible = False
' Do the same for each other ReportFooter control you wish to show
in the Page Footer.
The Report Footer information should display at the bottom of the
report where the Page footer normally does. |
|
|
|
|
|
|
|
发表于 16-9-2006 09:35 AM
|
显示全部楼层
|
|
|
|
|
|
| |
本周最热论坛帖子
|