Dear List I have the dialogue below. DIALOG Title "Plot On-Demand/Demand Responsive Service Catchment Zone Group" Control StaticText Title "Zone Group Code:" Control EditText Width 40 ID ZGCODE_EDITTEXT_ID into lcZGCode Control StaticText Title "Description:" Control EditText Width 124 ID ZGCODE_EDITDESC_ID into lcZGDesc Control OKButton Control CancelButton
When I compiled it it kept saying it didn't know ZGCODE_EDITTEXT_ID. (variable or field not defined) This is defined thus: Define ZGCODE_EDITTEXT_ID 60 Define ZGDESC_EDITTEXT_ID 62 in an include file (that IS included at the top of the MB). So I recompiled all modules and didn't get the error. But when I run the MBX, and open the dialogue, I get the same error and it bombs out. I think I've had similar problems with control IDs in the past, and ended up giving in and just hard-coing a number. However, I need to refer to this ID in another module. Is there something I'm missing? 'ppreicate it Terry
