Guess I have some more figuring to do.
>
> Thanks again Ed
>
> Carey
>
Ok...all fixed!
Changed:
## *!* ## Dabo Code ID: dDropdownList-dPanel
def afterInit(self):
biz = self.Form.getBizobj("builders"
)
names, pks = biz.getBuilders()
self.Choices = names
self.Keys = pks
self.ValueMode = "Key"
self.Form.requery() <----------- modified this line below
to
## *!* ## Dabo Code ID: dDropdownList-dPanel
def afterInit(self):
biz = self.Form.getBizobj("builders"
)
names, pks = biz.getBuilders()
self.Choices = names
self.Keys = pks
self.ValueMode = "Key"
bizBuilders.requery() <-------------- modified this line
Carey
--- StripMime Report -- processed MIME parts ---
multipart/alternative
text/plain (text body -- kept)
text/html
---
_______________________________________________
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]