I have a report that woked fine as Portrait, but ran out of room so we changed the paper size to Landscape. Now, the detail section prints more than the page height can allow so records are missed on the bottom of the page. How can this be fixed? I am new to Clarion and understand some stuff...
It is a related table but I don't see a join. It has to be joined somewhere. The user sets the Customer information on another form and that is stored in the Cus:Customer table. When a new load is entered, the Customer information is pulled from the Customer table and then inserted into the...
Color the text for each row. The color for each row would be set based on the value in CUS:LoadColor. The value of DIS:Round needs to be set based on the color value of CUS:LoadColor, but the user needs to be able to change this per row to a 2.
If CUS:LoadColor=GREEN then the DIS:Round Column...
Not trying to set the initial or default value at this point, but read the value and set the color according to the value. The user CAN change the value on another form and this should REFRESH then
DIS:Round is a string
And this is what I am trying to do:
CASE CUS:LoadColor
OF 'GREEN'
DIS:Round = '1'
OF 'RED'
DIS:Round = '2'
OF 'BLUE'
DIS:Round = '3'
OF 'BLACK'
DIS:Round = 'C'
END
The user can change the Round from whatever it is to a 2 which would then represent basically an...
The significance of DIS:Round='????' sets the the priority of the loads going out. 1 being highest priority, 2 is next, then 3, then a 'C' for Customer Pickup. The colors are just a quick glance at the screen for users convenience. The values stored in the CUS:LoadColor are GREEN, RED, BLUE and...
I have the colors tab but no styles tab. The colors tab has the following:
CUS:LOADCOLOR='GREEN'
CUS:LOADCOLOR='RED'
CUS:LOADCOLOR='BLUE'
I need also that if the CUS:LOADCOLOR='GREEN' Then DIS:Round='1', etc....
The listbox is based off of DIS:DISPATCH
This is not user intervention, but...
No, I must have the control template because I have several options (tabs). Default Behavior, etc.
The list box has several tabs and they are setup under the conditional behavior. The problem as I can see it is that the field CUS:LoadColor is not on the browse/ListBox. What I am trying to do...
It's not a listbox. It's all displayed in a queue. I didn't write this another guy did, and he's gone now. They had me take this over because I'm a VB programmer. I know hardly anything about Clarion.
I am new to this stuff, so please bear with me. I have a Clrion 5.0b app that has a browse to display a listing of items. Currently the listing is color code somehow automatically. What I need is for the listing to be color coded based off of the following:
If CUS:LoadColor='Green' Then...
I have an app in Clarion 5b and cannot get it to run with Windows 2003 Server. I have to have it on the server for Terminal services client to use. ANYONE PLEASE HELP....BEEN DOWN FOR A WEEK ALREADY.
I have inherited a Clarion 5.5 Application that was written to use PCMiler for mileage checking, etc. That was for PCMiler 2000. I have been forced to upgrade to PCMiler 18.1 and the .Lib and .DLL files have changed. The application will not make. I receive an Unsupported file type 21 error. Can...
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.