Search found 2511 matches

by Mark1834
17 Dec 2021 22:00
Forum: Plugin Technical Support & Development
Topic: fhSQL library not compatible with ANSI encoding
Replies: 20
Views: 3475

Re: fhSQL library not compatible with ANSI encoding

Doesn’t matter. fhSQL doesn’t seem to read the contents on connecting, only that it understands the filename. The file doesn’t even have to exist! A non-database file will generate an un-trapped error on the next step and stop plugin execution, so its error handling probably needs sharpening up as w...
by Mark1834
17 Dec 2021 21:53
Forum: General Usage
Topic: FH version 7.0.8.2 backup failure
Replies: 15
Views: 2399

Re: FH version 7.0.8.2 backup failure

Exactly that. It’s the same installation file, and “Trial” just means a short duration key.

It’s been commented on here before that the CP instructions could be clearer.
by Mark1834
17 Dec 2021 21:13
Forum: Plugin Technical Support & Development
Topic: fhSQL library not compatible with ANSI encoding
Replies: 20
Views: 3475

Re: fhSQL library not compatible with ANSI encoding

Whichever flavour is produced by this script - both 8 and 16 upset fhSQL require('fhSQL') fhfu = require('fhFileUtils') FileName = 'C:\\Users\\Mark Draper\\Desktop\\Владимир.rmtree' OK = fhfu.createTextFile(FileName, true, true, os.date(), 16) S = fhfu.readTextFile(FileName, true, 16) fhMessageBox(S...
by Mark1834
17 Dec 2021 19:59
Forum: Plugin Technical Support & Development
Topic: fhSQL library not compatible with ANSI encoding
Replies: 20
Views: 3475

Re: fhSQL library not compatible with ANSI encoding

I've been playing with fhSQL a little more.... If it is presented with a filename that is valid in "ANSI" and UTF but not ASCII (e.g. an accented European character), it must be presented in UTF format. If it is a pure UTF filename (e.g. Cyrillic), fhSQL won't accept it at all, irrespectiv...
by Mark1834
17 Dec 2021 14:35
Forum: Plugin Technical Support & Development
Topic: fhSQL library not compatible with ANSI encoding
Replies: 20
Views: 3475

Re: fhSQL library not compatible with ANSI encoding

Think I need a translation here ;). I get it with ANSI - it’s an obsolescent Western-centric system that’s probably had its day. However, from my very imperfect elementary understanding, UTF-8 and UTF-16 are essentially alternate coding systems that both support all the million plus characters of Un...
by Mark1834
16 Dec 2021 18:16
Forum: Plugin Technical Support & Development
Topic: fhSQL library not compatible with ANSI encoding
Replies: 20
Views: 3475

Re: fhSQL library not compatible with ANSI encoding

How practical is that? AFAIK, FH does not provide tools for interconverting between "ANSI", which many authors will still need for general Lua compatibility (io, string, os, lfs etc), and UTF16. IUP refers specifically to UTF8 mode, not UTF16/Unicode. I doubt many plugin authors would have...
by Mark1834
16 Dec 2021 17:08
Forum: Plugin Technical Support & Development
Topic: fhSQL library not compatible with ANSI encoding
Replies: 20
Views: 3475

Re: fhSQL library not compatible with ANSI encoding

“Bottom line” on this is that it is unfixable, primarily due to Microsoft gradually deprecating and withdrawing support for what is colloquially (but inaccurately) known as ANSI encoding. Any filename containing characters other than the basic numbers, punctuation marks and plain Latin letters of AS...
by Mark1834
13 Dec 2021 16:43
Forum: Plugin Technical Support & Development
Topic: fhSQL library not compatible with ANSI encoding
Replies: 20
Views: 3475

Re: fhSQL library not compatible with ANSI encoding

Yes - improving the KB documentation of Unicode handling is the WIP page alluded to in the new Plugins Introduction. The CP response to my ticket was simply "Thank you for your feedback", with not even a "which will be passed to the developers for review", so it doesn't sound lik...
by Mark1834
13 Dec 2021 15:29
Forum: Plugin Technical Support & Development
Topic: fhSQL library not compatible with ANSI encoding
Replies: 20
Views: 3475

fhSQL library not compatible with ANSI encoding

The fhSQL library introduced with FH 7.0.8 appears to require a filename in UTF format. If the debugger is set to ANSI format, or the filename string formatted as ANSI to be compatible with basic Lua file i/o, a call to the library with a filename containing extended characters will crash the plugin...
by Mark1834
13 Dec 2021 10:06
Forum: General Usage
Topic: FamilySearch Id
Replies: 31
Views: 8336

Re: FamilySearch Id

A simple plugin is attached that reads a RootsMagic database, extracts FamilySearch ID values, and copies them to Individuals in the current FH project with matching UniqueID. Its main application is to correct the omission of this field from the direct import introduced in FH 7.0.8. The easiest way...
by Mark1834
11 Dec 2021 16:37
Forum: Importing
Topic: FH-RM-Ancestry Sync to exploit hints (update)
Replies: 85
Views: 21197

Re: FH-RM-Ancestry Sync to exploit hints (update)

Mike, you are getting confused between the old style GEDCOM export/import and direct import. It is the GEDCOM export/export that creates the _FSFTID tag that is saved as a UDF. Direct import ignores it completely, as I said above and confirmed by another user in the thread you quoted. The existing C...
by Mark1834
11 Dec 2021 15:01
Forum: Importing
Topic: FH-RM-Ancestry Sync to exploit hints (update)
Replies: 85
Views: 21197

