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.
31
Web Server - Ask For Help / Re: Refresh the entire browse or just a row after an event in a Browse menu
« on: October 24, 2024, 10:03:15 PM »
Thanks!
This also works perfectly.
This also works perfectly.
32
Web Server - Ask For Help / Re: Tree Control
« on: October 24, 2024, 10:00:14 PM »
Thanks!
Works perfectly.
Works perfectly.
33
Web Server - Ask For Help / Re: checkboxes and radio buttons
« on: October 20, 2024, 10:28:38 PM »
Remember to uncheck the "Generate <FORM> tag" on the inner form.
34
Web Server - Ask For Help / Tree Control
« on: October 14, 2024, 05:45:40 AM »
Hi
I have a tree control on a form. If a node is clicked I can capture the id from GetValue('row') - no problem.
The question is how to select (highlight) a node when initializing the tree.
Regards Niels
I have a tree control on a form. If a node is clicked I can capture the id from GetValue('row') - no problem.
The question is how to select (highlight) a node when initializing the tree.
Regards Niels
35
Web Server - Ask For Help / Re: Refresh the entire browse or just a row after an event in a Browse menu
« on: October 11, 2024, 10:35:39 PM »
Thanks Vinnie for your input. But unfortunately not quite what I'm looking for.
36
Web Server - Ask For Help / Re: Refresh the entire browse or just a row after an event in a Browse menu
« on: October 07, 2024, 02:12:25 AM »
UP
37
Web Server - Ask For Help / Re: Refresh the entire browse or just a row after an event in a Browse menu
« on: September 29, 2024, 09:58:29 PM »
Hi Bruce
Have you had a chance to investigate my challenge?
/Niels
Have you had a chance to investigate my challenge?
/Niels
38
Web Server - Ask For Help / Re: Browse Inline Menu ends up in Orphaned Embeds
« on: September 18, 2024, 10:00:06 PM »
Well, unfortunately that wasn't the trick. The effect continues to occur for new jobs.
Of course I can change the template every time I need some new code, but it would be nice to know what the reason is.
Of course I can change the template every time I need some new code, but it would be nice to know what the reason is.
39
Web Server - Ask For Help / Re: Browse Inline Menu ends up in Orphaned Embeds
« on: September 17, 2024, 11:44:09 PM »
That was the trick.
Thanks
Thanks
40
Web Server - Ask For Help / UNRESOLVED:Browse Inline Menu ends up in Orphaned Embeds
« on: September 16, 2024, 10:08:18 PM »
Hi Bruce
When I want to "Send Click to Server" the server code ends in a Orphaned Embeds, and is Of cause not generated.
Maybe I'm doing something wrong....
Example attached.
/Niels
When I want to "Send Click to Server" the server code ends in a Orphaned Embeds, and is Of cause not generated.
Maybe I'm doing something wrong....
Example attached.
/Niels
41
Web Server - Ask For Help / Re: Search field in the header
« on: April 19, 2024, 11:12:05 PM »
I usually do it this way. "none" or something else. Just something that doesn't exist.
42
Web Server - Ask For Help / Re: API documentation
« on: March 28, 2024, 11:38:47 PM »
Thanks!
I can see that there are a few more places where it would make sense to change. Example in PrimeParameters/AddServiceError.
I can see that there are a few more places where it would make sense to change. Example in PrimeParameters/AddServiceError.
43
Web Server - Ask For Help / API documentation
« on: March 28, 2024, 01:47:28 AM »
Hi Bruce
Is it possible to use the Page Name in the documentation of a method instead of the procedure name.
I ask because I use Page Name to keep track of different versions of the "same" method - of course with different procedure names.
Regards Niels
Is it possible to use the Page Name in the documentation of a method instead of the procedure name.
I ask because I use Page Name to keep track of different versions of the "same" method - of course with different procedure names.
Regards Niels
44
Web Server - Ask For Help / Re: Using group.queue as parameter in af webservice method
« on: February 29, 2024, 10:24:51 PM »
THANKS!
45
Web Server - Ask For Help / Re: Using group.queue as parameter in af webservice method
« on: February 28, 2024, 10:35:14 PM »
Thanks. Any temporary solution until then?