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

Pages: 1 [2] 3 4 5
16
Hi Jari

I have this piece of code in webhandler processlink embed:

    Self.site.DateOptions = '' & |
        'monthNames: [''Tammi'',''Helmi'',''Maalis'',''Huhti'',''Touko'',''Kesä'',''Heinä'',''Elo'',''Syys'',''Loka'',''Marras'',''Joulu'']' &|
        ',monthNamesShort: [''Tam'', ''Hel'', ''Maa'', ''Huh'', ''Tou'', ''Kes'', ''Hei'', ''Elo'', ''Syy'', ''Lok'', ''Mar'', ''Jou'']' &|
        ',dayNames: [''Sunnuntai'', ''Maanantai'', ''Tiistai'', ''Keskiviikko'', ''Torstai'', ''Perjantai'', ''Lauantai'']' &|
        ',dayNamesMin: [''Su'', ''Ma'', ''Ti'', ''Ke'', ''To'', ''Pe'', ''La'']' &|
        ',dayNamesShort: [''Sun'', ''Maa'', ''Tii'', ''Kes'', ''Tor'', ''Per'', ''Lau'']'  &|
        ',closeText: ''Sulje'''  &|
        ',currentText: ''Tänään'''  &|
        ',dateFormat: ''dd.mm.yy'''  &|
        ',nextText: ''Seuraava''' &|
        ',prevText: ''Edellinen''' &|
        ',weekHeader: ''Vko''' &|
        ',showWeek: ''true''' &|
        ',firstDay: 1'  &|
        ',numberOfMonths: 2'

Takes care of all calendar popups

:: rainer

17
Web Server - Ask For Help / Re: automatic webserver restart
« on: November 18, 2016, 03:49:48 AM »
I use a software called Restart on Crash.
It does exactly it's job, checks if the server is responding. If not, stops it if needed and restarts.

:: rainer

18
Web Server - Ask For Help / Two or more lookups in EIP
« on: August 04, 2016, 01:07:36 AM »
Hi everyone

Is it possible to have two or more lookup fileds in one browse containing EIP-fields?
It seems that I can have only one lookup-field in the browse. I have two fields and if I check both as Lookup -fields in EIP, only one works. Both works if either one is unchecked for Lookup.
Is this a limit/rule or am I making something wrong?

:: rainer

19
Web Server - Ask For Help / Re: Dropdown Column in a browse
« on: July 05, 2016, 01:45:08 AM »
Hi Bijan,

I don't know if this has any relevance in Your case but I have hit a limit of items in a drop-down when using them on a browse. The amount of records is about 250 in my case. Then it breaks the html.

:: rainer

20
Hi all

If I uncheck "Compress dynamic data" on the performance tab, this seems to break html. the page is sent without html header: [Fiddler] Response Header parsing failed.
NT 8, 8.48 - not tested with NT9 yet
Any ideas?

Thanks
:: rainer

21
Web Server - Ask For Help / Cookie domain
« on: March 08, 2016, 12:38:02 AM »
Hi all.

I need to set a cookie with a slightly different domain.
If I set a cookie, it creates a cookie with domain
myprogram.mydomain.com.

What i need is cookie with plain
mydomain.com.

I can see that setcookie() takes domain as a parameter (p_web.CookieQueue.Domain) but it does not seem to do the magic.

Any ideas?

TIA

:: rainer

22
Web Server - Ask For Help / Drop list limit when EIP
« on: January 14, 2016, 12:50:08 PM »
Hi

There seems to be a size limit in how many entries there can be in a drop list when used in browse EIP-field. I have a customer has some 240 entries in two separate drop-fields in a browse. This works fine in a form Drop.
The drop list options-list get truncated and this breaks the entire page.
Any way to override this?

(Yes I know, I shall discuss if they really need so many entries - there is an option to close non-active entries)

I could change the fields to lookups but I already have one lookup and I can not get two lookup fileds in same browse.

Any Ideas anybody?

:: rainer



23
Web Server - Ask For Help / Re: Field Lookup problem
« on: August 11, 2015, 01:16:40 AM »
Hi Keith

Just curious, does it work all right if You don't use popup?

:: rainer

24
Web Server - Ask For Help / Re: CHANGE PATH
« on: August 10, 2015, 09:47:38 PM »
Hi Rodrigo

In my experience, webserver does not serve files outside web-folder (or maybe the program-folder).

:: rainer

25
Thanks guys,

I Have never used noop so that's seems like a good tip.
I tried once (or twice) the progress bar without luck. I will try again.

:: rainer

26
Web Server - Ask For Help / Re-triggering server side code on form
« on: July 27, 2015, 02:57:01 AM »
Hi all

I have some memory forms that execute some sort of longish routines, mainly imports or exports that can take a while (several minutes). My question is: What mechanism might trigger a new request for that routine - browser sends a new post or keep-alive or something?
Is this something that only I have managed to mess up or have others noticed this?
I have solved this by adding a session variable that is set when the process starts and if it is set, the process itself does not start again.
It would be interesting to know the cause of this behaviour and how it could be better handled.

:: rainer

27
Hi Edwin.

Firebug is a very useful tool to play around with everything about CSS.
You can look and tweak any element in Your page and find what You need to accomplish what You want.
Use Your own CSS-file, don't mess with th existing ones - mmm like I did at first :)

And after years of windows-programming: Do not put too much energy on (pixel-level) layout. It us not worth the effort because You just can not control all the browsers in the world. Well, that's my conclusion anyway.

:: rainer

29
Web Server - Ask For Help / Re: Download or email a (PDF)-report
« on: June 05, 2015, 02:20:42 AM »
Thanks Bruce

That was easy. Soon all my reports will have an "send as email" -button.And a "save in PDF-archive" too.Great job Bruce to make p_web omittable!

:: rainer

30
Web Server - Ask For Help / Re: Download or email a (PDF)-report
« on: June 03, 2015, 03:33:20 AM »
Hi Kevin,

Thanks Kevin,
But how do I make a report understand that sometimes I want to behave well with NetTalk report-extension and now I dont.
As of today, I have one report that is acutally two separate reports, one with NT extension, one without.

But I don't want to copy ALL my reports just for this functionality. I hope there is a way to embed a little here and tweak a little there...

:: rainer


Pages: 1 [2] 3 4 5