Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们如何使用 filemaker pro 导出 pdf?
我想在 filemaker pro 中导出 pdf。
提前致谢!
菜单文件 -> 保存/发送记录为 -> PDF。还有一个类似的脚本步骤可以在脚本中使用。它不适用于运行时应用程序,仅适用于 FileMaker 本身。
所以我根据我找到的教程创建了一个日历。在我尝试自定义它之前它一直有效。
我想要做的是存储光标信息,private ArrayList<HashMap<String, String>> list;然后将其传递给日历片段,以便在那里显示/隐藏该日期的图像。但是,我在这一部
private ArrayList<HashMap<String, String>> list;