Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by imemoje

  1. imemoje

    Execute commands from the string

    Founded, BIND('NUM1',NUM1) BIND('NUM2',NUM2) BIND('NUM3',NUM3) Entry TXT1 -> (NUM1 + NUM2)/ NUM3 Evaluate(TXT1) -> result OK UNBIND('NUM1') UNBIND('NUM2') UNBIND('NUM3')
  2. imemoje

    Execute commands from the string

    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...
  3. imemoje

    Coloring browse(abc)

    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
  4. imemoje

    Underline FONT in RTF

    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]
  5. imemoje

    File structure in list or combo?

    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 :-)
  6. imemoje

    Passing value from field with variable

    solved only Message(Evaluate(aLOC)) work nothing to BIND or other
  7. imemoje

    Passing value from field with variable

    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'...
  8. imemoje

    clarion freezes after opening source

    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...
  9. imemoje

    clarion freezes after opening source

    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...
  10. imemoje

    Passing variable value to other variable

    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#...
  11. imemoje

    Passing variable value to other variable

    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...

Part and Inventory Search

Back
Top