Infamous Blinking Field

Savatage
Member Posts: 7,142
Blink type Boolean
OnTimer()
Blink := NOT Blink;
CurrForm."NavField".VISIBLE(Blink OR ("NavField"=''));
Now set the TimerInterval of the form (250 or lower is fun)
:whistle:
OnTimer()
Blink := NOT Blink;
CurrForm."NavField".VISIBLE(Blink OR ("NavField"=''));
Now set the TimerInterval of the form (250 or lower is fun)
:whistle:
0
Comments
-
-
Savatage wrote:Blink type Boolean
OnTimer()
Blink := NOT Blink;
CurrForm."NavField".VISIBLE(Blink OR ("NavField"=''));
Now set the TimerInterval of the form (250 or lower is fun)
:whistle:
PPPlllllleeeeaaaasssseee NNnnnnnnnnoooooooooo!David Singleton0 -
-
LS-Retail POS form has timer and it's not fun debugging that form.
It was even worse when we didn't have breakpoints.0 -
blinking fields are possible but totally - not recommended.
It came to mind after that post about setting the timerinterval with code.
:evil:
never use it on an editable field.
I think I got this from Nelson Alberto from msbonline back in 2003 or so. :-k0 -
Savatage wrote:blinking fields are possible but totally - not recommended.
It came to mind after that post about setting the timerinterval with code.
:evil:
never use it on an editable field.
I think I got this from Nelson Alberto from msbonline back in 2003 or so. :-k
Yes I remember it back then, and it got the same reactions. If you like I can dig it up, and I am sure Erik will gladly donate that post to Luc.David Singleton0 -
Never Mind...... It is still something to generate interest in the features of Navision which makes it stand so special in the crowd of other ERP's.CA Sandeep Singla
http://ssdynamics.co.in0 -
Generally, companies that are interested in purchasing an ERP system are not looking for blinking field functionality. I really don't think that the capability to have a blinking field will make NAV stand out in comparison to other ERP systems.... :-k0
-
The only place I thought It might be useful was on the old Pre 4.0 versions.
There were many posts about telling the difference between real & test companies. I thought A blinking field on the main menu saying "TEST" would be useful.
But that's about it.0 -
Right or if you want snowflakes to fall down on a christmas themed main menu for instance0
-
Way cool! Retro website compo
What about a marquee?
(TimerInterval: 50)
IF CurrForm.TxtField.XPOS+CurrForm.TxtField.WIDTH<0 THEN BEGIN
CurrForm.TxtField.XPOS:=CurrForm.WIDTH;
END;
CurrForm.TxtField.XPOS:=CurrForm.TxtField.XPOS-100;0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions