Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

Search results for query: *

  • Users: kabluzy
  • Order by date
  1. kabluzy

    Formatting plain text

    Ok. Thanks. Eventually got it to work. Now I am just working on a progress bar for it. Cheers.
  2. kabluzy

    Formatting plain text

    Thanks Francis. I will try it over the weekend, and let you know how it turns out.
  3. kabluzy

    Formatting plain text

    Hi. I have some data in a text file, and I need some help to format it. The data is not split into lines, but is deliminated by semi-colons. I need to split it into lines after each semi-colon, then read each value so that I can use it in a program. eg. 123 f507 287; e23 234 453; 453 543 d34...
  4. kabluzy

    Surface Roughness Guage

    Ok then. Thanks very much for all the replies. The websites were very useful. Cheers
  5. kabluzy

    Surface Roughness Guage

    Does anyone know the best portable equipment to use for measuring surface roughness of sculptured surfaces? I need to measure the roughness of NURBS surfaces in mold cavities. The size of the cavity is about 2.5" x 2.5". Thanks
  6. kabluzy

    Surface roughness guage

    Does anyone know the best portable equipment to use for measuring surface roughness of sculptured surfaces? I need to measure the roughness of complex NURBS surfaces in mold cavities. The size of the cavity is about 2.5" x 2.5". Thanks
  7. kabluzy

    Using VBA to Pull Data from Access Database

    Thanks for being so helpful. I will give you the specifics. I am using solidworks to produce a drawing based on information in an access database. That part of it I have already done, but what I want to do now is output some critical dimensions from the drawing into an excel file for easy...
  8. kabluzy

    Using VBA to Pull Data from Access Database

    Thanks for the file, but I was looking for something a little different. I actually want the Solidworks VBA macro to push the data to the Excel file, rather than to have excel pull from a database. What I actually want to do is to use Excel just as an output file.
  9. kabluzy

    Using VBA to Pull Data from Access Database

    Ok. It is in DAO. However I already got through with it. I was able to do it with SQL search strings. My new problem is to try to figure out how to output the results from VBA to Excel.
  10. kabluzy

    CosmosWorks and VBA

    Good Day, Does anyone know how to use a VBA macro to control CosmosWorks? Does anyone know if it can be done? I want to generate parts in a macro, the automatically analyse them using cosmosworks. Best Wishes, Suzy.
  11. kabluzy

    Searching Access Database from Solidworks VBA

    Thank you very much Pake. That code worked on the first try. However I am trying to use SQL to do the searching. It has been rough going so far, but I thought I should give it my best before running back for help. I know it can be done. It is just a little tough.
  12. kabluzy

    Using VBA to Pull Data from Access Database

    Good Day, Does anyone know the best way to pull information from an Access Database file. The values from the database are used as the input in a Solidworks VBA macro. I can pull data from Excel, but how do you set up a query in the VBA code to search for the record that matches...
  13. kabluzy

    Searching Access Database from Solidworks VBA

    Good Day, Does anyone know the best way to pull information from an Access Database file. The values from the database are used as the input in a VBA macro. I can do it in Excel, but how do you set up a query in the VBA code to search for the record that matches specific criteria in...
  14. kabluzy

    Extracting data from massprop

    Does anyone know of an autolisp routine to extract data from the massprop *.mpr file? I want to be able to extract the data and use it as the input for another part of the routine.
  15. kabluzy

    Multiple select in AutoLisp

    Does anyone know an easy way to select multiple objects using AutoLisp, in a way that is simlar to an AutoCAD select box. I need to use it in a scale program, to adjust a drawing after it has been created. I know that you can select points on each line, but I am looking for a simple way. kabluzy
  16. kabluzy

    Coefficient Of Friction of Paper

    Does anyone know the coefficient of friction of paper with metal(aluminium)and rubber or any useful websites where I can find it? I have already checked the Marks standard Handbook and many of the other usual sources, but it was all in vain. Information on the tensile strength of envelope stock...
Back
Top