Login
`
Templates, Tools and Utilities
|
||
Add a comment to an Icetips ArticlePlease add your comments to this article.
Please note that you must provide both a name and a valid email address in order
for us to publish your comment. Comments are moderated and are not visible until they have been approved. Spam is never approved!
Back to article list Search Articles Add Comment Printer friendly Direct link ABC: Updating file and browse in ABC versus Legacy 2000-01-19 -- Ole-Morten Heien Newsgroups: topspeed.products.c5ee
> Slowly but surely getting all the kinks out of the legacy to abc conversion.
> I have a button on a browse to change byte field which determines which
> records are used when writing a html page. On selected I have the
> following...
You may try this one:
BRW1.UpdateViewRecord
SHI:Publish = choose(SHI:Publish,False,True) ! Switch the flag
access:Shipper.update()
BRW1.ResetQueue(True) ! Or ThisWindow.Reset(True)
--
Ole-Morten Heien
> Slowly but surely getting all the kinks out of the legacy to abc conversion.
> I have a button on a browse to change byte field which determines which
> records are used when writing a html page. On selected I have the
> following.
>
> Do Brw1::GetRecord
> If Shi:publish
> Shi:publish = False
> Else
> Shi:publish = true
> End
> Put(Shipper)
> Do Brw1::RefreshPage
>
> No longer works. I changed the first line to BRW1.UpdateBuffer and the last
> line to Self.Reset(TRUE) - no luck, nada.
Today is December 3, 2024, 12:05 pm This article has been viewed 35385 times. Google search has resulted in 16 hits on this article since January 25, 2004.
|
|