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 - BradT

Pages: [1]
1
Web Server - Ask For Help / What Triggers the Busy Image?
« on: December 19, 2022, 03:39:07 PM »
What makes the busy image unhide and hide?

2
Web Server - Ask For Help / XFiles4 Upgrade Webinar
« on: December 06, 2022, 02:55:43 PM »
Has there been a webinar on upgrading from XFiles3 to XFiles4 and what we need to be aware of?


3
I have "Allow Multiple Selections" checked on a drop field in a NetWebForm. Isn't that supposed to keep the drop open?  Maybe to the number of rows you have in "Span Rows" on the field tab?

Mine is not open or dropped down, the user still has to click and select like a regular drop box.  I would like it to be opened so they can have multiple selections.

4
Web Server - Ask For Help / NT Webserver Freezing
« on: September 29, 2022, 12:50:12 PM »
Clarion 11.1
NT 12.46

I have a NT webserver.  Just upgraded to C11.1 and NT 12.46. 

The webserver seems to work fine, except sometime in the night it will freeze. 
I've had to restart it each morning after forcing it to close.

Any thoughts on how to troubleshoot? 

5
I have a NetWebForm
A Tab on the form has a Procedure Field which is a NetWebBrowse
When the user does anything to a record in the NetWebBrowse I need code to run after they exit the NetWebBrowse and come back to the NetWebForm.
I have always put the code in the Validate::FIELDNAME Routine, which you can get to on the template in the Client-Side tab.
I have other NewWebForms where this is working but this one it is not.

Any ideas?

NT 11.44

6
Web Server - Ask For Help / App GPF after NT 11 Install
« on: September 11, 2020, 12:01:30 PM »
Anyone had this issue?

C10.12700
NT11
(Happens in C11 as well)

Exception occurred at address 00100468
Exception code C0000005: Access Violation
Process PID=18328  Image: C:\dllC10\FMO_NT.exe
Thread 1  Handle=000002C0  TID=20540

Exception parameters:
00000000
00100468

EAX=00DE3E50    EBX=00F27694    ECX=00000000    EDX=034720C4
ESI=00F66680    EDI=00000000    EBP=0019FE6C    ESP=0019FE68
EIP=00100468    FLG=00010212

Call Stack:
00100468
00C8CDBE
032CC0C7
032CBF0F
770A7C24
770A7BF4

Clarion modules:
03200000  10.00:12799 C:\dllC10\ClaRUN.dll
011A0000  10.00:12799 C:\dllC10\ClaASC.dll
001D0000  10.00:12799 C:\dllC10\ClaDOS.dll
12500000  10.00:11583 C:\dllC10\CLAFE.dll
012D0000  10.00:12258 C:\dllC10\ClaMEM.dll
033B0000  10.00:12799 C:\dllC10\ClaMSS.dll
13000000  10.00:11583 C:\dllC10\CLAnet.dll
01560000  10.00:12799 C:\dllC10\ClaTPS.dll
13200000  10.00:11583 C:\dllC10\CLAWE.dll
12000000  10.00:11583 C:\dllC10\SLATPS.dll
00400000  10.00:12799 C:\dllC10\FMO_NT.exe

7
Web Server - Ask For Help / Unknown Procedure Label, Draw
« on: September 10, 2020, 11:03:23 AM »
C10.12799
NetTalk 11.44
Insight 2.34
Draw 4.22

I upgraded all the Capesoft templates.  I'm still getting an unknown procedure label on ThisGraph7.Draw below.  Which looks like it refers to the GlobalInsight class.  Any idea why?  I thought the update of the templates would change it to the DrawClass rename.

Template Code below, the error is in the template code and not hand code.

    If not p_Web &= NULL
      loc:silent = p_web.GetValue('_Silent')
      p_web.DivHeader('Graph_MapInvoices_BarByState_7','nt-left')
              If loc:Silent = 0
                QuickWindow{prop:hide} = 1
                ThisGraph7.Reset()
              ThisGraph7.Draw()
                ans = 'images\@@@' & format(random(1,99999),@n05) &'.png'
                ThisGraph7.SaveAs(clip(p_web.site.WebFolderPath) & '\' & Ans)
                QuickWindow{prop:pixels} = 1
                packet.append(p_web.CreateImage(ans,ThisGraph7.Width,ThisGraph7.Height,ThisGraph7.HeaderName))
              End

8
Web Server - Ask For Help / JFiles, Receiving JSON
« on: September 17, 2018, 11:24:20 AM »
I have the following JSON coming in:

{
  "response": {
    "loop": [
      {
        "loop_id": "22719676",
        "main_type": "shipment",
        "main_id": "366211",
        "amount": {
          "currency": "usd",
          "amount": 9.99
        },
        "zone": null,
        "type": null,
        "days": 1
      },
     
      "loop" iterates here....
      ]
 )     
     
I used jsonreturn1.LoadNodes(returnQueue,'loop') and it loaded the queue with all the iterations of "loop", plus some extra.
I tried to use jsonreturn1.LoadNodes(chargesQueue,'amount',chargesQueue.main_id,'main_id') without much luck.  I'm a few days into this now so I have tried many other things.

How do I load such JSON as above, and I guess the bigger question I have it how does JFiles loop through the JSON so I can load any way I need to load?


9
I am getting the red alert box "UPDATE OF WEB FOLDER REQUIRED - Try pressing Ctrl-F5. Server is on version 8.25 but web folder is on version 8.23",  after updating from NT 8.23 to 8.25.

This is on the development machine.

Are there scripts or images (or something) that need to be updated in the web folder on the dev machine?  It is running out of the APP folder, as always.


10
Web Server - Ask For Help / Remove SecWin from NTWS App
« on: August 19, 2014, 08:27:53 AM »
Does anyone know how to remove SecWin from a NetTalk Webserver app? 

Checking Disable all SecWin Features does not seem to work.

I also tried to remove the extension and delete all the procedures.

Thanks!

11
Web Server - Ask For Help / SecWin with NetTalk Webserver
« on: August 05, 2014, 10:04:02 AM »
I assume people are having good luck using SecWin to manage logins for their NetTalk Webserver apps?

I am trying to do use the "Workgroup" column to store my user ID and it is not giving consistent results.  Sometimes it saves, sometimes not.

I also would like to manage it all from a PC app instead of on the web. I have tried this as well and it is very frustrating.


12
Web Server - Ask For Help / Refresh Memory Browse on NetWebForm
« on: May 19, 2014, 01:55:25 PM »
I have a NetWebForm with a NetWebBrowse of a memory table in one of the tabs (rounded style so all are seen).

When the form opens, if it is an update, I load the records from the real table into the memory table.  This is in the PreUpdate embed point.

My issue is, I can't seem to get the Browse to refresh.  I can add it to be reset, behind a field or button, and that works, but I can't seem to find the embed point where I can manually refresh the browse.

Maybe I shouldn't load the memory table in the PreUpdate?

Any ideas?

Thanks

NT 8.10

13
I have a bar graph in a standard window and then I have it displaying in a NetWebForm. 

My issue is as follows:

1. Display data with several point names, which makes the graph wide.
2. Then clear the data and reload it with a few point names.
3. The graph stays huge instead of resizing.

I have WorkspaceWidth set at 800 pix and WorkspaceHeight set at 300 pix.  The button that clears and replaces the data resets the graph control.

Any ideas? 

Pages: [1]