|
POST
|
Hi all I just installed Visaul Studio 2008 and ArcGIS Server 9.3 and I do not see anywhere the Visual Studio's New Project ArcgIs Visual studio installed templates please advise
... View more
02-14-2011
05:43 AM
|
0
|
2
|
1277
|
|
POST
|
Hi all, I just created a new class using the Base Toolbar template and I do not see the ItemCount property or the Sub GetItemInfo described in the manual and samples Public Sub GetItemInfo(ByVal pos As Integer, ByVal itemDef As ESRI.ArcGIS.SystemUI.IItemDef) Implements ESRI.ArcGIS.SystemUI.IToolBarDef.GetItemInfo How do I add this missing property? is there any key shorcut or snippet?
... View more
02-09-2011
10:23 AM
|
0
|
0
|
901
|
|
POST
|
Closing Xcode and reopening it pointed the application to the new library iOS 4.2
... View more
01-29-2011
11:47 AM
|
0
|
0
|
632
|
|
POST
|
Hi all I am getting this error message "error: There is no SDK with the name or path 'iphoneos4.0'" because my project uses iOS SDK 4.2 and not iOS SDK 4.0 I am just testing the first sample: http://help.arcgis.com/en/arcgismobile/10.0/apis/iPhone/concepts/index.html#/My_First_iOS_Application/00pw00000047000000/ Changing: - in the window Project-Edit Project Settings-Build tab-Base SDK from "iOS Device 4.0 (missing)" to "latest iOS currently 4.2" - From the menu, select Project-Edit Active Target-base SDK from "iOS Device 4.0 (missing)" to "latest iOS currently 4.2" when I rebuild the application it still shows the same error message.
... View more
01-29-2011
11:30 AM
|
0
|
1
|
733
|
|
POST
|
Hi all I am using ArcGIs 9.3 and Model Bulder. I was able to code a calculate field in VB that formats a field as follows Format("08.00.00") and converts it to "08:00:00 AM" How can I do the same thing in Python (phyton 3 or python)? Please advise!
... View more
01-14-2011
03:32 AM
|
0
|
26
|
13651
|
|
POST
|
Hi all How can I show all the records from a related table when selecting a feature from a polygon FC on the screen with the Identity button? pelase advise
... View more
12-02-2010
06:27 AM
|
0
|
1
|
892
|
|
POST
|
Do you enter that in model builder? What about fields from SDE with fully qualified names [owner].[feature class].[field] how do you use the replace in this case?
... View more
12-01-2010
04:24 PM
|
0
|
0
|
1355
|
|
POST
|
Hi all I am trying to remove spaces from a string using model builder in ArcCatalog and I wrote the following in the Calculate Field, field experssion: !W.TCIS_GIS.PREM_TYPE!.strip() It shows the following error message: Executing (Calculate Field): CalculateField PremisePoints_Layer PremisePoints.PREMTYPE " !WASD.TCIS_GIS.PREM_TYPE!.strip() " PYTHON # PremisePoints_Layer Start Time: Wed Dec 01 15:37:55 2010 ERROR 000539: Error running expression: "TWNHOUSE".strip() <type 'exceptions.IndentationError'>: unexpected indent (<string>, line 1) Item not found in this collection. Failed to execute (Calculate Field). End Time: Wed Dec 01 15:38:00 2010 (Elapsed Time: 5.00 seconds)
... View more
12-01-2010
10:43 AM
|
0
|
3
|
3133
|
|
POST
|
This query works on a personal geodatabase: SELECT GDB_ObjectClasses.ID, GDB_ObjectClasses.Name, GDB_Subtypes.ClassID, GDB_Subtypes.SubtypeCode, GDB_Subtypes.SubtypeName FROM GDB_ObjectClasses INNER JOIN GDB_Subtypes ON GDB_ObjectClasses.ID = GDB_Subtypes.ClassID; Syntax in SDe: SELECT [Owner].GDB_OBJECTCLASSES.ID, [Owner].GDB_OBJECTCLASSES.OWNER, [Owner].GDB_OBJECTCLASSES.NAME, [Owner].GDB_SUBTYPES.CLASSID, [Owner].GDB_SUBTYPES.SUBTYPECODE, [Owner].GDB_SUBTYPES.SUBTYPENAME FROM [Owner].GDB_OBJECTCLASSES INNER JOIN [Owner].GDB_SUBTYPES ON [Owner].GDB_OBJECTCLASSES.ID = [Owner].GDB_SUBTYPES.CLASSID
... View more
11-24-2010
08:40 AM
|
0
|
0
|
986
|
|
POST
|
Hi all Is there a table that stores all the feature class subtypes? Please advise! Jose
... View more
11-23-2010
10:51 AM
|
0
|
4
|
2405
|
|
POST
|
Sure!! I need to display a grid with the following characteristics: - the result of a selection from a feature polygon class in one tab - and all the documents associated to the selected feature in the other tab. Drawings are located in a related table. The feature grid is going to have 2 tabs: - facility - as-builts I need a master detail featuredatagrid please advise
... View more
11-05-2010
10:36 AM
|
0
|
0
|
1142
|
|
POST
|
Hi all How can I add tabs to a featuredatagrid? regards jose
... View more
11-05-2010
07:14 AM
|
0
|
4
|
2031
|
|
POST
|
Hi all What document management sytem do you recommed to manage as-built drawings that could interface with GIS
... View more
11-03-2010
11:10 AM
|
0
|
1
|
880
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 2 weeks ago | |
| 1 | 05-01-2026 12:34 PM | |
| 1 | 12-02-2022 08:17 AM | |
| 1 | 12-26-2025 05:02 AM | |
| 1 | 08-05-2025 04:28 AM |
| Online Status |
Offline
|
| Date Last Visited |
Wednesday
|