Re: SV: [development-axapta] 2 important problems for me!

2004-06-11 Thread Stefan Osterburg
Hi, our customer wants to prevent his Axapta users from copying the entire Inventtable content out of Axapta, although they should have (read-) accesss to the table. I can think of several ways to copy the data out of Axapta and I need to block these ways to users: 1. Use Axapta Data Export.

Re: [development-axapta] Customisation Documentation

2004-06-11 Thread Sascha Guettler
hi, it is possible to get a html-template from mbs to construct a documentation. look in the partnerguide. regards sascha --- k_otickashka [EMAIL PROTECTED] schrieb: Does anyone know the right format in documenting customisations made in Axapta? Is there a specific template we should

RE: [development-axapta] Axapta web application

2004-06-11 Thread Girish Bhatkal
Hi Andreas, what about the folders. i think we should also maintain seperate folders for vitrual directories, am i right? i tried to create the same web application in 2 different companies (created seperate folders) when i go to the company A and then select the site and then run through

RE: [development-axapta] RE: Exporting to Excel from Axapta

2004-06-11 Thread Girish Bhatkal
Hi Joy, if you also want to copy the headers then you can create a report and then instead of printing on the printer save the same as an excel file.. Also if you have the records displayed on a form (say Customer table) copy the records from the grid and and paste the same in the excel.

[development-axapta] Technet.navition.com gone

2004-06-11 Thread Torgeir Toms
Hi Anybody who know where and how to use Technet. Med vennlig hilsen Torgeir Toms Systemkonsulent Teknisk IT/Oracle DBA == Good Judgment Comes From Experience. Experiences Comes From Bad Judgment.

[development-axapta] Turn on 'Tips of the day'

2004-06-11 Thread Harish Mohanbabu
Hi Some time back I turned off 'Tips of the day' for couple of users. Now I want to turn it on for them. How can I do this? Please let me know. Many thanks in advance Harish Mohanbabu Yahoo! Groups Sponsor ADVERTISEMENT Yahoo! Groups Links To visit your group

RE: [development-axapta] Technet.navition.com gone

2004-06-11 Thread Pieter Wijnen
Torgeir da... http://technet.navision.com/ Pieter -Original Message- From: Torgeir Toms Sent: 11. juni 2004 11:47 To: [EMAIL PROTECTED] Subject: [development-axapta] Technet.navition.com gone Hi Anybody who know where and how to use Technet. Med vennlig hilsen Torgeir Toms

Re: [development-axapta] Technet.navition.com gone

2004-06-11 Thread Pascal Dutour Geerling
Hi Torgeir ! Technet is still available at http://technet.navision.com/ regards, Pascal Torgeir Toms [EMAIL PROTECTED] ds.no To [EMAIL PROTECTED] 11-06-2004 11:46 cc Please respond to Subject development-axapt [development-axapta] [EMAIL PROTECTED]

Re: [development-axapta] Turn on 'Tips of the day'

2004-06-11 Thread Danny Gaethofs
Harish, Go to Tools, Options, select button toolbar . there you can find show tool tips regards, Danny Harish Mohanbabu [EMAIL PROTECTED] wrote: Hi Some time back I turned off 'Tips of the day' for couple of users. Now I want to turn it on for them. How can I do this? Please let me

AW: [development-axapta] Technet.navition.com gone

2004-06-11 Thread Michael Tapal
http://technet.navision.com/ runs like a charme you have to register the first time regards / mfg / mvh / KveĆ°ja michael p.s. half of 12 is 7 (until axapta 3.0sp2, from sp3 on only 5) p.p.s.: tech is back __ __ ___ ___ \ / | | \/ | |

[development-axapta] Re: Turn on 'Tips of the day'

2004-06-11 Thread Harish Mohanbabu
Hi Danny Thanks for your reply. But sorry - I meant 'Tips of the day' that gets displayed during startup (SysHints Form). Even I tried manually opening this form and selected 'Show tips at startup' box. It still doesn't work.. Regards Harish --- In [EMAIL PROTECTED], Danny Gaethofs

RE: [development-axapta] Using Time Type in Enterprise Portal

2004-06-11 Thread Pieter Wijnen
It's stored as number of seconds since midnight ie hours=Trunc(TimeField/3600) mins=Trunc(TimeField/60) -Hours*60 HTH Pieter -Original Message- From: Rio M. Pintor [mailto:[EMAIL PROTECTED] Sent: 10. juni 2004 08:36 To: [EMAIL PROTECTED] Subject: [development-axapta] Using Time

[development-axapta] Moving code between layers

2004-06-11 Thread Stefan Osterburg
Hi, I am attempting to move my code from the var to the bus layer. While this is no problem with an empty database I have not been able to do this keeping the data in the database. I would like to avoid exporting and importing with IDs. Stefan Yahoo! Groups Sponsor ADVERTISEMENT

[development-axapta] One application, different companies, different design on same reports..

2004-06-11 Thread Morten Aasheim
Hey guys! We're going to migrate to different developer applications into one operational application. Actually both applications are operational, but it's been continuously development on them. Mostly reportdesign etc. The decision is taken to migrate these two into one. My

[development-axapta] Re: Moving code between layers

2004-06-11 Thread bmp_thydatacenter_dk
Try the following: Move the code with normal export and import without ID's. You should use a temporary environment with an empty database. Replace the var-layer with the bus-layer in the environment with the data. When you have started Axapta you should run a Check/Synchronize to update