Re: FH-RM-Ancestry Sync to exploit hints (update)

It is possible in principle for the plugin to calculate and add missing UniqueID values automatically. However, it means interacting with the hardware in more detail than is allowed by current plugin functions (get the MAC address of the network card as a seed to ensure uniqueness, and read the syst...
by Mark1834
11 Dec 2021 11:46
Forum: Importing
Topic: FH-RM-Ancestry Sync to exploit hints (update)
Replies: 85
Views: 21197

Re: FH-RM-Ancestry Sync to exploit hints (update)

You have effectively deleted records from FH by merging (the Individuals that were merged FROM), so these will be identified by the plugin as records that you need to delete manually in RM prior to opening TreeShare. Once you have done that, TreeShare will show them as records that exist in Ancestry...
by Mark1834
10 Dec 2021 15:22
Forum: General Usage
Topic: Images rotated in Family Group Sheet report.
Replies: 4
Views: 960

Re: Images rotated in Family Group Sheet report.

I’ve not come across that issue before, but I think your scan resolution is far too high. If you are going to reprint a paper document, it makes sense to scan it at a high resolution, but if it is only ever going to be viewed on screen (which is probably what this particular report is targeted at), ...
by Mark1834
08 Dec 2021 21:21
Forum: Closed Items
Topic: Plugins Introduction updated
Replies: 3
Views: 1450

Re: Plugins Introduction updated

Fair point. I left that couple of sentences unchanged from the original, but they are a bit specific for a beginner’s overview so may be best taken out.
Edit after Mike’s clarification - Gone.
by Mark1834
08 Dec 2021 17:34
Forum: Closed Items
Topic: Plugins Introduction updated
Replies: 3
Views: 1450

Plugins Introduction updated

I have restructured the Getting Started Writing Plugins page to make it flow better and give more of an overview for new and aspiring plugin authors.
by Mark1834
07 Dec 2021 12:10
Forum: Genealogy News
Topic: Interesting video getting ready for 1921 Census in RM7 and FH7
Replies: 1
Views: 2420

Re: Interesting video getting ready for 1921 Census in RM7 and FH7

Thanks Jane, interesting. Spoiler alert - the census reference is incidental, and it's much more about how easy/difficult it is to query data in FH vs RM. I've never understood why Bruce Buzbee and his team haven't embraced the work done by the enthusiasts behind SQLite Tools for RootsMagic . It rea...
by Mark1834
06 Dec 2021 22:56
Forum: Genealogy News
Topic: FH 7.0.9
Replies: 11
Views: 3589

Re: FH 7.0.9

Thanks. My laptop is still on 7.0.8.2, and that works correctly, so it looks like a new bug introduced into this update. I'll report it. It's probably worth routinely keeping the laptop one update behind to check for this sort of thing in the future. I always download and keep the installation file,...
by Mark1834
06 Dec 2021 21:34
Forum: Genealogy News
Topic: FH 7.0.9
Replies: 11
Views: 3589

Re: FH 7.0.9

If I change the Default Font in the Tools > Preferences > Display window to something distinctive, it changes how the Records Window and Named List Pane display, but not much else as far as I can tell. If I go back to the Preferences setting and click on Restore Defaults, the Default Font is shown a...
by Mark1834
04 Dec 2021 12:00
Forum: General Usage
Topic: Two Computers, One Set of FH data files
Replies: 10
Views: 1900

Re: Two Computers, One Set of FH data files

That's a rather black and white statement. The standard licence is one at a time, but what about two users with their own licences, or a bulk user licence that may not have the same restrictions? There may be issues if multiple users with common settings folders (e.g. via a NAS and Directory Junctio...
by Mark1834
04 Dec 2021 11:47
Forum: General Usage
Topic: Windows 11
Replies: 23
Views: 4082

Re: Windows 11

Remember that it is not a request to upgrade - it is simply Microsoft telling you that your PC is compatible with Windows 11 and giving you the option. Personally, I would hold off for a while while the early bugs are shaken out (particularly given Microsoft's track record of replacing good operatin...
by Mark1834
04 Dec 2021 11:40
Forum: Genealogy News
Topic: FH 7.0.9
Replies: 11
Views: 3589

Re: FH 7.0.9

There appear to be a couple of cosmetic blemishes with how full row selection has been implemented. If you turn it off, any previously selected row is still shown as selected until the Records Window is refreshed. IMO, it should refresh automatically when the option is changed. If the last column is...
by Mark1834
04 Dec 2021 08:42
Forum: Genealogy News
Topic: FH 7.0.9
Replies: 11
Views: 3589

Re: FH 7.0.9

Indeed - sometimes it's the small changes that make all the difference to usability, and that now finally gets rid of one of my long-standing bugbears :).
by Mark1834
04 Dec 2021 08:38
Forum: General Usage
Topic: Two Computers, One Set of FH data files
Replies: 10
Views: 1900

Re: Two Computers, One Set of FH data files

Another key link is this Knowledge Base page - Understanding the Scope of Features . FH stores its settings and non-project data (Queries, Fact Sets, etc) in a confusing variety of different places, so having a feel for what is where will guide your strategy on synchronising these data between your ...
by Mark1834
03 Dec 2021 14:41
Forum: General Usage
Topic: Position of Citation List Pane problem
Replies: 7
Views: 1314

Re: Position of Citation List Pane problem

Actually, not quite all of them. I checked the new Notice Board that was introduced with FH7.0.7, and that hasn't even announced FH7.0.8 yet and still calls 7.0.7 the latest version. Looks like CP still can't get their act together for joined up and timely communications to users... :( I'm not famil...