Sorry, but there are no more tags available to filter with.
  • How to add image to a rich text file?

    The insert image button is greyed out in the rich text file. Can somebody tell me how to make this enabled so I can insert an image to the rich text file? Thanks!
  • Using GPE for an action that standard script uses a gosub

    Hey, I need to make a modification to a script called SUBSMXA. The standard script is SUBSMX, and it is linking the SUBSMXA via gosub. What I am trying to do is make a modification (adding something, not removing anything) to one of the actions in…
  • Input Data not saved to database

    Hey I created a field to a table and applied the field to a screen. When I press save, the inputted data from the new field is not being saved to the database. Can somebody tell me the process of creating a brand new field and how to make whatever people…
  • Control Table

    I am seeking assistance in creating a formula with the formula wizard that will make this certain criteria true: If the product starts with an R, then this field is mandatory.
  • Linking Tables

    Hey, I am having a bit trouble adding a column to the Manufacturing> Inquiries > Products. Screen code: CONSMKI2. I am trying to add the field REFPER from the table STOLOT. In the script I have added the following code: ##############################…
  • Linking Tables

    Hey, I am having trouble linking multiple tables in 4GL. These are the fields and tables that I want to link. Name Field Name Table Reference Work Order Number MFGNUM MFGITM Product Label YPRODLBL…
  • Exporting data to a text file on our server

    I am trying to export data from sage to a text file on our server. So far, I got this in my code: --------------------------------------------------------------------------------------------------------- If clalev([F:SOH])=0 Local File SORDER [SOH…
  • Changing Font Size

    Hi, I am trying to change the font size for some of the text. This is a specific text that is located under the fields. Can somebody tell me the process to changing the text for this field. I guess what I am having trouble with is that I can not find…