nclarke1
Junior Member
Posts: 3
Registered: 9/11/2002
Member Is Offline
|
| posted on 9/11/2002 at 10:57 AM |
|
|
Calendar works in own form, but not with others...
Allow me to explain...
Originally, I had one form with the calendar in and other elements and all worked fine. Now I need to split up the form into parts, but these are
still called by the same form name.Unfortunately the calendar has now stopped working, giving either an error of 'no target control' or just not
loading up.
Any ideas why and what I should do?
|
|
|
tigra
Administrator
Posts: 1926
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 9/12/2002 at 06:40 AM |
|
|
Does splitting form into parts with same name means that you have several forms on the same page having the same name?
If so, then try giving them different names modifying calendar initialization accordingly.
|
|
|