Thanks everyone for the replies. The autodesk discussion is the exact answer I was looking for. I am going to contact SNAP and tell them about the situation, and for now I will transfer those working files onto a windows machine to see if the problem occurs again. Once again thank you, this was...
We are running AutoCAD 2005 and Pro Engineer Wildfire on our Windows XP Pro machines. All data files are stored on a SNAP Server 1100 across our network. On 3 separate occasions 3 separate users were working as usually and somehow 1,000's of savXXXX.tmp files were created in their working...
We have a SNAP Server 1100 that our engineers work off of. A little while back a couple users were opening there AutoCAD 2005 drawing files our SNAP server 1100 locked up. When we reviewed what happend we had 1000's of temp files. sav1985.tmp all counting up in HEX after the sav. Any idea's why...
Thank you very much Tom, I managed to scour the web and found in the php manual on a separate page someone left some code on how to use my posted variables to create a fdf file. so i posted my application html form page to another php page which processed all http posts then opened the pdf file...
I have a php based website that gathers a bunch of data and stores them into variables, how would i transfer this into an application that i scanned. the catch is that the application prints out has to be in the exact format, but filled with all the variable. Any help is appreciated. Thanks
I have a fairly large table that is for quoting motorcycles. By default the tabs go from left to right, but i need them to go Driver 1 info then directly to Unit 1 info, so if a user only has one driver and one bike they won't have to go through all 4 drivers and units. By the way almost all the...
I have a fairly large table that is for quoting motorcycles. By default the tabs go from left to right, but i need them to go Driver 1 info then directly to Unit 1 info, so if a user only has one driver and one bike they won't have to go through all 4 drivers and units. By the way almost all the...
Got it. I switched to a greater than, less than logic. after many tests, I finally got it down.
$query_motor_factor = "SELECT Motorcycle_Type, CC_Low, CC_High, Motorcycle_Factor FROM Bodily_Injury WHERE Motorcycle_Type = '$CODE' AND ($CC <= CC_High AND $CC >= CC_Low)";
Thank you guys...
lets say $CC = 650
In the db CC_Low has values (0,251,401,551,651,751,1001) and CC_High has values (250,400,550,650,750,1000,1330) I want to have it determine what row it fits in then grab the corresponding factor on that row. Problem is that it is grabbing the row after. Always off by one row...
This seems like it should be very simple but having many problems. In previous scripts I have grabed $Code and $CC, both of which return the correct values. Now I need this script to look into my db and match the Motorcycle_Type and the CCs value must be between the CC_Low and CC_High. Then I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.