Hi,
I am trying to copy records from cursor into a table, whose name is created using SYS(2015) function. The code looks like:
tmptable=substr(sys(2015),1,10)
select * from cunion into table c:\&tmptable
use c:\&tmptable in 0
select (tmptable)
Every time when compiler try to execute the line...
I need to populate a two-column combobox. I am using AddItem method, but I get an empty items in both columns.
How to populate multicolumn combo box anuway?
Thanks.
Mensud
Hello,
I am trying to use 6 IIF commands in SetAll method.
It looks like this:
thisform.grid1.SetAll("dynamicbackcolor", ;
"IIF(orderCursor.term='PRE', rgb(128,128,128),;
IIF(orderCursor.term='PEN', RGB(255,128,64),;
IIF(orderCursor.term='PEI', rgb(0,0,255)...
Hi,
Basicly what I am trying to do is to "convert" or rewritre an OCX control into ActiveX Dll.
Since I am using UserControl (in OCX), I don't know if it is possible to convert this control to dll.
If there is a way to make this conversion please suggest some tips how to do that...
Hi,
Basicly what I am trying to do is to "convert" or rewritre an OCX control into ActiveX Dll.
Since I am using UserControl (in OCX), I don't know if it is possible to convert this control to dll.
If there is a way to make this conversion please suggest some tips how to do that...
Hello,
I have very, very stupid situation. I am working with ListBox and EditBox controls. What I am trying to do is very simple. When I type something in textbox and after pressing enter button, I want this to be showned upo in my tlistbox, and KEEP FOCUS on editbox, so I can enter another...
It doesn't work.
When I make it read only and after scanning, I get the well known message "The control is read-only" !!!
Some other solutions !?
Mensud
I have ListBox which should contains data read by barcode reader. My idea was to put TextBox control onto form, and fill out the listbox from this control. But, I would like to make restriction on textbox field, so the user should not be able to type into this field, but use scanner only. My...
I have a table populated with some data grouped by "code" field. What I am trying to do is to print this table twice on the same sheet of paper. In report, I am using group band (field "code" from the table) and detail band. Is there any possibility to use detail band twice...
OK, I made stupid mistake.
But how to convert character '^' (0x5E) to hexadecimal and pass it into function. If I use parm1 as Dave suggested, I obviously get an error because of mismatched types, but how to pass hex value, not integer.
I am totally confused.
Anyway thanks for your help.
Mensud
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.