Hi,
Is there anyway that we can have like runtime filters ?
For ex:
i have like 10 records in a table on a report with fields filename, size, location etc.
i would like to filter out whose size is more than 4kb.
is there any way ?
thanks in advance
Hi,
I am doing the visibility/toggle feature.
this is what i want.
------------------------------------------
Details image(up/down)
------------------------------------------
Table - with several rows.
details is just a text, image is a real image
when someone clicks...
Hi,
I have a huge number like "200047034880"
i want the output as 186.31 GB
so in the expression i gave as
=((fields.value)/(1024*1024*1024) ) & " GB"
and in the properties i made the format as Number - 1234.00 mode.
The problem is
if i give & " GB" the out put is not formatted and i get...
Hi,
I want to know a way to do this.
I have one version lableed ver-1 with folders fold-1, fold-2 and fold3. then i released ver-2 with fold-1 and fold-2. and then had some developement. now i want to roll back to Version-1 but with folders 1 and 2 NOT fold-3. is there any way to do it ???
Thanks
Hi,
I am new to this all programming stuff.
can any body tell me what a visual source safe is ? like is it a web service or webtool or a language ? and how about winforms ? and what are webservices ?
Thanks
Hi,
I am a VB/.net developer. But ALWAYS (i really MEAN ALWAYS) worked with SQL server and have to idea what a Sybase database is. When compared to SQL, how hard is it to learn Sybase ? is there any reference sites for VB-Sybase ? Any help is appreciated.
Thanks
Rako
Hi,
I am very new to vb.net but was a developer in vb 6. But out of IT from past 1 year. so can anyone please tell me how to connect to a sql database and get the values into a grid. Please tell me the whole code (imports etc) can anyone tell me a good tutorial for vb.net on internet.
my sql...
Hi,
I have a question regarding input checking.
I want the user to enter 10 float type numbers. (10 maximum) he can stop entering the numbers instead of entering all 10 numbers by typing "End". I am taking n as float
how can I check if the entered value is "end" ? I am...
Hi,
I would like to Periodically insert a row into a table "table1" which has 2 columns- Col1 and Col2 - EVERY SECOND - with data as follows :
Row1 Row 2
1 - 11:08:30 (Current Time stamp )
2 - 11:08:31 (Current Time stamp)
3 - 11:08:32 (Current Time Stamp)
...
Hi I have 2 treeviews A and B and a button.
If a user click any of the treeviews and click the button I want to get the name of the treeview which is clicked (is it a or b)
how can i do it ?
and can anyone please answer my question change of filed posted today.
Thanks
Rako
Hi,
I have a listview and a frame which has some textboxes. To Edit, When a user double clicks a record in the listview, the values of the record are populated in the textboxes. for ex:
cmbCategory.Text = lvwGeneric.SelectedItem.ListSubItems(2)
txtDmentPath.Text=...
Hi,
Through Visual Basic 6.0 front end i have to add users to a system.mdw file to certain groups.
when i am trying to add it
Dim catDB As ADOX.Catalog
Set catDB = New ADOX.Catalog
With catDB
' Open Catalog object by using cnnDB.
.ActiveConnection = strConnect
'...
Hi,
i want to add users to system.mdw file programatically from visual basic. how can i do that ?
any ideas?
i am trying to do this way.
dim mycat as new adox.catalog
strconnect - info about database.mdb and workgroup file
mycat.activeconn = stronnect
mycat.users.append username,password...
Hi,
i am creating a table in SQL 2000 where i have 2 fields
login_date, login_time of types smalldatetime. How can i specify default values to both the fields??
when i am trying to give getdate() in the property pages down, its throwing an error.
please help
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.