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 - Niels Larsen

Pages: 1 [2] 3 4 ... 28
16
Web Server - Ask For Help / Re: Email from browse menu button
« on: January 30, 2024, 10:30:57 AM »
Spot on.
It could also be to change the status of a row (could be nice with an refresh of the row or browse, but that runs in another thread)

17
Web Server - Ask For Help / Re: Email from browse menu button
« on: January 29, 2024, 11:00:32 PM »
Hi Bruce

It can be any clarion code.

18
Web Server - Ask For Help / Re: Email from browse menu button
« on: January 29, 2024, 08:21:44 PM »
Hi Alberto

Thanks for the idea but it doesn't work.
If I call a NetWebSource as link or content it just gives a new URL with the procedure name. Could maybe fetch the parent site again, but I think that's a mess.
You cannot call a NetWebSoure a popup.

/Niels

19
Web Server - Ask For Help / Email from browse menu button
« on: January 25, 2024, 03:35:30 PM »
Hi

What is the best way to send an email ( or some other Clarion code) via a browse dropdown menu

regards NielsB

20
Here is an example. Try changing the status in the Browse Menu. Here it would be nice for the browse to be updated and in other cases for the row to be updated. Works perfectly with normal change form

21
Hi Bruce

I would appreciate a way to refresh a browse after an event in a browse menu.
What do you think?

Regards Niels

22
Web Server - Ask For Help / Re: Add class to header on popup form
« on: January 12, 2024, 05:17:08 AM »
Hi Alberto

It will work, but on all my popup forms.
I need to just do it on a single form. Therefore, I need to add a class to the header.
But thanks anyway

23
Web Server - Ask For Help / Add class to header on popup form
« on: January 12, 2024, 01:32:40 AM »
Hi Bruce

I need to remove (hide) the "Close" button (top right) on a popup form.
The popup form is called from a button on a form.
How do I add a class to the header so that I can hide the underlying close-button.
I've tried with "Class"-->"Main Heading" but that doesn't work when the form is called as a popup.
I have added an example.
Do you have a solution?

Regards Niels

24
Web Server - Ask For Help / Re: Cosmetics on a NT form
« on: January 11, 2024, 09:59:40 PM »
Hi Poul

On your NetWebForm template under fields you can set the tab style to "None"

CSS is your friend. Add this class to your custom.css:

Code: [Select]
.nt-prompt > label {
    float: left;
}

This means that all "labels" under DIVs with the class "nt-prompt" will be affected by this new class - the label will be moved to the left.
Remember to gZipAll and refresh your browser's cache.

/Niels

25
Web Server - Ask For Help / Re: Tabs on tables?
« on: January 09, 2024, 01:23:37 PM »
Here is my suggestion for a solution. I didn't style it, just the technical solution. Enjoy.

26
Web Server - Ask For Help / Re: Tabs on tables?
« on: January 09, 2024, 05:04:54 AM »
I don't remember seeing an example but I can easily fix one for you if it can get you further.

27
Web Server - Ask For Help / Re: Detect small screen?
« on: January 09, 2024, 05:03:16 AM »
It is possible to get the current screen size from the two session values _ScreenWidth_ and _ScreenHeight_
But I think you're doing yourself a bj?rnetjeneste by following that road and you're unlikely to avoid using css anyway.

28
Web Server - Ask For Help / Re: Tabs on tables?
« on: January 09, 2024, 02:52:18 AM »
Hi Poul

I use a memory form with radio buttons an a browse below.
The filter is controlled by which radio button is active.
Remember to update your browser after each press of one of the radio buttons

/Niels

29
Web Server - Ask For Help / Re: Detect small screen?
« on: January 09, 2024, 02:45:49 AM »
Hi Poul

I'm pretty sure Bruce will answer: Use CSS - @media

Look here: https://www.w3schools.com/cssref/css3_pr_mediaquery.php
Also try to see how it's used in netweb.css under /styles

Pretty easy once you get the idea

/Niels

30
Web Server - Ask For Help / Form - make default sort order conditional
« on: December 17, 2023, 04:09:56 AM »
Hi

Any way to make the "This Column Is Default Sort Order" conditional?
This would make a browse used in many forms but with different fields. I use it in a matrix situation.
It doesn't have the highest priority, just a nice little feature.

Regards Niels

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