Re: DOES ANYONE KNOWS QUERY TO CHECK LAST LOGIN OF A USER(INACTIVE).
If using the SQL method, then add this to the WHERE clause:and a.username like '%<username>%'For example:and a.username like '%ben.perry%' Or of course you can just look through the original...
View ArticleRe: Export Model Tree to Excel in Creo Parametric 2.0
Yes I was able to after some trial and error. Thanks
View ArticleRe: DOES ANYONE KNOWS QUERY TO CHECK LAST LOGIN OF A USER(INACTIVE).
Guys, I have found out a better small query: select * from AUDITRECORD where IDB5 = 29620; here IDB5 = IDA2A2 of user which can be find out from below query: select * from wtuser where name = "USERNMAE";
View ArticleRe: DOES ANYONE KNOWS QUERY TO CHECK LAST LOGIN OF A USER(INACTIVE).
...which of course can easily be turned intoselect * from auditrecord where idb5 in (select ida2a2 from wtuser where name like '%ben.perry%')so that only 1 query needs to be executed instead of 2. But...
View ArticleRe: Sectioning Problem
Try offseting a bit off mirror plane, if its ok then probably geometry problem in mirror plane zone. Zoom close in mirror plane zone and see how surfaces connect, maybe you see some problems there.
View ArticleRe: Windchill 10.2 Revise on checkin
Tom, that is exactly what I am trying to say. You worded it much better. I imagine a senerio where someone goes to make a part change, says "Dont send off Rev B, its being changed. Send off Rev C!" and...
View ArticleRe: Iterations to convergence
Thank you so much Andy! This stuff is a bit over my head. i am not sure i fully understand it. why did you set delta last to 1 in at the begining. what does that do? then you assign 1in to d what is...
View ArticleRe: Any one got a good 3D printer?
Peter,I love the idea of kinematic jewellery! It's great to see designs being manufactured. You don't specify the problem with the arms. Are they too thin, could you beef them up a bit?If you are...
View ArticleRe: Sting parameter length limit?
The string parameter is limited to 80 characters.One possible solution to your issue is to define the PART_DESC parameter as a note type parameter and to associate a note that show the entire text.In...
View ArticleRe: Way to round of the value in the relation formula?
Document - CS46567 Document ActionsRefresh DataSubscribe to this Document Document InformationTypeArticleDate Created02-Feb-2012 18:05:11 ESTDate Last Updated07-Apr-2013 22:05:49 EDTDocument...
View ArticleRe: Sting parameter length limit?
Ok, that brings me to another question, "note" is not an options for a parameter for me. How do I define a parameter as a note? I'm using Creo 2.0 M040
View ArticleRe: Any one got a good 3D printer?
Cheers Tim, Thanks for the pdfs. I'm having problems controlinng the "squash" effect and the inteference sizes. The arm thickness is alright & we've got no kids in today so theres no cold air...
View ArticleRe: Part name clash in family tables / Windchill
Thank you Gunter. I haven't been able to find a "how to" guide regarding switching between these display states: does each position need to be saved as a simple representation in order to flick between...
View ArticleRe: Sting parameter length limit?
You can only do this when you create the parameter. Once a parameter is defined you can't change the type anymore. Take a look at the attached picture. If you don't have the note option on the list...
View ArticleRe: Any one got a good 3D printer?
Peter,Attached is the assembly with different constraints. On the link(ring) I replaced your planar connections with a slider connection and limited the vertical movement to 3.75 mm.I replaced the pin...
View ArticleRe: Sting parameter length limit?
I do not have note on the list of options when creating a parameter. Looks like I need to take a look at my system and see what is wrong. I have another quetion though. If the charactor limit is 80...
View ArticleRe: Tips for text
Why not just point your font dir to the windows font library. pro_font_dir C:\WINDOWS\Fonts
View Articledifficulty understanding reference planes
i have gone through books but could not under stand what is reference plane in sketcher menu..can someone give me a better understanding of what is a reference plane....thanks in advance...
View ArticleRe: difficulty understanding reference planes
the reference plane decides the orientation of the sketching plane.the reference plane can be datum plane or flat surface.Creo(Pro/E) selects them automatically but you can select your own reference...
View ArticleRe: difficulty understanding reference planes
i did not undertand sir....can u elaborate with suitable pictures or links
View Article