Quantcast
Channel: West Wind Message Board Messages
Viewing all articles
Browse latest Browse all 10393

Re: Status of Migrating app - inhouse to Commercial Server

$
0
0
Re: Status of Migrating app - inhouse to Commercial Server
FoxInCloud
Re: Status of Migrating app - inhouse to Commercial Server
Dec. 14, 2012
06:45 am
3O10EGY1FShow this entire thread in new window
Gratar Image based on email address
From:Thierry Nivelet (FoxInCloud)
To:Garth Groft
if you refer to this issue

Method or procedure formlaunch_(): error #2005 ("Error loading file - record number 4. CONTACTS . FontCharSet : Error with ucsfrm - FontCharSet : Expression evaluated to an illegal value") at code line #1857

You will solve it by restoring .FontCharSet default value (0)



Thierry,

our separate VFP IDE version has no problems whatsoever. it's great! our FIC LAN/Web version also works great in LAN mode and works great in Web mode except for a small reporting issues to be resolved next. none of the problems we are addressing here exist on my laptop (development VFP IDE and FiCLAN.Web) or on my server app (http://98.237.120.40/ucsTest/login.ucs). we are only trying to get the app on the commercial server (ideate,LLC) to work. the url is to our app on this server is http://unitedcoolair.ideatellc.com.

the steps to replicate are easy. login as usual and click Edit Project. close error message dialog and click contacts.

so we are not debugging the app it work on my server and everywhere else - we just need to determine why it does nor run from the commercial server http://unitedcoolair.ideatellc.com.

michael and i are working very closely to get this site up and running.

i will update your source via FTP in case you need it for reference.

Garth



Hi Garth,

Can you reproduce this issue in the IDE?
If so can you provide current source code and exact steps to reproduce?
Thanks


nothing of these suggestions resolved the issues assuming everything required was done properly.

in case it helps, here is some info provided by michael hogan:

Regarding the design tab display problem, it almost appears that every time the form's REFRESH is triggered, it toggles the display of the data. Even if I click several times in a single field, it toggles the display off and on. The name of the packaged unit at the top of the form also disappears, so I think VFP may be moving off the record, or possibly trying to display before it gets to the record.

So I suspect you have a record pointer issue with VFP moving off the active record for some reason as you move from field to field.

Here are a couple of errors from the event log:

Error detected at code line #66 of method 'projects_scx.wtableswap'
Method or procedure recnoset(): error #5 ("Record is out of range.") at code line #5775

URL: http://unitedcoolair.ideatellc.com/ucsTest/DOMEvent.ucs?&Event=click&ObjAddr=welcome_scx-command2&PageInit=&UserID=3NX0F2HE1&nReq=2
Client: 207.229.185.9
Form variables: &nButton=1&nShiftAltCtrl=0&lastKey=0&version=1.26
Call stack: 1. processhit > 2. process > 3. routerequest > 4. ucsprocess.process > 5. wwprocess.process > 6. ucsprocess.domevent > 7. ucsprocess.ajaxformrequest > 8. awajax.formrequest > 9. awajax.useraction > 10. awapphost.useraction > 11. awapphost.useraction_ > 12. command2.clickinet > 13. command2.click > 14. welcome_scx.wform > 15. welcome_scx.wformnoshow > 16. awapphost.oform > 17. awajax.formreset > 18. awajax.propsrestore > 19. awajax.propsrestore_ds > 20. awajax.propsrestore_ds_aliases > 21. awajax.propsrestore_ds_alias > 22. awajax.propsrestore_ds_alias_dbf > 23. projects_scx.wtableswap
=================================================================================
Error detected at code line #5863 of method 'awajax.propsrestore_ds'
Form 'projects_scx': an error occurred while restoring data session
Method or procedure recnoset(): error #5 ("Record is out of range.") at code line #5775

URL: http://unitedcoolair.ideatellc.com/ucsTest/DOMEvent.ucs?&Event=click&ObjAddr=welcome_scx-command2&PageInit=&UserID=3NX0F2HE1&nReq=2
Client: 207.229.185.9
Form variables: &nButton=1&nShiftAltCtrl=0&lastKey=0&version=1.26
Call stack: 1. processhit > 2. process > 3. routerequest > 4. ucsprocess.process > 5. wwprocess.process > 6. ucsprocess.domevent > 7. ucsprocess.ajaxformrequest > 8. awajax.formrequest > 9. awajax.useraction > 10. awapphost.useraction > 11. awapphost.useraction_ > 12. command2.clickinet > 13. command2.click > 14. welcome_scx.wform > 15. welcome_scx.wformnoshow > 16. awapphost.oform > 17. awajax.formreset > 18. awajax.propsrestore > 19. awajax.propsrestore_ds

The above two errors always appear to occur in that order, one immediately after the other.
_____________________________________________________________________________________________



replacing the exe should solve a. and b.

for c., just restore default value for the fontcharset property; you should restore default (right click on the property) whenever you use the default value.


1. after adding all required awscripts folder/files, the app installed on my server is now running fine (minus reports) in all browsers. we are testing with four major browsers (IE, MFF, GC, and AS) - great ! MFF is the fastest a this point - nearly as snappy as the LAN version.

my IP address has changed (comcast) to 98.237.120.90. the app canbe access at http://98.237.120.40/ucsTest/login.ucs

2. the app on ideate,LLC server runs a bit slower than mine at this point but more importantly has three issues to be addressed.

a. data in fields on design tab of addunit form disappear and return as you mouse around.

b. options form does not launch upon click on options tab. no error msg.

c. contacts form yields msg attached (email to Thierry) this error is in FiC code, seeming not liking a font (Text1.FontCharSet). i have not yet located this code. the contact form's fonts are all Calibra and thisn font is used successfully throughout the app. this issue may be due to one or more missing files as the app runs fine from my laptop (localhost) and from my server (http://98.237.120.40/ucsTest/login.ucs).

i have looked for missing file repeatedly. any suggestions would be appreciatd.

thank youi.

garth







Thierry Nivelet (FoxInCloud)
Never explain, never complain (Queen Elizabeth II)


Viewing all articles
Browse latest Browse all 10393

Trending Articles