On Jan 2, 2011, at 10:59 AM, bluewin wrote:
> Ed thank you for the quick answer. I found the problem, I had to add
> self.addBizobj(biz)
> to the InitAll-Event.
> 1) Attachements are striped form the mail. Is it possible to copy a
> screeshot into the mail or will it be striped too?
Unless it's ASCII-art :)
There are a ton of free services that allow you to post images; I like
http://www.postimage.org/
> 2) The code of the onHit-Event of the next-Button is:
> self.Form.next()
> self.Form.tbRmTe.Value = self.Form.gridClient.CurrentCellValue
> In the TextBox with the RegID tbRmTe I see the CurrentCellValue of the last
> and not the current record, why? gridClient is the RegID of the grid.
Is the grid's DataSource the main bizobj of the form? If not, moving
the pointer in the bizobj won't move the selection in the grid. And even if it
is tied to the form's PrimaryBizobj, the grid sometimes needs to be "told" to
update, so perhaps try adding a call to the grid's update() method to force it
to move to the correct row before trying to get the value.
-- Ed Leafe
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message:
http://leafe.com/archives/byMID/[email protected]