I'm using Integration Manager to integrate a General Journal. The General Journal form has a custom field (customer id) that I need to map integration to. Does anyone out there run IM that maps to a custom field that help?
I've got expense data to import into GP on a regular basis. The version of GP I have is 7.50g30. I have Integration Manager available to use. First, I know I've got to have the data parsed to import correctly. I thought I'd use Visual Basic to get this routine accomplished. I've looked...
I've got an Excel database with the following five columns:
Full name, job title, department name, supervisor, location
What I would like to have happen is for a program to take this information and create an organization chart from it automatically.
What I don't want to have to do is have a...
I create a Great Plain report in Crystal how do I add the report to the Great Plain report menu? In other words, the report file must be stored then called by report menu item .. what is the most efficent way to do this?
In regard to GP v7.5 and Smartlist v7.5, using GP HR module the payroll folders do not include columns needed for export such as paycode description. Is it correct that in order to add a custom table as a folder or add columns to existing folders an addon tool is required such as Any View or...
Below I have an array that populates a dropdown list box and inserts, as a first item of the array, that item of the array which is already part of the record which the user will then either leave as is or select another item in the array to change:
Dim selectCMD7 As SqlCommand = New...
I have a dataset named company and I am trying to replace every character (^) in the rows of a certain column (coname) with another character ('). Code I have is follows:
For i = 0 to ds.Tables.Count -1
Replace(ds.Tables("company").Rows(i).Item("coname"), "^"...
For some reason I keep getting a customerror message when I load an asp.net site that has an error. This changed overnight. If I logoff and back on as a different user I do not get the customerror message. The Web.Config file has CustomErrors mode = "Off". I cleared the browser...
I have the following code:
<tr bordercolor="0">
<td valign="top" class="apartmentinside"> Members/Shareholders:</td>
<td class="apartmentinside">
<asp:DataList runat="server"...
I am using repeaters and I need for each record to print one after another (vertically). As of now, I can loop through the dataset but all I get displayed (printed) is the last record in the dataset. Somehow I need to get the display to loop too. Very much like a datalist would do ... but...
I need to loop through the number of rows in a dataset by changing the row number of the following:
coDS.tables("company").Rows(0).Item("coname")
First, how do I stop a loop in a dataset once it reaches last record?
Second, do I change the "Rows(0)" to this...
I have the following array (see below) and it populates a dropdownlist. The way it works now is without an initial selection the dropdownlist displays a blank ("") value. Once the user makes a selection from the dropdownlist and updates accordingly then wishes to go back and clear...
I am having some trouble coding VBA to email an Excel attachment.
My vba sub copies cells to an excel form then emails the form as an excel file which is working swell but when the email with attachment opens it will not allow me to paste my Excel email recipients address (grabbed from an Excel...
I'm using a panel form and if a certain textbox has an entry then I need for another certain textbox to require an entry. This validator is to be I believe a client side validator so that tabbing through the form will display the error (i.e.,not the need to display the error by submission of the...
Within my aspx file I need to code it to display a popup message (as opposed to using an html page message) to inform the user whether a certain record was successfully entered into an SQL database. As of now my sql stored procedure to add a record returns a value -1 if the record is...
I am emailing a form but need to nest in an asp value.
The following line has a problem:
HTML = HTML & "<input type=""text"" name=""cname"" value=""<%=Request(""cname"")%>"" size=94 maxlength=100>"...
How can I make it so that when I convert a Word document (which contains links to Excel) to html to name the links it turns into gifs without capitalizing the first letter?
I have a Public calendar and when I send a meeting request to it then later decide to either cancel it or change it the Public calendar treats the change by creating a new item on the calendar as opposed to modifying the original or deleting it. So when a change happens there becomes at least...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.