Quantcast
Channel: Dynamics NAV Technical Forum
Viewing all 4147 articles
Browse latest View live

How can I delete records from Page OnAfterGetRecord ?

$
0
0

Hello Friends,

I have maintain one my own table to store future contract related information in my 'X' table. So my requirement is on Page close, record next, previous time generate the data and store in 'X' table.
Also, in my case if record already found in 'X' table then first deletion is required. Its work fine on page close event, and also record insert process works find in record next, previous time (Page OnAfterGetdata Event). My delete process not work its given error 'A transaction must be started before changes can be made to the database'

I have also try OnNextRecord event but it's also not work.

Can you please give me idea, how can I delete records from Page OnAfterGetRecord?

Thanks in advance


The type "3" was not defined for the function.

$
0
0

A non-super user gets the error message:  The type "3" was not defined for the function., while changing the password and expiration date for a NAV user.

RDLC report papersize

$
0
0

We have a problem with printing RDLC report on one of our workstations, only one !

All workstations (run on windows 7) print reports in A4 size juste only one (runs on windows 8)  wich print report in A5 size instead A4 does anyone know why ? The classic's report work fine even on this workstation !!!! juste RTC reports wich doesn't work.

I checked the properties in visual studio. everything is ok. (it works fin on all other workstations)

 

Thank you for your help. 

Assign a report to a user without assign menu

$
0
0

Hi All,

 

How is it possible to assign a report to a specific user without adding new menu for that reports on Nav 2009 r2.

 

regards;

Web Client Different Network Connection

$
0
0

Hi DUG,

 

How can i access web client using different network connection?

I have no problem connecting web client using the same network connection.

I am using NAV 2013.

Bank Account Det. Trial Bal. Blank Pages

$
0
0

Hello Colleagues,

 

Noticed something odd about the bank detail trial balance on NAV 2013 R2, a blank page is added after every page with entries. Is there any way this can be corrected on the report?

Thanks 

Daniel

Navision load test tool

$
0
0

Hi,

i wonder if there is a tool for perfoming load tests (simulating a lot connectet user doing some work against the servers)

we set up new servers and want to test them.

best regards

Lars

Entries change

$
0
0

dear experts,

 

I am trying to modify entry table in Dynamics NAV 2013 R2 with developers lisence and it is prompting me an error: You don't have the following permissions TableData:Modify.

 

