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 strongm 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: *

  1. stevenbc

    eSynergy - "One moment please" message in Workflow

    I get this when using Chrome or when IE is set run in edge mode. If you press F12 to get to the debugger you can see which mode IE is set to run at. I don't remember how to set the IE mode so that it will default to 5 and stay there. I remember there was a key in the registry that you had to add...
  2. stevenbc

    Line item seq numbers from flexibility

    I found the answer. I had to unhide the field and literal in design mode for the form. Spent 2 days trying to find the answer and it was under my nose the whole time.
  3. stevenbc

    Macola - need help unable to generate cube in data folder.

    I don't know the exact functionality that you mention, but looking at the problem it would seem that this is a rights issue. The user that is writing to the folder needs to have write permissions. Right click on the folder and then click on properties. On the security tab you can see who has...
  4. stevenbc

    Line item seq numbers from flexibility

    Hi, Is it possible to get the line_seq_no for a line on the order entry screen, OE0101 from VBA? I see that there is a Lineno text box on the screen but this is empty at the time that I need it. I also never seem to enter the control when I tab through the screen, both header and line items We...
  5. stevenbc

    cannot get field type with dbfieldinfo()

    Mustis, Try using the function Afields() http://www.itlnet.net/programming/program/Reference/c53g01c/ng9ba7.html Hope this helps Steven
  6. stevenbc

    Barcoding

    BarTender from Seagull Scientific.
  7. stevenbc

    Change the description of a Macola ES field

    UPS Zone is not on the default crm card in Synergy. This is the next project, to figure out how to show a field that is in the database in Synergy when it has not been configured to show up. I see that there is somthing called a repository, but have not yet figured out how to edit this to...
  8. stevenbc

    Change the description of a Macola ES field

    Thank you very much. This is exactly what I needed.
  9. stevenbc

    Change the description of a Macola ES field

    Hi, I have the need to change the field label for the UPSZone field on the logistics tab in the Macola ES Maintain customers screen. Normally I would right click on the screen to get its ID, make a copy of the original screen and then click on customize to make changes. The AR Maintenance...
  10. stevenbc

    Saving custom data from a Macola ES form

    Thanks for all your help. I have implemented an update trigger for this. The reason that I don't want to implement my own custom sql is because I do not want another connection to the database however short it may be. The users already have some 20 forms open and it does not matter that I tell...
  11. stevenbc

    Saving custom data from a Macola ES form

    Again Thank you for your reply. Order entry does not update billing info. This is done at shipping time and for various reasons I cannot update the freight at this time. I wanted to update the freight when the ship via code was changed. I will try and do this at the database level with a...
  12. stevenbc

    Saving custom data from a Macola ES form

    Thanks for your reply, but I am trying to save the freight from the sales order entry screen (OE0101) but there is no freight field on the screen. When I do this from the billing screen then you are right it works and I can populate the field on the screen and it is pushed back to the database...
  13. stevenbc

    Saving custom data from a Macola ES form

    Hi, We are using Macola ES version 9.5.300. I have a requirement to save the freight amount from the order form (OE0101.) I do not want to open another connection to the database if I can help it. Is there any way from Flex Code that I can stuff the FreightAmount (frt_amt) into the database...

Part and Inventory Search

Back
Top