Is there a way to dynamically assign these fields without hardcoding F1 = ..., F2 = ..., F3 = ... instead maybe using the substring and a counter?
DEFINE TEMP-TABLE tmpImportTable
FIELD F1 AS CHAR
FIELD F2 AS CHAR
FIELD F3 AS CHAR
FIELD F4 AS CHAR
FIELD F5 AS CHAR...
We have recently created a testing environment up for all of our programs. We program in a delopment database then when we are finished with our task we transfer it to the live version of the product. I want to be able to distinguish between the live UIB and the Development UIB. Is there a...
I am currently using progress 9.1C.
I found that recently I have been able to open a query in a browser without first closing the query, whereas in the past it would prompt me with an error stating somehting of the sort "... Query already open...". I would then have to put
CLOSE QUERY...
I am trying to connect to Docuware (Document Imaging Software) which is on a Sequel server through an ODBC connection from Progress. We have used an ODBC connection to connect to progress, however I have never tried to connect from progress to an external ODBC source.
Does anyone have any...
Guess work is not necessary. Your idea was good, just not what I needed. While I appologize for not specifically stating I was writing the code in the row-display trigger, it was not my intention to neglect to give out information. I wasn't aware at the time that it would matter, however for...
Thanks DK for the suggestion, however this code needs to be done on the record level, therefore I am running it int the row-display trigger. Your code generates an error because the handle of a collumn is not queryable at the row-display level.
M-HT thanks for the suggestion I will check it...
I want to change the BGColor of a field in a browser.
I use :
TableName.FieldName:BGCOLOR in Browser br-Table = 15.
This works on normal fields from a table, however some of my fields displaying in my browser are CALCULATED fields.
Does anyone have any suggestions on how I can change...
Unless the tables have a one to one relational join with one another I'm not sure it can be done in Report Builder.
Report builder doesn't have collumn capabilities unfortunatly, however you can have it display a designated number or records accross by going to
Properties -> Record Layout...
What are buisness Objects? They are in Report Builder?
I don't think I am getting a clear picture of what you are trying to accomplish.
I believe you mean you want to have:
Tables:
Order
Order-lines
-----------------------------------------
Report layout:
Order information...
I want to be able to copy things to my clip board through code and then automatically paste them through code. I do not want to manually press ctrl-V.
I am aware of the functions
Edit-Cut()
Edit-Clear()
Edit-Copy()
Edit-Paste()
Edit-Undo()
However these all apply to Widgets.
Are...
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.