Windows7Ultimate 64bit Clarion 63_9056 NT545
I have a field APP:ProductID
I have checked lookup button and set the lookup info 'from table' etc.
On the clientside server code
I have the following code
DO CalculatePremium
p_web.SSV('NewProductCode',p_web.GSV('APP:ProductID'))
p_web._trace('application_form newproductcodevalue ' & p_web.gsv('NewProductCode'))
The trace does not fire these are the dbgview lines selecting the product lookup
[\\DAVCOMM-A9E687B]
00000005 55.67189789 [3552] [netTrace][thread=4] SendError = 404 The page cannot be found : The page you are looking for might have been removed, had its name changed, or is temporarily unavailable. FileRequest=[davcomm.css]
00000006 58.29903030 [3552] [netTrace][thread=4] SendError = 404 The page cannot be found : The page you are looking for might have been removed, had its name changed, or is temporarily unavailable. FileRequest=[davcomm.css]
00000007 61.06856918 [3552] [netTrace][thread=4] SendError = 404 The page cannot be found : The page you are looking for might have been removed, had its name changed, or is temporarily unavailable. FileRequest=[davcomm.css]
00000008 64.32103729 [3552] [netTrace][thread=4] SendError = 404 The page cannot be found : The page you are looking for might have been removed, had its name changed, or is temporarily unavailable. FileRequest=[davcomm.css]
00000009 66.82864380 [3552] [netTrace][thread=4] SendError = 404 The page cannot be found : The page you are looking for might have been removed, had its name changed, or is temporarily unavailable. FileRequest=[davcomm.css]
00000010 68.98772430 [3552] [netTrace][thread=4] SendError = 404 The page cannot be found : The page you are looking for might have been removed, had its name changed, or is temporarily unavailable. FileRequest=[davcomm.css]
00000011 71.85068512 [3780] GROUP/OPTION: draw text
The DO calculate premium routinee (obviously) calculates a premium which field I reset in the clientside reset field
No premium is calculated although wherever else in the procedure I call the do calculate routine the premium is calculated, the newproductcode is also not set.
It appears that the client side code is not firing in this situation.