mibuso.com

Microsoft Business Solutions online community
It is currently Mon May 20, 2013 11:06 am

All times are UTC + 1 hour [ DST ]




Post new topic Reply to topic  [ 101 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6, 7  Next
Author Message
 Post subject: Re: Waldo Dynamics NAV Notepad (WaldoNavPad) v3
PostPosted: Mon Mar 02, 2009 6:06 pm 
Offline

Joined: Wed Jan 02, 2002 8:01 am
Posts: 109
Location: Boston area, USA
Country: United States (us)
I'm not savvy to the use of DLL's and such in the 2009 version. Has anyone had a chance to see if WaldoPad can still work in the Role Tailored Client?


Top
 Profile E-mail WWW  
 
 Post subject: Re: Waldo Dynamics NAV Notepad (WaldoNavPad) v3
PostPosted: Mon Mar 02, 2009 6:36 pm 
Offline
MVP Microsoft Dynamics NAV
NAV TechDays 2013 attendee

Joined: Fri Dec 06, 2002 11:50 am
Posts: 3390
Location: Kontich, Belgium
Country: Belgium (be)
Yes I had the chance ... and it works! :-)

_________________

Eric Wauters
MVP - Microsoft Dynamics NAV
My blog


Top
 Profile  
 
 Post subject: Re: Waldo Dynamics NAV Notepad (WaldoNavPad) v3
PostPosted: Mon Mar 09, 2009 5:43 pm 
Offline

Joined: Wed Jan 02, 2002 8:01 am
Posts: 109
Location: Boston area, USA
Country: United States (us)
Waldo wrote:
Yes I had the chance ... and it works! :-)


Is there any way you can update the download to have Page object that demonstrates this? In my test VPC, I was getting an error about "Table 2000000046 is not available and cannot be opened" (which is the Automation server table).

