Forum Post: RE: Check-Stub-Stub?
We were set up that way with the help of a certified 3rd party called South Anna who would be of better help
View ArticleForum Post: RE: Report Control - DSL2011SP2
Hi there, Did you resolve the 9804 error message?
View ArticleForum Post: RE: Print report from button
I am trying to use a button in the Shippers screen to open a custom report. I tried adapting the code given above: Private Sub Warranty_Click() ParmStr = "WACTS/RUN" & PRMSEP ParmStr = ParmStr...
View ArticleForum Post: RE: System Message 28506 -- Must First unnaply Prepay before...
buen dia amigo como reolvistes este incidente
View ArticleForum Post: RE: Check Number Sequence Question
Hi, Arles. On which screen do you configure the starting number of a new checking account/GL account?
View ArticleForum Post: Getting a System Message 6906 Error in TM.EPJ.00
Trying to delete an invalid Employee Rate Change. We get the following message: System Message 6906 Another process has deleted the %s item. The system will automatically Cancel your changes.
View ArticleForum Post: RE: Check Number Sequence Question
Hi Ron... The starting check number would be entered when you print your first actual check. In other words, it's on the Check Print screen. Whatever check number you enter here will be your effective...
View ArticleForum Post: Management Reporter (SL) - Excel - Default to Open Workbook After...
I have a client who would like to default the checkbox to Open Workbook After Exporting? The client is using Report Viewer to view the reports.
View ArticleForum Post: RE: Programmatically enter Sales Order
Hi, Similar problem: I am trying to respond to with sivMsgRspOk to Error 23 in Automated application from customization Manager. The error is trapped and response is sent to automated app, but it does...
View ArticleForum Post: RE: Print report from button
I think the problem is with cshipperid_0 try dim shipperid as string shipperid = Trim$(GetObjectValue("cshipperid_0")) ParmStr = ParmStr & "{soshipheader.shipperid}=" & shipperid & "/WHERE"...
View ArticleForum Post: RE: Print report from button
So, I was researching, and I found out that you cannot use CallApplicWait in customization mode. Instead use Launch. Here is the code I used: Private Sub Warranty_Click() Dim shipperid As String...
View ArticleForum Post: RE: Print report from button
Okay, I got it to compile without errors. This is the code I used: Private Sub Warranty_Click() Dim shipperid As String Dim Parmstr As String shipperid = Trim$(GetObjectValue("cshipperid_0")) Parmstr =...
View ArticleForum Post: RE: Dynamics SL 2015 CU1
I am having the same problem with SL2015 and CU1. I had not made any changes to SL. It just stopped working. When you invoke SL it does not come up at all but puts this error in the event log. I have...
View ArticleBlog Post: Is Microsoft Dynamics GP cost-effective for your business?
Do you get an annual maintenance bill for Dynamics GP every year and think to yourself….What am I getting for this investment? Why should I be paying this when I am still running an old version of...
View ArticleBlog Post: Dynamics SL Tips 5 & 6: Faster Searches
Dynamics SL Top Tips 5 & 6: Quick Query and Templates Make Searching Easier Spending hours looking for the right data can be frustrating. Use these tips to speed up the search process in Dynamics...
View ArticleForum Post: SL 2011 Data Dictionary
Hello: I'm new to Microsoft Dynamics SL and would like to use ODBC to extract information for reports. Could anyone tell me where to find the data dictionary for SL 2011? I apologize if this has...
View ArticleForum Post: Refresh Generate Requisitions Screen (RQ50500)
Hello, We are trying to add a button to the Generate Requisition screen that will allow users to refresh/re-load the data without having to close the screen. Because the screen is only a single grid it...
View ArticleForum Post: RE: SL 2011 Data Dictionary
Mike, you can go to help in SL and search schema,
View ArticleForum Post: RE: SL 2011 Data Dictionary
Another source go the help directory and there is help file with the full schema.
View Article