Hi
I have a list box ,data coming from table and i need to select a default value in that.the Value does get highlighted but the listbox can show only 3 items at a time and if it is 5th or 6th or even more ..item then i have to scroll downmyself to see the selectde item.I need to directly...
hi Experts there,
I am just trying to disable/enable the minimise button through code and use the property - Me.Minbutton = true
and get the error msg
Either Function is restricted or it uses an automation type not supported by VB.
Well if it works through properties box then what is the...
I am facing a strange situation .I have two option buttons on my vb form - that do following
1.opens a crystal report with all predefined parameters
2 had suboptions to select some of the parameters only and - the parameters selected are displayed on report.
now if i first select option(2) - it...
I have a situation when i want to insert some selected columns in the database.
Talking about one column, i have the column name and its value stored in two variable say
strcolnames = strcolnames + ", city_name" and
its value stored in a variable , say strcolvalue
now to make my sql i...
I have a data report with some pictures(Company symbols) and i want to send it as softcopy to my manager.so if i export it and save it- all formatting and pictures are lost.How can i save it as a file in same format as it looks.
Thanks in Advance.
Anshu
HI Experts,
i am using a data report - which gets data from a temporary table that gets populated with required data through code.i have different criterias to run the report.Problem is whichever criteria i select first - report runs fine and then fo rthe second criteria- it does not refresh the...
HI
I just want to use te keyword DISTINCT in my SQL and make my sql like - Select Distinct col1,col2... from table1 where <cond>
i write this Sql using- Show SQL Query option from database menu.The problem is as soon as i write it and say ok and close the window after that when i open the...
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.