Please help :(


Native navision slow over network

$
0
0

Hi

Our test setup:

Navision server, located on HyperV host.
Navision Client, located on the same HyperV host.

If we run the navision client direct from the Navision server, its run really fast, so it's not the server.
But if we run the same client from the navision client, located on the same HyperV host, is run very slow.
But it's located on the same HyperV host, so there are no network components between, order than HyperV. 

It's a 2009 SP1 version, and the server is Windows 2008R2 (Have also try with Windows 2012R2), 2008R2 is faster than 2012R2, but not much.

The client is Windows 7 86bit, have also try with a 64bit machine.

It's a native database installation.

Could anybody point me in som direction?
Is there any change i need to change on the server, for its to serve clients fast?

Please ask if you have any question about the setup. 

 

Regards Kenneth Dalbjerg

How to add Lines without deleting the previous line

$
0
0

Dear User,

I have make one table in which i have added 1 field period length on basis of that lines are created on other table for eg. if  i give period length 10 then 10 lines are generated in another table but now thing Is if i give period length 12 it shows error but if i use deleteall function it works fine but i don't want to delete all the line because i have provided quantity in that.please help me out with the solution.

Item Cue for Inventory Qty Below Minimum Qty

$
0
0

Hi,

I am trying to figure out how to set a Flowfield and its Calcformula for Items which Inventory Qty is below Minimum Qty.

with this I can show the record count in a Cue.

can anyone help?

Lost mi Navision Financials 2.01B install CD, is in Spanish, any body have them or where i can download ¿?

$
0
0

Please I need the installation cd Navision Financials 2.01B in Spanish, I have lost them, and I need to reinstall my server. It is very urgent. I have backups of my files license and de database as well.

The company thatperformed theinitial installation andmaintenance,a few years ago,hasbroken a few months ago,and Ido not knowwhere to find theinstallationcd.

I need de Client\Server CD in Spanish.


Any can help me, please ¿?

How to bypass user log in in SP 1?

$
0
0

Hi everyone!

I just want to ask if there is a possibility to bypass a security log in MS Dynamics SP1? The database is in my local but I forgot the password?

Thanks in advance.

 

Rename error

$
0
0

Dear All,

 

I have a table in which user validates Quantity field, but doing this the user gets an error "You cannot rename a record because the new value for the following field is '0', field: Line No. Table: Service Line EDMS". This error doesnt occur always but sometimes only so is there any solution for this??

Thanks,

Suman

Date should be added to next month according to period length

$
0
0

Dear User,

I have make one table in that i'm using period length and in another table i have used start date and end date now if i give period length 5 and select the start date as for example 01-09-14 so when i click on this it should change to 06-09-14 this is not the issue i have written code for this on validate of start date

 

RecTask.RESET;

RecTask.SETRANGE(RecTask."No.","Document No.");

IF RecTask.FIND('-') THEN BEGIN REPEAT

  Day := RecTask."Period Length" + DATE2DMY("Start Date",1);

  Month := DATE2DMY("Start Date",2);

  Year := DATE2DMY("Start Date",3);

  "End Date" := DMY2DATE(Day,Month,Year);

  MODIFY;

  UNTIL RecTask.NEXT=0;

  //MESSAGE('%1/%2/%3',Day,Month,Year);

END;

now the issue is if give period length for same document no like 28 it gives error 

so it should be added to next month like 5 (periodl ength) + start date (28-09-2014 ) = End date(0308-2014). please help me out with the solution.


2 subforms with a XML

$
0
0

Hi. I'm trying to develop a new form but I need to have 2 subforms on it. One of them is linked as others subforms using standard NAV methods. For the other one, I have though to use a temp XML Document to handle this. The idea is to filter 1st. subform with a record from the main form, and filter the second form with a record from the 1st. subform.

I found a post wrote by "Tim" form http://www.advanced-business-systems.com/Resources/Blog/tabid/144/EntryId/129/Multiple-Sub-Forms-in-NAV.aspx where he explains how to do this, but when he says about  to write code on XMLDoc::OnReadyStateChange() funtion I don't know how to find that function.

I'm using NAV 5.0 SP1 and I don't know if that code refers to NAV 9.0 or higher. In that case, do you know how could I solve my problem? Is there any other way to filter the 2nd. subform using records from 1st. subform?

Regards.

Unable to restore user roles

$
0
0

I have NAV 5.0 client installed on machines on my network and DBMS is SQL 2005.

Recently, I restored a backup from the production server to a new application server I'm setting up.

However, most application objects did not restore to my new server. I resorted to importing the objects one after the other.

The problem now is it did not restore the user roles. I have only SUPER role and I need all the roles on the current production server. Anytime I try to import  user roles table from (an exported user role file the production server) to my new server it report that there are conflicts I try merge with existing  and it does not update the roles. I still end up with only the SUPER role.

 

Please I need help urgently.

 

 

Prompted for Admin rights when trying to run NAV

$
0
0

We are running Microsoft Business Solutions 3.70, Ceres 2.5 IE NAV 4.0 SP3 on Windows 7 64bit machines. No problems with any machines but one. Machine appears to be setup identical to the rest but even when NAV client is run under an admin login it is requesting admin rights to run then errors.

sales order purchase order

$
0
0

i have created the 5 items using these i need to post a 3 sales order and 3 purchase order for 5 customers and 5 vendors . How to do this? Please any body can help me....

Export Data from "Concord XAL" to NAV2013/R2

$
0
0

G'day to all,

I'm looking for some help with a technical issue based on data export from "Concorde XAL". Does anyone know of any features, tools or a traditional import process as well as export to CSV that would allow for NAV2013/R2 to import data from "Concorde XAL"?

The access to the legacy application Concord XAL doesn't work. They use a proprietary database without ODBC-connections or similar tools and features. The main issue is the export process.

I've tried searching the networks but I couldn't find any good leads.

Many thanks for your help and support.

Best regards
Ingo

Viewing all 4147 articles
Browse latest View live


Latest Images