Field NUM1 - Real 3
Field NUM2 - Real 4
Field NUM3 - Real (result)
Entry TXT1 - String(35)
Is there a way to execute commands from the entry field in the result, like
TXT1 - Entry 'NUM1 + NUM2' - Result 7
'NUM1 / NUM2'
...
something like NUM3=Evaluate(TXT1) or...
Is there a way to color lines in browse (like a greenbar efect) but when change value of one field,
like this
column value
1 -color x
2 -color y
3 -color x
3 -color x
4 -color y
99 -color x
xxx -color y
I'm using clarion 6.3
Is there a way to use underline font in the RTF field just like <13,10> for line break?
I want that when I put in RTF Field some text like 'This is'&UL_Code&' underline '&UL_CODE&'text'
I get This is underline text
thanks in advance [glasses]
Hi,
Is there some command to get file structure(Fields with description) in list or combo control?
I want to fill the variable with the name of database field
:-)
Still I struggle with this problem
http://www.tek-tips.com/viewthread.cfm?qid=1680275
----------------------------
Base POD.Dat
Field 1 - POL1 String 10 -'One'
Field 2 - POL2 String 10 -'Two'
Field 3 - POL3 String 10 -'Three'
Field 4 - POL4 String 10 -'Four'
Field 5 - POL5 String 10 -'Five'...
since publication in the forum unsuccessfully trying to solve the problem, first
I'm using:
Clarion 6.3 (9050)
Win XP SP3
AVG and ZoneAlarm
after I found solution of first problem(Editor options-Show field box) I realized that can no longer make any changes on app or even see window or report...
suddenly I can't change source code or even I can open to see, after change or view I have to close with "X" and then complete the application hangs and can only be shut down via task
manager.
I tried with a new clean install, deleting tmp and backup files, and other ways of cleaning the...
Thanks for your reply
I'm not sure I explained the problem well:
I have something like
BAZ: Value1 = 123
BAZ: value2 = 456
BAZ: Value3 = 789
At second base will keep the field name
DDT: val1 = 'BAZ: Value1'
DDT: val2 = 'BAZ: Value2'
DDT: Val3 = 'BAZ: Value3'
Is there a way to tell if
ISM#...
First I'm sorry for my bad english
Is there a way to pass value from one variable or field to other variable, like
VAR1='This is a string'
VAR2=99
Entry local variable UNOS STRING(10)
When I enter a value 'VAR1' in UNOS
Message(%UNOS) need to say 'This is a string'
Otherwise entering...
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.