Hi all,
I want to initialize a static stl::list of strings with some predifined string values(hardcoded).
I declared the list in my class like this:
static const list<string> my_list;
(I want to do something like static const list<string> my_list("VAL1","VAL2","VAL3","VAL4") but this is not...
I have an editable datagrid whith template columns.
In two EditItemTemplates I have ddl.
I want the user to select the country from the first ddl and then the second ddl to display only the regions from that country.
I tried putting the code on the OnSelectedIndexChanged event of the first one...
Hello!
Here is my problem:
I have an editable datagrid with edititem templates.
I want to validate the data entered into the grid using a RegularExpressionValidator, but I get this error:
Exception Details: System.NullReferenceException: Object reference not set to an instance of an object...
I want to extract a selected date from a calendar and not to display it on my window permanently.
I tried to create a calendar object in the moment that I press a button but the calendar doesn't seem to apear.
Still, it exists, as I can display the selected date.
I thought maby someone was...
I have a page wich does the following:
I select a value from a DropDownList and I press a button.
The DataGrid displays values based on the selected value.
It works fine until I select a value which shoult display less pages then the previous selection.
In this case I get the following error...
Same question. Bat I added a subject.
I hope someone can help me with this problem:
I am developing an aplication using Access Data Pages and SQL Server.
Everithing works fine when usind wizards.
I want to call a stored procedure so I created a button with the script:
<SCRIPT language=vbscript...
I hope someone can help me with this problem:
I am developing an aplication using Access Data Pages and SQL Server.
Everithing works fine when usind wizards.
I want to call a stored procedure so I created a button with the script:
<SCRIPT language=vbscript event=onclick for=buton>...
I am developing an aplication usind data access pages and SQL Server.
I want to execute a stored procedure so I have the code:
<SCRIPT language=vbscript event=onclick for=bbb>
sql1="execute p1"
MSODSC.Connection.Execute sqlsql1
</SCRIPT>
The script doesn't seem to be proccessed.
Does...
Sometimes, when I run a report a error occurs: divizion by 0 or zomething like this. Then you can debug a oracle program with Visual C++ or so I think. The fact is that few times the report runs OK. I have this problem with many reports, not only one. I use Oracle Reports 6i
This is the problem: I have a form for putting data into a table and one of the fields has a lov atached. The field reprezents a name You select the name from the lov and it returns this name to the field and a code to other field. But in the table I insert only the code. Everything goes ok when...
I want to know how can I call a cavas from another in the same windowso that I put data into 2 related tables usind Oracle Forms and I don't want the 2 data blocks to be on the same canvas. The main canvas must call the child and this one still has to remember the parent key.
I have to put data into 2 related tables usind Oracle Forms and I don't want the 2 data blocks to be on the same canvas. The main canvas must call the child and this one still has to remember the parent key.
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.