Forum Replies Created

Page 5 of 9
  • Liz Larsen

    Member
    February 9, 2023 at 8:36 am in reply to: Offsetting Lines Tips
    Points: 4,855
    Rank: UC2 Brainery Orange Belt IIII UC2 Brainery Orange Belt IIII

    Nicely done, sir!

  • Liz Larsen

    Member
    February 7, 2023 at 3:20 pm in reply to: Best tip for offsetting lines
    Points: 4,855
    Rank: UC2 Brainery Orange Belt IIII UC2 Brainery Orange Belt IIII

    I agree, @David Cutler.

    @Vince‘s approach is really amazing and out-of-the-box thinking. Love it!

  • Liz Larsen

    Member
    February 1, 2023 at 2:52 pm in reply to: New Content Announcement!
    Points: 4,855
    Rank: UC2 Brainery Orange Belt IIII UC2 Brainery Orange Belt IIII

    You know, engineering couples have better moments 😍

    I’ll see myself out….

  • Liz Larsen

    Member
    January 18, 2023 at 11:42 am in reply to: Studio Standard Permissions
    Points: 4,855
    Rank: UC2 Brainery Orange Belt IIII UC2 Brainery Orange Belt IIII

    I think you can only do this with the Studio API if you subscribe to Studio Prime:

    https://developers.bluebeam.com/articles/studio-api-functionality/

  • Liz Larsen

    Member
    January 17, 2023 at 1:33 pm in reply to: Profile Script: Process for reporting
    Points: 4,855
    Rank: UC2 Brainery Orange Belt IIII UC2 Brainery Orange Belt IIII

    I don’t think there’s a way to get a script to automatically overwrite an existing PDF 😕 I looked and looked and couldn’t find/think of a way.

    Maybe submit a help ticket. And, if still no, do the Help –> Make a Suggestion

  • Liz Larsen

    Member
    February 9, 2023 at 9:18 pm in reply to: Who wants to have some fun??
    Points: 4,855
    Rank: UC2 Brainery Orange Belt IIII UC2 Brainery Orange Belt IIII

    I have no idea how to do that, but this is a really cool space.

  • Liz Larsen

    Member
    February 9, 2023 at 11:02 am in reply to: Custom Columns are locked after updating drawings in a sessions
    Points: 4,855
    Rank: UC2 Brainery Orange Belt IIII UC2 Brainery Orange Belt IIII

    Are you talking about Scripts or JavaScript?

    It’s confusing, but those words mean different things in Bluebeam.

  • Liz Larsen

    Member
    January 30, 2023 at 5:02 pm in reply to: Using Sets
    Points: 4,855
    Rank: UC2 Brainery Orange Belt IIII UC2 Brainery Orange Belt IIII

    Thank you, @Doug McLean. I’m hoping I can get my team on board with the idea if I am able to effectively explain the benefits

  • Liz Larsen

    Member
    January 30, 2023 at 4:51 pm in reply to: Using Sets
    Points: 4,855
    Rank: UC2 Brainery Orange Belt IIII UC2 Brainery Orange Belt IIII

    Thanks for your insights! Like I said, I’m going to propose “binders” to my team and I want to come armed with as much knowledge as possible.

  • Liz Larsen

    Member
    January 27, 2023 at 6:56 pm in reply to: Using Sets
    Points: 4,855
    Rank: UC2 Brainery Orange Belt IIII UC2 Brainery Orange Belt IIII

    I’m trying to be my own devil’s advocate here and anticipate any pushback I might get.

    I’d like to propose using Sets to my team. But man, people don’t like adding steps to a process that’s already familiar. File size reduction is great, but more of an IT concern.

    When we issue a revision/addendum, we usually submit only the revised pages to the client. We then create another full set PDF for our “current drawings” folder. Since we’d be eliminating that 2nd PDF, I think the process of updating the Set would have to be roughly as fast as printing that full set.

    Also, do you find Sets are easier to work with using all individual PDFs (ie each PDF is 1 page) or using each revision/addendum as a combined PDF (ie Revision 1 is one PDF of 6 pages, Revision 2 is one PDF of 4 pages, etc…)?

  • Liz Larsen

    Member
    January 22, 2023 at 2:43 pm in reply to: Visual Basic coding, Cells to Form Fields export
    Points: 4,855
    Rank: UC2 Brainery Orange Belt IIII UC2 Brainery Orange Belt IIII

    Ok, at some point, I saved the wrong version of my code with is why problem #1 happened. It’s fixed now.

    To answer your questions:

    1. I think the duplicated field names you’re referring to were the ones without numbers on the end (BOXTAG and AirType). That’s because I saved the wrong version of my code. The attached code is now correct. I have an if statement in there to properly add the column number to the form field string, and that somehow never made it to the code I saved previously. *womp womp* 😞
    2. I ran your code and it is saving as an FDF file, it’s just adding “.xlxs” or “.xlm” to the end of the file name because you’re using the dialog box to select a save location. But, at least on my end, the file is technically an FDF file. To fix this, I added a simple Replace function in your code to remove the excel file extension. See attached screenshot.

    Also note that you removed the Offset from my code, with is essential because that’s what is looping through the columns to get their values.

  • Liz Larsen

    Member
    January 19, 2023 at 9:23 pm in reply to: Visual Basic coding, Cells to Form Fields export
    Points: 4,855
    Rank: UC2 Brainery Orange Belt IIII UC2 Brainery Orange Belt IIII

    I used Replace(str, “-“, j & “-“) and looped through j = 1 to 12 (for 12 columns) and that seemed to do the trick. You can thank ChatGPT for that idea.

    See the attached bit of code that totally works cuz I tested it 😁 I wrote it with the intent that you’ll be using Mitch’s method to output an FDF file.

  • Liz Larsen

    Member
    January 17, 2023 at 4:50 pm in reply to: Visual Basic coding, Cells to Form Fields export
    Points: 4,855
    Rank: UC2 Brainery Orange Belt IIII UC2 Brainery Orange Belt IIII

    Wanna send it to me and I’ll take a look? I think I know what you mean, but I’m not 100%.

  • Liz Larsen

    Member
    January 18, 2023 at 7:57 am in reply to: Modifying Form Field .rect properties error
    Points: 4,855
    Rank: UC2 Brainery Orange Belt IIII UC2 Brainery Orange Belt IIII

    Oof, that’s rough. I’m glad we discovered how to fix it, but it’s unfortunate it’s a glitch on Bluebeam’s part. In their defense, it’s probably an ultra rare glitch.

    I agree about submitting a support ticket and sending them the file. You might be the one who brings this to light for the first time and they’ll be able to fix it thanks to your file. Fingers crossed.

  • Liz Larsen

    Member
    January 17, 2023 at 6:01 pm in reply to: Visual Basic coding, Cells to Form Fields export
    Points: 4,855
    Rank: UC2 Brainery Orange Belt IIII UC2 Brainery Orange Belt IIII

    I will take a look.

    And I will make an effort not to write the whole thing.

    Who am I kidding? I will probably see it as a challenge and do it just to see if I can. But, I will only take a brief look tonight to see if I can answer your question concisely. I just finished my deep dive on Mitch’s code, so it’s all fresh in my mind right now.

Page 5 of 9