G
Guest
Hello
I found this arry code that man can take the last word from Pagefoot to
PageHead.
Dim strLastItems(500) As String
strLastItems(Me.Page) = Me.LName
Me.thetextbox = Me.LName & " - " & strLastItems(Me.Page)
But I tested it and work only when the Text Box option "Not Can Grew" on
Detail.
It give wrong result when The Text Box on Detail option format choose YES to
" Can Grew"
Do you have any ide to fix it such as make compare with every page that view
or something like that, to let give correct result when text box can grew on
Detail?
Because now with this code only few page can give correct result and then it
give
wrong result.
Here is the sample that you can check the report page and see it give only
few page correct then will be give wrong result.
http://home.swipnet.se/georgedesign/dict/first-word.mdb
God Bless
I found this arry code that man can take the last word from Pagefoot to
PageHead.
Dim strLastItems(500) As String
strLastItems(Me.Page) = Me.LName
Me.thetextbox = Me.LName & " - " & strLastItems(Me.Page)
But I tested it and work only when the Text Box option "Not Can Grew" on
Detail.
It give wrong result when The Text Box on Detail option format choose YES to
" Can Grew"
Do you have any ide to fix it such as make compare with every page that view
or something like that, to let give correct result when text box can grew on
Detail?
Because now with this code only few page can give correct result and then it
give
wrong result.
Here is the sample that you can check the report page and see it give only
few page correct then will be give wrong result.
http://home.swipnet.se/georgedesign/dict/first-word.mdb
God Bless