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.


Messages - urayoan

Pages: 1 2 3 [4] 5 6 ... 15
46
Web Server - Ask For Help / Re: Browse View Without a Table
« on: August 31, 2020, 07:07:07 AM »
Why dont use an existing dct file changing its porp:name?
You can choose a file similar to what you need, change its prop:name and fill that named file with the records you need.
Just a thought.

Didn't think of that Alberto, but will try and see if it is doable in my case! Thanks for the hint

47
Web Server - Ask For Help / Re: Browse View Without a Table
« on: August 31, 2020, 04:39:30 AM »
>> The problem i have is, i have the dictionary, but i am not authorized to make changes on it.

A hand-coded table won't work, because the templates work on the dictionary.

Your alternative then is either hand-coding a table of some kind, or waiting for NetTalk 12 (which has "Json List support")

Cheers
Bruce

Thanks Bruce, cant wait to see that tease you give us with NetTalk, sadly, cant wait for that because the project is rush, but very exited to see that is gonna be possible to do in near NetTalk releases!

48
Web Server - Ask For Help / Re: Browse View Without a Table
« on: August 31, 2020, 04:37:29 AM »
Ok, you made this weird by not being able to change the dictionary.

Thank you Bill, i was taking a similar approach, but creating the js on my side. Definitely the tool you show me here it gonna help me a lot with this!


49
Web Server - Ask For Help / Re: Browse View Without a Table
« on: August 28, 2020, 04:17:07 AM »
Thank you Bill and Bruce,

The problem i have is, i have the dictionary, but i am not authorized to make changes on it.

Another way i was thinking is, make the table declaration in the Global Embeds, but i don't know if the NetTalk template does like that.

What do you think about that Bruce?

50
Web Server - Ask For Help / Browse View Without a Table
« on: August 27, 2020, 04:47:36 AM »
Hi all. It is possible to create a Browse View without a table ans select a record from that table?

If yes, some ideas would be helpful.

Thanks @UrayoƔn

51
Web Server - Ask For Help / Re: troubleshoot 500 busy error?
« on: August 18, 2020, 03:42:28 AM »
Jane, i am having a similar problem, but i did not get to catch whats wrong with my web server when that happens. As you can say, is just said is busy and even in desktop mode, it does not simply recover and need to restart the service.

Looking forward to this thread and see if any ideas arise.

52
Web Server - Ask For Help / Re: Reorder
« on: August 10, 2020, 03:31:45 AM »
Awesome! Thanks for share

53
Web Server - Ask For Help / Re: Errors and suggestions
« on: June 12, 2020, 09:04:28 AM »
Thank you Bruce. I was looking at the GPF report from top to bottom and as always, order matters. Interestingly, most of the parts that y receive in the report are generated code and some embeds with p_web.Trace that i removed just in case.

There is a part that I create a queue from a view, and maybe this is the part that is giving me problems.

Question related to that, the Queue i am creating, is declared in the procedure i call to generate the reports. In that case, the Queue is an instance of the same procedure and every user that call the same procedure, should have their own Queue declaration giving that case?

Thanks again in advance!


Hi Ura,

The GPF is a Stack-Trace, meaning that what it shows you is everytime the code made a call which added to the stack.
So you read it by following the calls, (bottom to top), through procedures, methods, and routines (R$). Ideally it gets you close to the problem, by allowing you to see if there is any embed code on that route, or if it's always int he same procedure, or same method, or same routine and so on.

cheers
Bruce

54
Web Server - Ask For Help / Re: Errors and suggestions
« on: June 11, 2020, 05:36:51 AM »
No, is not always in the same place. Check the other screen i got. related to the same web server.

Sometimes, the server just hangs with a Not Responding message in the window and the task manager, and sometimes i got the GPF.

