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. 13, 2012
10:09 am
3O00LRT6MShow this entire thread in new window
Gratar Image based on email address
From:Garth Groft
To:Thierry Nivelet (FoxInCloud)
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




Viewing all articles
Browse latest Browse all 10393

Trending Articles