tomk3
Programmer
Hello to all,
I have an application with several hundred forms (not so easy to migrate to ?#) in VFP, data on MS-SQL.
Now for 2 fields (name, prename) I need to handle data with UNICODE chars.
These contain Latin, accents, diacritics,Greek and others at same time, so I think no chance for VFP codepages.
After searching and reading several hundred pages (including Rick Strahls excellent white paper) , I ask for help / hints for the following :
1. Input
Which control / active-X can replace the VFP Text box and is "unicodeaware" ?
It must be able to enable / disable / readonly (to be used as a "label") , too.
2. How to store data from that control in MS-SQL and retrieve it via sqlexec(cursor) or remoteview ?
(Nvarchar / memobin ?)
3. How to show these fields in reports / in a grid ?
Controls / tools need not to be free of charge.
I would be VERY happy to get working samples, I read so much on howto control->activex, but never got a working sample to be used in vfp ...
In another forum DBI controls were suggested, I watched Doug's presentation on VFEST2020.
Pricing is ok, but I did not get a reponse yet (forum / dbi support) whether Studio com64 (25 controls) contains unicode textinput and unicode grid for 32bit (vfp) and 64bit (vfpa). Its mentioned in the description but not on the list of controls. If not, studio com32 (88 controls) would be necessary.
Thanks a lot in advance.
regards
tom
I have an application with several hundred forms (not so easy to migrate to ?#) in VFP, data on MS-SQL.
Now for 2 fields (name, prename) I need to handle data with UNICODE chars.
These contain Latin, accents, diacritics,Greek and others at same time, so I think no chance for VFP codepages.
After searching and reading several hundred pages (including Rick Strahls excellent white paper) , I ask for help / hints for the following :
1. Input
Which control / active-X can replace the VFP Text box and is "unicodeaware" ?
It must be able to enable / disable / readonly (to be used as a "label") , too.
2. How to store data from that control in MS-SQL and retrieve it via sqlexec(cursor) or remoteview ?
(Nvarchar / memobin ?)
3. How to show these fields in reports / in a grid ?
Controls / tools need not to be free of charge.
I would be VERY happy to get working samples, I read so much on howto control->activex, but never got a working sample to be used in vfp ...
In another forum DBI controls were suggested, I watched Doug's presentation on VFEST2020.
Pricing is ok, but I did not get a reponse yet (forum / dbi support) whether Studio com64 (25 controls) contains unicode textinput and unicode grid for 32bit (vfp) and 64bit (vfpa). Its mentioned in the description but not on the list of controls. If not, studio com32 (88 controls) would be necessary.
Thanks a lot in advance.
regards
tom