Hi!
Is there any way to remove the attribute ReadOnly (activate the field) from the embedded source point "Accepted" in a entry field that is open for input?
Example:
I have a Window with four entry fields, three fields are ReadOnly but I want to remove the ReadOnly attribute on these three...
Hi all!
Maybe there's a simple solution to this problem, but I can not find the solution :-) :-(
An example ...
I have two entry fields and one ReadOnly field
Entry1 = 1
Entry2 = 2 (calls a routine from "Accepted" embedded source)
(Entry1 + Entry2 = ShowResult)
ShowResult = 3
This works...
Hi !
Need some help ...again :-)
Is it in the program code possible to write code to set the attribute ReadOnly on fields?
Example:
I have several fields in a form and when I shall make changes to the form, two fields should be ReadOnly.
Is it possible to write some code in Opening Window...
Hi all!
I have had problems with Clarion and Vista (Aero interface), text or buttons on some IDE windows was clipped, but here is a link to the solution of the problem:
http://profileexchanges.com/blog/?p=20
(There is also a solution to display Help in a correct manner)
/Magne
Hi ShankarJ
If we test in a clarion sample report, so maybe I understand the principle to hide fields
Clarion/Examples/HowToClarion/Reports/
file: clrep003.clw
If I want to hide Dis:StoreID, where shall i write the code (embedded point)?
ex.
HIDE(?Dis:StoreID
/Magne
Thanks ShankarJ!
I will try your tip but I am afraid I need some help from you to fix the "problem":-)
Can reach you via email if needed?
From Sweden
/Magne
Hi all!
Need a tip ... Report – Clarion Template Chain
Have you any tip where in the embedded points I shall write code if I want to hide fields in the reports detail area ...
Ex.
IF X = 1
HIDE(?LOC:A)
.
I have tested in Before Print Details section but there it not works.
From Sweden
/Magne
Hi!
If there are multiple users (10-15 persons )logged into a Clarionprogram (TPS-files) in a local network, can it do the program, or other programs on the network slow?
/Magne
Hi ShankarJ
This was not easy :-) :-)
I have insert your code in the embeds like this:
TabChanging
- Source (Your code)
- Generated Code
- Perform field level validation
But it will not work ...
"Assuming that ?CurrentTab is the FEQ of the Sheet Control ..."
Do I something wrong with "FEQ"?
(I...
Hi ShankarJ
The embeded points I have:
Control events
Sheet1
- Accepted
- New Selection
- Selected
- TabChanging
- All events
In the choises
Generate Code
Perform fiels level validation
/Magne
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.