|
|
|
|
NetTalk Central
|
|
June 19, 2013, 04:25:24 AM
|
Show Posts
|
|
Pages: [1] 2 3 ... 15
|
|
2
|
NetTalk Web Server / Web Server - Ask For Help / Re: avoid display duplicate error message on server-side
|
on: April 10, 2013, 05:11:09 AM
|
|
Hallo Kevin,
How can I avoid duplicate message error on web server? > I write my own code to check in validate routine >>it's an options but more nice it will be to have a options on webserver settings on/off.
How can I avoid duplicate message error on web server? I would like to show them on web page not on the server-side. > I use CSMessage which can be set to just log messages rather than display them >>ok, but in message like duplicate record you need to let user and display an message.
If there is no other options I will go for 1st options , check on validate routine for any duplicates records
Regards, Robert
|
|
|
|
|
3
|
NetTalk Web Server / Web Server - Ask For Help / avoid display duplicate error message on server-side
|
on: April 10, 2013, 03:49:16 AM
|
|
Hallo,
How can I avoid duplicate message error on web server? I would like to show them on web page not on the server-side. If this message occurs on web server then it will stop the activities... How can I prevent this? It's happen when I try to insert a record in another table in post update embed of a form.
Thank you for any suggestions.
Regards, Robert
|
|
|
|
|
4
|
NetTalk Web Server / Web Server - Ask For Help / Re: Styling the Print Button
|
on: March 20, 2013, 01:17:11 PM
|
|
Hallo Poul,
>Can i style the Print button? Yes! play with firebug and add your css style as you like
>Perhaps to look like the other jquery buttons. hmm all buttons inherit jQuery style. How did you populate the button? it's on a browse or a form?
>and maybe control the TEXT. Yes you can. depends how did you populate the button and if it's on a browse or a form.
*tips: try to search in source code the print button, this way it's very easy to understand how to make some changes Robert
|
|
|
|
|
5
|
The Rest Of NetTalk / The Rest - Ask For Help / Use my own CSS for buttons _ONLY_
|
on: March 01, 2013, 01:02:18 AM
|
|
Hallo,
Is there any way I can use my own CSS for buttons instead of shipped one?
Ex: I need to replace the save button css with my own one. I go in WebServer template > Buttons > select Save Button and put on Button Class the name of my own css. Compiled and run. The button will use my css but also others like : ui-button ui-widget ... etc How can I use _only_ my own css on that button?
Thank you, Robert
|
|
|
|
|
7
|
NetTalk Chat / Chat - Ask For Help / Re: Create PDF file on Windows 7
|
on: February 06, 2013, 07:10:23 AM
|
|
Hallo Vinnie,
Examples works for you? Adobe reader installed? Did you try with different browser? Try disable also the anti-virus if you have one... and turn off Windows defender from MS. To be sure it's not a security restrictions try to create a new txt or doc file in that directory to see if it's possible.Try enable debugging and see what kind of message will show you.
Regards, Robert
|
|
|
|
|
8
|
NetTalk Web Server / Web Server - Ask For Help / Re: How can we make footer stay on the bootom
|
on: February 05, 2013, 04:40:50 AM
|
Hallo, thank you for help. Now it's working but not 100% as I want  ) If you resize the height the footer will go up over body content...How can I prevent this?, the footer should stop if find the body content... In example from that link if you resize the height you will see how the footer will stay fixed when find the body content. Something like this I want. Thanks, Robert
|
|
|
|
|
10
|
NetTalk Web Server / Web Server - Ask For Help / Re: NT7 and scroll browse
|
on: February 05, 2013, 01:16:44 AM
|
Hallo Bruce, >this is more or less done (still needs a bit of work though). super! >this is somewhat unlikely. The intrinsic limitations of page-loading mean that on windows there's no way to make this work right - on the web there is _some_ advantage to it - but it is very (disk i/o) expensive. It's not something I'm ruling out, but it's also not top of my list at the moment. sometimes I have a browse with 20 or 30 records and it's more nice and efficient to see all of them and to have a scroll bar. Buttons next, back, first, last ... are some how old fashion this days...next, next, next.... I agree if you have a lot of records then this options will not work. But for small no of records will be perfect. >> also can be implemented infinite scroll? >on a page? a sort of "facebook timeline" type thing? yesss something like facebook  ) Robert
|
|
|
|
|
14
|
NetTalk Web Server / Web Server - Ask For Help / Re: Refresh a Field??
|
on: December 04, 2012, 01:33:36 PM
|
|
try this:
CASE Bil3:RouteId OF 6 OROF 7 Bil3:ShipperId = p_web.GSV('Cus3:CustomerId') Bil3:ShipperName=p_web.GSV('CustomerName') END
p_web.SSV('Bil3:ShipperName',Bil3:ShipperName)
do Refresh::Bil3:ShipperName ! Field is auto-validated do SendMessage
Regards, Robert
|
|
|
|
|
Loading...
|
|
|