I freely admit, this may be something wrong with my environment (though it's just the VPC from Microsoft), but would be good to know what exactly so it can be avoided.


Top
 Profile E-mail WWW  
 
 Post subject: Re: Waldo Dynamics NAV Notepad (WaldoNavPad) v3
PostPosted: Mon Mar 30, 2009 4:12 am 
Offline

Joined: Thu Jun 08, 2006 1:03 pm
Posts: 77
Location: Edmonton
Country: Canada (ca)
Waldo, thanks for your solution.
Not to mention i have modified the mechansim and incorported BLOB field rather then multiple text lines.
Our clients are using it from past 1 year and no problem has been reported as yet.

Now since we are moving on to Nav 09, the bigger challenge is to keep waldopad. So far i am struggling to incorporate waldopad in Nav 09 RTC.

--------------
Nav 09 doesnt support Automation table (2000000046) anymore, so now we cannot check if a dll is registered or not. In other words the following code is gone:
Code: Select all
IsOCXDLLInstalled(ptxtRegistryName : Text[100];ptxtVersion : Text[30]) : Boolean
lrecAutServers.SETRANGE(Name,ptxtRegistryName);
lrecAutServers.SETRANGE(Version,ptxtVersion);
EXIT(lrecAutServers.FINDSET(FALSE,FALSE));


So i commented out above function call but thn i got following error:

This message is for C/AL programmers: The call to member ShowDialog failed: Showing a modal dialog box or form when the application is running in UserInteractive mode is not a valid operation. Specify the ServiceNotification or DefaultDesktopOnly style to display a notification from a service application..

RTC doesnt like it.

Since you are the guru so you may know the solution. Any help on above would be highly appreciated.

Thanks and Regards,
Sikandar Memon


Top
 Profile E-mail  
 
 Post subject: Re: Waldo Dynamics NAV Notepad (WaldoNavPad) v3
PostPosted: Thu May 21, 2009 8:51 pm 
Offline
MVP Microsoft Dynamics NAV
NAV TechDays 2013 attendee

Joined: Fri Dec 06, 2002 11:50 am
Posts: 3390
Location: Kontich, Belgium
Country: Belgium (be)
Are you still suffering from this problem? I have it working in the RTC without doing anything on the DLL.

Furthermore ... I'm going to add the BLOB field myself as well ... to save formatted text, but actually, saving it in multiple text lines has the advantage of being able to search an filter through normal C/SIDE code... which is one of the key factors of this pad ;°).

Thanks for using it, by the way :wink:

_________________

Eric Wauters
MVP - Microsoft Dynamics NAV
My blog


Top
 Profile  
 
 Post subject: Re: Waldo Dynamics NAV Notepad (WaldoNavPad) v3
PostPosted: Mon Jun 15, 2009 9:01 pm 
Offline

Joined: Thu Jun 08, 2006 1:03 pm
Posts: 77
Location: Edmonton
Country: Canada (ca)
Hay Waldo, its working in RTC mode.
Added FALSE,TRUE arguments in CREATE function and for automation table i have added ISSERVICETIER condition.
Everything is all good.

Let me know if you need anything regarding BLOB fields.

Thanks & Regards,


Top
 Profile E-mail  
 
 Post subject: Re: Waldo Dynamics NAV Notepad (WaldoNavPad) v3
PostPosted: Fri Jun 19, 2009 3:28 pm 
Offline
MVP Microsoft Dynamics NAV
NAV TechDays 2013 attendee

Joined: Fri Dec 06, 2002 11:50 am
Posts: 3390
Location: Kontich, Belgium
Country: Belgium (be)
That is indeed the solution ... thanks for posting it here [-o< .

I haven't been working on the navpad anymore ... but I am thinking of making it a little bit more "NAV 2009"-ish ... but what that means ... I don't know yet ;°)

_________________

Eric Wauters
MVP - Microsoft Dynamics NAV
My blog


Top
 Profile  
 
 Post subject: Re: Waldo Dynamics NAV Notepad (WaldoNavPad) v3
PostPosted: Fri Jun 19, 2009 3:31 pm 
Offline

Joined: Fri Jun 19, 2009 3:27 pm
Posts: 0
hey waldo great tool!!!

i wanted to ask if its ok for u if i modifie the source Code of ur VB projekt,

well i already tried it ^^ cuz i read ur statement earlier that it would be ok for u but... got some problems opening and editing the "vb" files.... got advise ? what client have u used for it?


Top
 Profile E-mail  
 
 Post subject: Re: Waldo Dynamics NAV Notepad (WaldoNavPad) v3
PostPosted: Fri Jun 19, 2009 3:41 pm 
Offline
MVP Microsoft Dynamics NAV
NAV TechDays 2013 attendee

Joined: Fri Dec 06, 2002 11:50 am
Posts: 3390
Location: Kontich, Belgium
Country: Belgium (be)
Off course that's OK for me. That's why I've put the source there.

I've created the dll with VS2005 ... . I wouldn't know why you can't open them, actually ... :-k

_________________

Eric Wauters
MVP - Microsoft Dynamics NAV
My blog


Top
 Profile  
 
 Post subject: Re: Waldo Dynamics NAV Notepad (WaldoNavPad) v3
PostPosted: Fri Jun 19, 2009 4:04 pm 
Offline

Joined: Fri Jun 19, 2009 3:27 pm
Posts: 0
well it sait that i dont have the right source code mennaging Plugin....
"Quellcode Verwaltungs Plug-in" in german.....


Top
 Profile E-mail  
 
 Post subject: Re: Waldo Dynamics NAV Notepad (WaldoNavPad) v3
PostPosted: Fri Jun 19, 2009 4:53 pm 
Offline
MVP Microsoft Dynamics NAV
NAV TechDays 2013 attendee

Joined: Fri Dec 06, 2002 11:50 am
Posts: 3390
Location: Kontich, Belgium
Country: Belgium (be)
hm .. weird ...
Give me your email in pm and I'll send you a new version...

_________________

Eric Wauters
MVP - Microsoft Dynamics NAV
My blog


Top
 Profile  
 
 Post subject: Re: Waldo Dynamics NAV Notepad (WaldoNavPad) v3
PostPosted: Mon Jun 22, 2009 3:50 pm 
Offline

Joined: Fri Jun 19, 2009 3:27 pm
Posts: 0
ok... i did it ^^

next problem.....

after i edited the DLL and saved it again its impossible to register it

Code: Select all
Dllname was loaded, but the DllRegisterServer or DllUnregisterServer entry point was not found.


after spending some with best friend GOOGLE i found out that this kind of DLL does not need to be registered so my question now:
how do i update my curent navpad version?


Top
 Profile E-mail  
 
 Post subject: Re: Waldo Dynamics NAV Notepad (WaldoNavPad) v3
PostPosted: Wed Dec 23, 2009 12:39 pm 
Offline

Joined: Fri Oct 25, 2002 1:13 pm
Posts: 134
Hi Waldo,
can you upload the lastest Waldo NAV pad?
I ma having problem to add the dll to the custom control list at NAV.

Thank you.

regards
Rachel


Top
 Profile  
 
 Post subject: Re: Waldo Dynamics NAV Notepad (WaldoNavPad) v3
PostPosted: Tue Jul 13, 2010 5:18 pm 
Offline

Joined: Fri Jun 27, 2008 4:09 pm
Posts: 5
Location: Germany
Hi Waldo!

Is there any possibility to use copy and paste in the NavPad? That would be a great functionality.

Marcel


Top
 Profile  
 
 Post subject: Re: Waldo Dynamics NAV Notepad (WaldoNavPad) v3
PostPosted: Tue Jul 13, 2010 5:41 pm 
Offline
MVP Microsoft Dynamics NAV
Site Supporter

Joined: Fri Jun 06, 2003 9:01 pm
Posts: 6977
Location: L.I., New York
Country: United States (us)
Did you try Ctrl-C (Copy) & Ctrl-V (Paste)?

_________________
Harry Ruiz
http://www.cosmeticsolutions.com
http://www.autismspeaks.org


Top
 Profile E-mail WWW  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 101 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6, 7  Next

All times are UTC + 1 hour [ DST ]


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum


Search for:
Jump to: