can't edit info in schedule
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā2007-12-09 11:16 PM
Am I missing something simple? - I've been tearing my hair out trying to figure this out....
thanks
- Labels:
-
Data management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā2007-12-10 12:18 AM
Are all of your objects from the US 11 library? Are the layers of all of the objects visible and unlocked?
Karl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā2007-12-10 02:08 AM
Karl wrote:All visible & unlocked and using us11 library.
I don't see a problem with the parameters in the US 11 oven objects for cost, etc - which are defined by a subtype.
Are all of your objects from the US 11 library? Are the layers of all of the objects visible and unlocked?
Karl
I looked at the object parameters to see if they had different names for the manuf, notes, etc. but everything seems to match. But I still get "---" in the schedule for the manuf., cost, notes, and user-defined fields. But only on the ovens and microwaves.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā2007-12-10 04:29 AM
If you can post a zip file containing (a) a module [MOD] file containing only the appliances and (b) an XML file containing your schedule, exported from the schedule settings, I or someone else could take a look...
Cheers,
Karl

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā2007-12-10 07:25 AM
Cheers,
Link.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā2007-12-10 08:20 AM
Link wrote:nope, not migrated - I think that every thing is loaded correctly. I'll upload the mod file and see if anyone can figure it out.
Was the project migrated from a previous version of ArchiCAD? Are all parts loaded properly? Just covering different bases...
Cheers,
Link.
thanks for the help!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā2007-12-10 08:02 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā2007-12-11 04:22 AM
Chris wrote:Only the microwave object displays locked '--' values. This is due to a bug in the parameter script in the object itself. These lines are at the end of the script - corrected here:
here's the mod file and schedule. It has three appliances, when I run the schedule, the first line is the oven object and I can't edit anything, the others seems fine.
any help appreciated - thanks!
if glob_modpar_name = "txtpx" then parameters txtp [1][1] = txtpx else txtpx = txtp [1][1] endif if glob_modpar_name = "txtpy" then parameters txtp [1][2] = txtpy else txtpy = txtp [1][2] endifThe programmer forgot the quotes around the txtpx parameter in the 'if' logical expression.
You can just put the attached object in your office library and use it instead of the built-in object. I'll report this to GS.
Karl

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā2007-12-11 05:47 PM
Chris wrote:I've had this problem when listing Zones (Area Tabulations and Finish Schedules) I sent GS my files, and they said they would investigate.
...They show up in the schedule, but the fields (cost, manufacturer, etc) have three dashes and I can;t enter the data there. If I edit the data in the object properties box, it doesn't show up on the schedule. ...
I'll double check the script, but the Zones scheduled fine in AC10, so I doubt that's the cause.
AC27 US (5003) on Mac OS Ventura 13.6.2
Started on AC4.0 in 91/92/93; full-time user since AC8.1 in 2004
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā2007-12-12 05:12 AM
Karl wrote:Thanks Karl, you rock!!
....
You can just put the attached object in your office library and use it instead of the built-in object. I'll report this to GS.
Karl
edit - also, the other objects I tried in the same folder of the AC library also had the same problem so I would guess they have the same flaw.