Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: dgillz
  • Content: Threads
  • Order by date
  1. dgillz

    How to convert varchar to time?

    I have start and end times that are stored as varchar such as "0700", "1600", etc. How do I convert these to time? Macola and Sage 50/Sage 100 Consultant Check out our Macola tools: www.gainfocus.biz/exceladdin.html
  2. dgillz

    Cross Tab Sorting Columns

    I have little experience with Cross Tab reports. I inherited one with month names as columns. But the sort is April, August, December, etc. - Alphabetic sort. How do I get this to sort as January, February, March, etc.? Macola and Sage 50/Sage 100 Consultant Check out our Macola tools...
  3. dgillz

    Macola ES/Macola 10 - List of English Program Names

    In the BacoAppLog table, it logs every time you open an application in Macola ES/Macola 10. For example MACMDEBITR.slc is the entry made for customer maintenance. Is there a list or table that holds the English description of this? Macola and Sage 50/Sage 100 Consultant Check out our...
  4. dgillz

    Strange behavior on Cycle Count Batches

    I just saw a case of a cycle count batch that is returning incorrect data on the pre-post register of "Post Count Tags". No external input from Wisys or any other application is being used. This will happen 3 or 4 times and they have been re-creating the cycle count batch to solve it. A very...
  5. dgillz

    How to Execute Create View code in Actian Zen?

    Its been 15 years since I worked with Pervasive SQL. I want to create a view. Here is my code to do so: CREATE VIEW "ItemBeginningBalance" AS select i.ItemID,i.ItemDescription, sum(c.quantity) as BegBal from LineItem i left outer join InventoryCosts c on c.ItemRecNumber=i.ItemRecordNumber...
  6. dgillz

    DDF Builder for Actian fka Pervasive SQL

    Basically the title. Where do I find a suitable DDF builder for actian files? Macola and SAP Business One Consultant Check out our Macola tools: www.gainfocus.biz/exceladdin.html
  7. dgillz

    How to make the GetPeach() functions available in Crystal?

    Sage 50 Quantum. Despite going through the normal installation step to make these functions available, they aren't. The u2lpeach.dll is in C:\windows. I even tried to manually register it with regsvr32 to no avail. Where should this .dll be? What am I missing here? Macola and SAP Business...
  8. dgillz

    Outlook 365 - flagging messages for follow-up

    Outlook 365. I used to able to right click an email, select follow up, and I had a choice of dates like today, tomorrow, this week, next week, This month, etc., or Custom, which was very helpful. Now I have 2 choices, flag message and clear flag. I cannot even select a date. Someone please...
  9. dgillz

    Back coloring an entire row if a duplicate is found in a dynamic range

    I need to determine if the current row (iRow), column A, is duplicated anywhere in the range of A11:A & Range("E7").Value. E7 will contain a value that will indicate the end of the range. This could realistically be from 11 to maybe 10,000. It will change every time. The SetGLRRowColor() sub...
  10. dgillz

    Outlook as a Datasource?

    I'd like to write a report against all the emails in a certain folder. CE 2013. I created a Data source by going to Create new connection->More data sources->Outlook. It showed my email address so I chose it and soon had a list of fields to choose from. I chose a few and ran the report but it...
  11. dgillz

    Finance Charges?

    Does anyone out there charge Finance Charges in AR in Macola? I personally have never run across anyone using this, but I was asked this question yesterday. In doing research, each state has a maximum finance charge, but several have no laws on the books addressing this. Do you apply this...
  12. dgillz

    Purchase Limit on Macola ES Resource Card

    This is Macola ES only, no Synergy. Has anyone ever used this to any effect? In my limited testing, it does not stop the user from entering , releasing or printing a PO regardless of the $ amount. Is there actually some functionality behind this field? If so does any know how to make it...
  13. dgillz

    Issue with mrexpfil_sql table

    Macola Progression 7.9.200 So I had a request to write the MRP by Date Report as an Excel Power Query. Looks great and runs in 4 seconds. UNTIL I decided to add the MRP exception codes. Then the query takes 25 minutes! In either excel or SSMS, it is a dog. I have checked the indexes...
  14. dgillz

    Integration between AutoCAD or SolidWorks and Macola?

    Are there any Macola users that would like an integration between AutoCAD or SolidWorks and your Macola Bill of Material and Inventory Modules? I am thinking of an integration to create the parts in Macola if they do not already exist, then of course to create/edit the BOM itself. What if...
  15. dgillz

    Flexibility Not Supported on Server 2019?

    WTH? Release notes for Macola ES 9.8.400: Screens with Flexibility modifications are not supported when run on a Windows Server 2019 machine Does anyone have a clue as to why this would not be supported? What does Server 2019 do that is so different? Server 2016 has End of Life set at Jan...
  16. dgillz

    Need to concatenate comments and group by Order in Subquery

    So I have an order table and comments is a separate table. There could be several lines of comments per order, or there could be none. So my desired output should look like this: Order_no, Order_date, Comments So my SQL is straight forward: select O.ord_no, O.ord_dt, C.cmt from oeordhdr_sql...
  17. dgillz

    SQL View not available to Excel Power Query

    Excel 2016, SQL Server 2008 (not R2). I created a view in SQL, then wanted to to use Power Query to analyze the data. I created a view because my SQL was too complicated to be displayed graphically, and it must be able to be displayed graphically in order to use parameters. So I did all this...
  18. dgillz

    SQL View not available in Excel Power Query

    Excel 2016, SQL Server 2008 (not R2). I created a view in SQL, then wanted to to use Power Query to analyze the data. I created a view because my SQL was too complicated to be displayed graphically, and it must be able to be displayed graphically in order to use parameters. So I did all this...
  19. dgillz

    Issue with Subtotals on a Table

    I have a table which was created via Power Query. Works exactly like I want it except I want to total a few columns. If I do this manually by going to the first blank row and clicking on the Sigma icon, the cell contents are this: =SUBTOTAL(109,[sls_amt]) My column name is of course sls_smt...
  20. dgillz

    Change Pivot Table

    OK I have a pivot table with Item Number as the rows and the Year-Month as the columns. I have 4 fields I want summarized in the Pivot Table: Units Sold, Sales $, Cost $ and Gross Margin $. When I add these, the output looks like this: ITEM 2020-Nov ABC123 UNITS SALES $ COST...

Part and Inventory Search

Back
Top