NetTalk Central

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Richard I

Pages: 1 [2] 3 4 ... 10
16
Hi
I have an Access Violation following a successful compile and gzipall in NT 14.04 after upgrading from NT 12...
when run in Deployment mode.
If I compile and run in Development mode it runs OK
The Exception Log is attached
Thanks
Richard


17
Web Server - Ask For Help / Which Embed?
« on: September 13, 2023, 07:07:28 PM »
I Have a NetWeb Form with two tabs
On one of the tabs I have radio buttons
I want one of the radio buttons to be conditionally selected when the tab opens ( currently the radio button is selected manually)
Where do I insert the following code please?

 I have tried in the TabChanged embed which doesnt work and also afterPrimes  but this last option opens the tab automatically.
 lBreaktype is already primed
!conditionally set Meal Start
!Breaktype 3 is the radio button option for Lunch out and 4 is the lunch IN option

 IF p_web.GSV('TakesTeaBreaks') = 0
       if  p_web.GetSessionValue('loggedIn') = 1
           lBreakType = 3
           p_web.SetSessionValue('lBreakType',3)         
       elsif  p_web.GetSessionValue('LoggedIn') = 0
           lBreakType = 4
           p_web.SetSessionValue('lBreakType',4) 
        end
  END             

Thanks
Richard

18
Web Server - Ask For Help / Table relationship in NT14.00
« on: August 25, 2023, 02:47:55 AM »
Hi
I have a table relationship :
Browse Invoice and Browse Line items  with Lineitems on the Browse Invoice page "Right"
as in examples.

The issue is:
when selecting a row field in the Invoice column I expect the response to be focused on the corresponding line item, as  happens in my app with  NT 12.62 and in the Themer example

Compiling and running the same app and Dct in NT 14 however, opens the Update Invoice Popup first and when this is closed the intended Line item is in focus.

I was able to comment out the line p_web precall and that stopped the Update and allowed the application to run as I want, but unfortunately this also prevented a browse insert

The query is:
Why is the Invoice Update opening first in NT 14 ?

Many thanks
Richard

 

19
Web Server - Ask For Help / NT 14 Floating Labels
« on: August 23, 2023, 05:48:31 PM »
Hi all-
While I have set  labels to be floating on border, they are  only floating when the app is compiled and run in development mode.
Switching back to deployment mode and recompiling, appears to disable  the floating option
I have run Gzipall between the compiles

What have I missed?
Thanks
Richard
NT 14.01

20
Web Server - Ask For Help / NT 14 Query
« on: August 15, 2023, 01:46:33 AM »
Hi Bruce,
Great  new features Bruce, but can the Browse grid column width change, be saved for that browse?
I can reduce the width at Runtime but its not saved on return to the browse?
Using the base3d theme

Thanks
Richard

21
Web Server - Ask For Help / Themer compile errors
« on: August 12, 2023, 05:43:57 PM »
Help please, with these errors on compile of the themer example

   xml.ClearColumnDisabled()
   xml.SetCRLF()
   xml.save(p_web.ServiceErrorQueue,strxmlout,'ServiceErrors','Error')
   xml.save(p_web.ServiceResultQueue,strxmlout,'ServiceResults','Result')

   Dont seem to be able to find any reference in the notes....

Thanks
Richard
NT 12.62
xfiles 3.27

22
Web Server - Ask For Help / Index of p_web
« on: June 29, 2023, 04:01:07 PM »
Hi Bruce,
Is there, anywhere, an available Index of p_web expressions such as p_web.setTheme ?
Thanks
Regards,
Richard

23
Hi All,
My app  doesn't like
 p_web.SetTheme('Metroblue')
unless I have it in the wrong embed?
I have placed it at the bottom of the login code in Validate Update
You said it could be called once the user had logged in?

Is there something else I need to do?
Thanks
Regards,
Richard
NT 12.62

24
Hi
a few Trace statements showing  errors  in debugview
Not sure about any of them.....

[st] [netTalk][thread=3] Error [-1:2] opening file: D:\NewJamesVisa\web\-loginform_value
[st] [netTalk][thread=3] Error [-1:2] opening file: D:\NewJamesVisa\web\-gstitemtotalsform_value
[st] [netTalk][thread=3] NetSimple.Error Trap - 34 Unable to Close connection NetSimple.CloseServerConnection

Thanks
Regards,
Richard
NT 12.61

25
Hello all-
re Rebuilding the OBJ and CLW files after text changes
Why should I have to delete and rebuild the OBJ and CLW files to  get the changes saved, please ?

In Application Options,  I have in the Embed Editor "Edit Errors in Context ( using Embeditior)" ticked 
and In the IDE tab, the option "Edit embedded source errors in generated code" remains unticked.
 
Thanks
Regards
Richard NT 12.61

26
Hi
Copied in File Download example
All Ok except in the Global Declarations  DocumentBrowse  Value::Doc:Name Routine
Im getting a reoccuring error which I dont seem to be able to fix permanently.
which is:
packet.append( p_web.CreateHyperLink(p_web._jsok(Left(p_web.FormatValue(DOC::Name,'@s20')),(Net:HtmlOk*0)+(Net:UnsafeHtmlOk*0)),'ServeDocument?name=' & DOCS:FileName,'_blank',p_web.combine(p_web.site.style.BrowseHyperlinks,),loc:javascript,,0,(Net:HtmlOk*0)+(Net:UnsafeHtmlOk*0),,,'DocumentBrowse'))

If I change this to DOC::FileName,  it compiles and runs Ok but the DOCS:FileName returns on subsquent recompiling...
The DCT prefix is DOC

How do I edit and fix permanently please?
Im trying to edit in the CLW file
Thanks
Regards,
Richard NT12.59

27
Web Server - Ask For Help / Run time settings query
« on: May 11, 2023, 09:13:29 PM »
Hello,
Ive copied into a web app the Runtime settings browse from an example OK

Did I see recently a post about saving the theme selection,so that the new selected theme loads on subsquent logins?

Cheers
Richard
NT 12.59

28
Web Server - Ask For Help / Report opening on a new page
« on: March 16, 2023, 08:10:51 PM »
Hi all
I am emulating  the Web13 example Mailbox Form ( with options) and Mailbox report.
Its all working fine except the report does not open on the Form but instead on a new window....
Why should that be? I cannot find the reason.

I have Media Type and Show PDF in the fields -as in example.

Thanks
NT 12.55
Richard

29
Web Server - Ask For Help / WebServer NT12.55 server setting missing?
« on: March 06, 2023, 11:58:29 PM »
Hello all,
Using NT 12.55 trying to populate Server Settings onto a tab in the webserver window from the webserver extensions
The Server Settings does not display???
Thanks
Cheers
Richard

30
Web Server - Ask For Help / email send control template error 12.55
« on: February 16, 2023, 03:19:03 PM »
HI
I have  2 compile errors in the emailsendcontrol template following the upgrade to NT 12.55
errors are Unknown identifier:PEMAIL
               Field not found: PTOKEN
 ThisSendEmail.token = pEmail.pToken

What is this and how do I rectify please?
Thanks
Regards,
Richard

Pages: 1 [2] 3 4 ... 10