|
FOROS PROFESIONALES WINDEV, WEBDEV y WINDEV Mobile |
| | | | | |
| Record of (onregistrament) not allowed |
| Iniciado por guest, 03,mar. 2018 15:23 - 4 respuestas |
| |
| | | |
|
| |
| Publicado el 03,marzo 2018 - 15:23 |
OMG I have just done a load of coding and never thought to check.
Still using Wx21.
I am declaring my files at the start of my app as follows:
ContactRec is Record of Contact .... ....
But now I find that iOS does not allow this. When I checked the help files http://doc.windev.com/…<=en-US&productversion=xxA210067f it shows it is only available in WD. However it appears that my Android app is allowing it.
So the 2 questions are:
1. Is this an anomaly in the Help files? 2. The most important question - how would you declare "ContactRec is Record of Contact" in iOS? I can not believe iOS does not allow this.
This is a total showstopper for me and wasted 2 days of coding it seems.
Hopefully there is a way round this. |
| |
| |
| | | |
|
| | |
| |
| Publicado el 03,marzo 2018 - 15:35 |
Hi John
that's why when you create multi-platform code, you start by coding on the newest one, where there are less functions 
you can achieve the same thing - with hcopyrecord+halias (I'm doing something like that in wxreplication) - or you can serialize/deserialize the record content in a string, - or you can do a hlistitem loop to save all the values by code in a memo string and compare from there (also doing something like that in wxreplication)
There is always a way 
best regards |
| |
| |
| | | |
|
| | |
| |
| Publicado el 03,marzo 2018 - 15:40 |
Hi John,
according to the Help files, it is available in v23, for mobile.
Regards Steven Sitas |
| |
| |
| | | |
|
| | |
| |
| Publicado el 03,marzo 2018 - 16:08 |
That's what I suspected but frankly getting somewhat tired of these updates now.
Year 1 a function is provided in WD. Year 2 in WB year 3 in WM. Mobile (where development should be uppermost) is always last.
So they tie you into 3 years of upgrades and Mobile is always 3 years behind.
Yes there is always a round something but I am sick and tired of "making do" and developing a workaround only for the feature to appear the following year.
I would rather get 1 update a year with far less features and get everything cross platform.
As for features, they list 999 features but in reality that is not true. They are repeated 4 times in the documentation. So it's really only something like 250 features.
Not saying it's not worth it but in this day and age they really should be getting the products in line with each other frankly.
Sorry about the rant but this is always happening.
Don't bother responding to this rant, it's not worth the time and energy. |
| |
| |
| | | |
|
| | |
| |
| Publicado el 03,marzo 2018 - 16:09 |
| BTW apparently WM21 has it now but is not documented. Even more galling, Android done but not iOS. Hmmm got to get another update now. Very annoying. |
| |
| |
| | | |
|
| | | | |
| | |
| | |
| |
|
|
|