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 - Robert Iliuta

Pages: 1 [2] 3 4 ... 32
16
Web Server - Ask For Help / Re: Link in popup form doesn't work
« on: April 15, 2019, 08:24:58 AM »
a "normal" link :-)
Code: [Select]
<a href="#" download>test download link</a>
Robert

17
Web Server - Ask For Help / Link in popup form doesn't work
« on: April 15, 2019, 03:37:21 AM »
Hallo Bruce!

I have a link where I download a PDF file.
In a browse works when I open the Browse but not when I press next page. (I need to reload the page)
In a popup form it doesn't work at all. The popup form will not open.
This is the example link: <a href="#" download>test download link</a>

Console said: XML Parsing Error: not well-formed
xHTML safe/unsafe was checked. I put also the code on XHTML tab.

What could be the reason?

Thank you!
Robert

18
Web Server - Ask For Help / Re: Turn ON/OF Focus on a form
« on: April 10, 2019, 11:59:11 PM »
Hallo Bruce!

>>clearly if the browser has focus at least _something_ in the page has to have the focus? no?
maybe... but not my buttons :-)
My question is how to stop or control this focus. This is my problem.

>>I uncheck the Auto Focus option in Advanced tab of the form.
What actually do this options?

Robert

19
Web Server - Ask For Help / Re: Turn ON/OF Focus on a form
« on: April 10, 2019, 11:55:08 PM »
Hallo Casey!

>> If you don't want the focus to move, just enter the same button.
I don't understand this part.
How can I do that?

Robert

20
Web Server - Ask For Help / Turn ON/OF Focus on a form
« on: April 10, 2019, 02:57:15 AM »
Hallo!

I have a memory form with some text and 5 buttons.
I uncheck the Auto Focus option in Advanced tab of the form.
When I open the form the first button has focus. After I press 1st button the focus go to second button and so on...
Is this a bug or I forgot something to do here...
How can I stop focus for this form?

Thank you!
Robert

21
It's about VAT. This field contain VAT.
They have a VAT 0.00 for some clients.
When I open the form I would like to show a text: Please select VAT or at least to be empty.
For VAT I need 2 decimals. I did not try with a string... but don't know it will works.
It's ok to have VAT field as a string?  If it works then the issue it's solved.

Thank you,
Robert

22
>>Have you tryed @n6.2B ?
First time :-)
But as I said 0.00 it's a choice that user can select as a value and if I put @n6.2B it will not show 0.00 value.

Robert

23
I do not use filter in template (very rare)
Try to use in embed code: Before Browse Loop > Set Filter

loc:FilterWas = UPPER(C007:Pfe)&' = <39>'&UPPER(p_web.GSV('GLW:Pfe'))&'<39>'
ThisView{prop:Filter} = loc:FilterWas

Check and see id you see any difference.
I have TPS with more then 800.000 records and show just fine.


Robert

24
Hallo!

Can you post the filter?
Where you put filter code? in template or embed code?

Robert

25
Hallo!


I have a filed in a form with picture @n6.2. This field is a lookup.
When I open the form it will show 0.00. Whatever I do (prime empty, change picture with a string...) it will always show 0.00 ... instead of PlaheHolder or empty field.
I need to show empty because 0.00 it's a choice that user can select.

It's a bug ? or what can I do to show a PlaceHolder or empty field?

Thank you!
Robert

26
Web Server - Ask For Help / Re: Menu Flashes all option briefly
« on: April 07, 2019, 01:26:37 AM »
Thank you Jane and Niels.
Works great.
Robert

27
Web Server - Ask For Help / Re: Task Panel Menu
« on: April 05, 2019, 04:59:31 AM »
then lucky me, I didn't start yet documentation for this app :-)

28
Hallo Nelson,

Just an idea, did you try to play with sessions?

CASE T:DrCr
        OF 'D'
            LocDrAmt = T:Amount
            LocBalance += T:Amount
            p_web.SSV('sv-LocBalance',LocBalance + p_web.GSV('sv-LocBalance'))
            LocBalance = p_web.GSV('sv-LocBalance')
        OF 'C'
            LocCrAmt = T:Amount
            LocBalance -= T:Amount
            p_web.SSV('sv-LocBalance',p_web.GSV('sv-LocBalance') - LocBalance)
            LocBalance = p_web.GSV('sv-LocBalance')
END

You need to reset the session variable when you open the form/browse.
I did not test but maybe will work/help you.

Robert

29
Web Server - Ask For Help / Re: Menu Flashes all option briefly
« on: April 04, 2019, 11:38:02 PM »
Hallo Bruce!

Yes, it's harmless but ugly as you said :-)
Did you find a workaround or a fix for next release?

Thank you!
Robert

30
Web Server - Ask For Help / Re: Task Panel Menu
« on: April 04, 2019, 11:26:15 PM »
Hallo Urayoan,

I did not have time to play and make Accordion responsive ... so I change my menu to Double drop.
So far it's ok.

Robert

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