That procedure (the one called BrowseResByCal, calls the routine to make reports. Those reports are in a separate DLL that i have no control over it (Clarion DLL) but, the call is not called in the lines the GPF message shows me (if i am looking in the correct place and interpreting the message correctly).

To be clear (and gain knowlege of course), in the GPF, what line should i need to look? When i look at the exact lines the message throws, are mostly auto generated code.

Thank you Bruce

55
Web Server - Ask For Help / Errors and suggestions
« on: June 08, 2020, 09:13:40 AM »
Hi:
  Since a long time, i am having an error with NetTalk and honestly, i don't know what else to look at. Usually, it pops in the web server one after another, and sometimes it happens every few days, wich makes it more difficult to catch and reproduce.

  The server when the error happens is under heavy load from clients, but in previous versions of NetTalk this does not happen so often. I think i am missing something, but honestly, don't know where else to look at, so as the title said, any suggestions are welcome. Sorry for the low res screen capture, but this is what i got from the client.




56
Thank you for the info Jane

57
Web Server - Ask For Help / Re: Parameters on OnClick a Button
« on: February 21, 2020, 08:44:08 AM »
Hi Alberto:
  I was working in something related to that field today and this is how i use it (Bruce can told us more secrets about it :D)

  In my case, the button calls a procedure and the parameter in that places is

  'ID=' & TAB:ItemNumber

  Where TAB:ItemNumber is one field populated in the same browse.

  In the called procedure, then get the parameter with this

  p_web.GetValue('ID')

Try it, works like magic

58
Web Server - Ask For Help / Re: OpenSSL does not run in w10 Home, may be OT
« on: December 03, 2019, 06:09:28 AM »
Hi Alberto:
In my case, this instructions help me figure it out the problem i had with openssl.exe in my apps. In my case, was a permission error, maybe in yours just needs to reinstall the run time libraries per Bruce instructions.

https://www.capesoft.com/docs/NetTalk11/NetTalkWebSecure.htm#Troubleshooting

1.   Get a capture using Process Monitor while reproducing the error message. (See General Systems: The basics of using Process Monitor.)
https://technet.microsoft.com/en-us/sysinternals/bb896645
2.   Search the Process Monitor log for "ACCESS DENIED" to determine which file is causing the error.
3.   Navigate to that file in Windows Explorer / File Explorer.
4.   Right-click the file and select Properties.
5.   Click the Security tab.
6.   You may see the message "You must have Read permissions to view the properties of this object." Regardless of whether that message appears or not, click the Advanced button.
7.   Click Add and enter the username for the problematic user account. (You could also enter the name of a group that the problematic account belongs to, like Administrators or Everyone.)
8.   Check the box next to "Full control" and click OK.
9.   Try running openssl.exe inside that was giving the error.
10.   There may be multiple files with permissions issues, so if you still get the same error message you will need to repeat steps 1-9 until the error goes away

59
Web Server - Ask For Help / Re: OpenSSL does not run in w10 Home, may be OT
« on: December 03, 2019, 04:56:13 AM »
Hi, Im working in a new Notebook which has w10 Home single language OS
When trying to run the openssl.exe, even runninig it using cmd and admin Im gettig the error attached.
This openssl.exe runs ok in a w10 Pro.

Hi, i faces a similar problem with the openssl.exe file. Did you try to right click and run as administrator? (even if you are an administrator in the machine).


60
Web Server - Ask For Help / Re: SessionValueSetFromBrowser?
« on: December 03, 2019, 04:52:45 AM »
Hi Ura,

if you look in NetWeb.js you'll see examples there. Since this is a JavaScript function the examples are in JavaScript.
As to where you would use it - I guess that's up to you.

Cheers
Bruce

Hi Bruce:
 
Yes i am aware of the SetSessionValue from JavaScript. I think that part is clear for now :)

The part i am not so sure is how to use the SessionValueSetFromBrowser and where.

This is what i found about that call in the forum:
https://www.nettalkcentral.com/forum/index.php?topic=3968.msg14860#msg14860

For example, if i had a function in JavaScript, that function get some values from another server (API call) and i need to send back those values back to the NetTalk webserver.

As far as i understand, NetTalk does not receive returns from JavaScript functions.

How do i know in the NetTalk web server with SessionValueSetFromBrowser when the values are ready to use and are set with SetSessionValue('name','value').

Or i am mistaking that function as an observer, o something smilar to a callback?

Thanks

Pages: 1 2 3 [4] 5 6 ... 15