Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
 
  HOME    TRACKER    Visual Basic




Textbox Is Editable??


hi folks,
When i put a text using textbox onto a form and when i display the form, i noticed that i can actually put my cursor on that text and edit it! How can i prevent such a thing from happening? Please advice.

regards




View Complete Forum Thread with Replies

See Related Forum Messages: Follow the Links Below to View Complete Thread
Textbox Not Editable
might sound odd, but I am unable to see why all the textboxes of a Access Form (bound) belonging to a TAB don't allow typing anything in them. They all are enabled and not locked, so...... where is the feature that prevents them to be filled in?
thanks

Non-editable Text In A Textbox/rtb
I have a richtextbox in which I want to display line numbers at the start of each line. Is there any RTF code to display them in the text box, but not let the user edit these numbers.

And is it also possible to hide these using RTF code?

Non Editable Rtf
i have the rtf controler and i would like to have it so that it is not editable but will still scroll.

Editable Menus
I'd like some of my menus to operate in the same way as the menus that you get from the Start button in Windows, i.e. to allow the user to drag the menu items to a different position (with a little bar to indicate where it will go if dropped), and to display a menu of options when the user right-clicks on a menu item.

The menu control only offers a click event of course, which does not even return which mouse button the click event relates to, so that's not a lot of help. So I think this must be a question of sub-classing the form and owner drawing the menus. I have already done this in order to include menu icons, so I guess I just need to work on extending this. But I was wondering if anyone had any prior experience of this that would show me the way?

With thanks for your help.

rbulph

Non Editable MS Grid
How can I make just one cell or row non editable in a FlexGrid(6 or 7) while keeping the other editable?

Un-editable Text...?
Hi,

I need to make some uneditable text. I have a text box which I load the contents of a file into. This is meant for viewing only, and I want to make it so that it cannot be added to, deleted or changed in any way. So far I can't see how to do this, and was hoping it would be a fairly simple task.

Any help is appreciated,

Thanks,

Mark-R.

Editable Calendar?
Is it possible to make calendar that looks like Microsoft access calendar control 8.0 or 9.0 that the user can double click a date and a inputbox opens and they can add text to the calendar for that date? Or is there some secret way to use one of these controls to accomplish this?
Thanks.
John

How To Make Editable
I have a column in mshflexgrid ,which is of length 200.


suppose i have enter data from position 1 to 35 in that column (that column is of length 200) and now i want to enter data directly at position 65, but when I click that column at position 65, nothing happens. The focus never comes over there.


please give me some suggestions. how to do this.


below i am just drawn, how that column looks.

----------------------------------------------------------------------------------
.....0.....0.....0.....0....0....0.....0......0......0.....0.....0.... .0......0........0
.....0.....1.....1......2....2....3.....3.....4.......4....5.....5.... ..6......6........7
.....5.....0.....5......0.....5....0.....5.....0......5.....0.....5... ...0......5........0
abnmmjkloillllolllllllllghjsjjjjjlnbcbbbbbllllllllllllkjj

Editable MSFlexgrid
Hi i download a editable MSFlexgrid from
http://www.xtremevbtalk.com/t67614.html
i want to work with ADO and MSFlexgrid don't support it is it possible
to change it to editable_MSHFlexgrid
THANKS,

No Editable No Combobox
How can i make a combobox noneditable?

thanks.

Can FileLIstBox Be Editable?
Hello
im showing my files in the FileListBox , now is there any way to
make the FileListBox be editable so for example i will press file in the list i could copy and past its caption?
or the only way is to build textBox that will get the files naming as string?
thanks

Flexgrid Editable
hey guys ...
any one know how to make flexgrid to become editable ...
and how we could add textbox, or any component into each columns ??

i have a plan to build application in which user could fill the data comfortable
similar like someone fill excel worksheet

Editable ListBox!
How do I make a ListBox editable & at the same time, allow users to enter only whole numbers (no decimals) in that ListBox?

Thanks,

Arpan

Is MSFlexGrid Editable?
hi,
i m preparing a bill which will be in MSFlexGrid. Actually i have a doubt regarding MSFlexGrid, can entries be made directly in the flexgrid, if yes the are calculations possible inside the grid by givivg an event ex: calculate. Plz guys if u have any dummy code then can u plz send me, it wud of gr8 help.

wil b eagerly waiting for ur replies


kaushik

Non-editable Combobox?
How would I go about making a combo box non-editable? I maen, so they can't type this own text into it but can select the options from the combobox?

Vsflexgrid Col Non-editable
For Those who use vsflexgrid .

Is there any way to set the property of a single col to editable none.

Editable Grid
hi all
i want a editable grid for my application.Grid requirements are editable,option for combobox,date picker,checkbox and it should be light.

Please suggest me a grid with all these functionalities.

sumeet

Editable Grid
Is there any Editable Grid which comes with VB ?? (NO THIRD PARTY CONTROL).

How do we use the Editing features ? if any such controle exists ?

Anil

Editable Grid
hi
is there any method or different control than datagrid to edit the records at runtime.
thanks

Editable Grid
Does anybody have some good idea for a grid (like in excel) that is editable? please not database grids.

Editable ListViews ?
Hi !
I know with listview you can have a style with checkboxes.
But i'd like to have a style with TextBox !
I mean have a collumn describing the variable (the first), and in the second a textbox or a texfield, where you can enter the value for that variable.
Just like in the propreties windows of VB6 !
And if i I can't do i t using listview, how can I ?
Thanx for helping

Amically,
Benoit Lemaire

Editable Dropdown ?
I have a dropdownlist on a form that contains data from a stored cookie. This is so the user has a dropdown filled with data specific to them.

What I want to do is let the user type in another value other than listed in the dropdown. Is there a way for the user to type in a value at the top of the list displayed in the dropdown?

I think I have seen this done but am not sure how to do it.

Thanks!
~Piz

Editable Combobox
Hi,

I need a combo box in my app, when I enter something in the text part ofcombo box the letters similar to that will open in the combo box dropdown.

Regards,
Feroz

Need An Editable Grid
I remember using a VideoSoft Flexgrid and it could be
made editable by the user or read only, could be bound
to a data source or remain unbound, could have combo
boxes within it, checkboxes and checkmark items within
it, some columns could be made read only while the
others could be made writable at run time.

I do not see all of that functionality in the
Microsoft's MS Flexgrid control. Could you please tell
me how to make an MSFlexgrid editable by the user if
at all it can be made. Or is there any other control
that I can use to display a tabular editable data maze
which can have checkboxes also in it, that I do not
have to buy?

Sathyaish

Editable Grid ?!?!
Is there any FREE editable grid for VB 5 ? Where ?

thx

Editable Combo Box.
Can someone help on how can I make a combo box editable. I am trying to create a combo box and I want that when user types, the combo box should automatically go to the letters typed by user and show him itms that has those letters. I know how to do this in vb.Net, but I don't know what kind of combox to use and how to accomplish this task.

Editable Listview
I am trying to show a record in a databaste in a listview or something similar and be edit a single field in a column, I have tried to over lay a text box to some success, but is there a control thats allows the user to edit a single field inside a multi column listview control.
Thanks for any insight

Editable Grid
hi everybody,
                     well my problem is that i wan'nt an editable grid in which a user can enter the data and can move with the tab and with mouse.

regards
Anil

ANIL K Chadha

Not Editable Combo Box
I've a combo box contains passenger ID data from the database.
The combo box should not be editable until the "New Record" button is pressed by the user.
My question is how to make the combo box not editable by default?
Pls help

Editable Grid In VB
I am novice to VB.Can anybody tell me:

1)How to make an editable frid in VB
2)It should have a checkbox in one of the columns
3)It should have a combo Box in one of the columns
4)It should be resizable

Editable Grid
Is there an editable grid that is not databound(DataGrid), sort of like the MSHFlexGrid but editable. The Grid can also contain objects like combobox,checkbox, buttons. Thanks.

Editable Grid
Hi,
I want to use a grid, which is editable, in my program. Based on the input in the previous screen the number of rows should be displayed.

Thanks in advance,
Vamsi

Editable Flexgrid?
Is it possible to create an editable master/detail grid in vb6? I can create the master/detail grid using the SHAPE command, but I am not sure how to allow the user to edit current records or add new records to the database.

Any help will be appreciated.

How Do I Make A Combo Box Editable?
i am creating a software application for a class at school. This program searches for cds in a database etc...what i really would like to do is make it so that the Admin can imput the individual tracks into some sort of combo box and have it be editable. Then dispplay it in the cutomer section uneditable.

any ideas?


oh and also....if anyone knows how to omit records that dont match a find string...that would be cool to!

thanks

Treeview Node Is Editable
Hi,

I want to make node text not editable.

please help me

Editable List Properties
Hello.

In my usercontrol I am trying to create an editable list property like the 'List' property found in the ComboBox and ListBox controls. This property would display an editable list in the Properties window during design-time.

How do I do this? I have tried using an 'Index' parameter in the property, but apparently this only causes the property to be excluded from the Properties window.

Any help would be appreciated.

thanks,

To Make A Text Non Editable
i want to make a text non-editable in word...how can i do that....pls help me...or either i can lock it or make it readonly....
thanks in advance
rajesh

Editable Grid Problem
Hello all Extremers,

I'm having abit of a problem, this is what I want to do:

I have to display default settings on a form that during runtime the user can change them. The problem is that the settings are dynamic as in I dont know in design time how many settings there will be. The table would look something like this:
________________________
| Property | Value |
|---------------------------
| FirstName i Ben
|---------------------------
| Surname i McDonald
|---------------------------
|

The user should not be able to change Property but only the Value. I also need to populate the Table manually since I will not be getting the data from a database.

Is there any control that can do this? I've looked around for info about DataGrid but have not found anything example where I can make rows. On ListView I only get it so that the Property is editable but the Value isnt, the oposite of what I want to do.

Anyone who know how to solve this?

/Farek

Editable Datagrid That I Can Add Rows To
I was looking at what seems my 2 only options: MS Datagrid (which lets you edit cells, but not add rows) and MS Flex Grid, which lets you add rows but not edit cells)
I need a grid that will let me add rows to it, as well as edit cells in the grid. I could do that trick with the flex grid putting a text box on top of the cell, but I was hoping there was a keener way.

Editable List View (VB 6)
Hi,

I need to use a list view that can be editable. (VB 6)

For example if there is item, Description, price are already in the listview and there is a empty column for Qty, for that column i need to fill the cells of listview.

I search in the internet but i found some shareware version components.

If u can help me i would be really appreciated.



Thanx

Flex Grid Editable
Hi,
Im trying to make the FlexGrid to editable. For this Im bringing one text box in each cell by setting the width, height & left. But still I m facing some problems.
If anyone knows how to make the Flexgrid Or List view editable, pls help me. If you have any code samples pls send me. Im running short of time

Thanks & Regards
A.Rajeeshun

Best Way To Generate [editable] Reports?
What do you guys use to display data? I want something similar to the page layout of word (i.e. white A4 page) with controls on it to control the data.

I can't think of a way to do it, except export to Word, and this isn't a practical idea. Any other ideas?

What Feilds Should Be Editable From Website?
Hi every body. I have a database that u can see the tables and their reletionship in the link i posted.
I would like to web enable this db and would like to get some suggetion on what fields should i allow to be edited and what records should i put delete option for? In order to keep the refrential integerity of the acces db.i be happy to get some feed back from u guys.Thanks

http://i5.photobucket.com/albums/y18...letionship.jpg

How To Make Ultragrid Editable ?
Hi Friends,

I have an ultragrid in my vb6.0 application. I have populated it with some database values. But the ultragrid is not editable. How can i make this to editable. I have set the property for all columns as below. Even it is not working.

SSUltraGrid1.Bands(0).Columns(1).Activation = ssActivationAllowEdit

Thanks,
Remya

Make A Label Editable
in runtime mode. With vbforum i am able to create dyamic labels at x,y cordinates. How can i change its caption in rubtime mode?

Editable Listview Sub Items?
Hi everyone.

i have a class module code that edits every subitem from a listview with a textbox, and what i´m trying to do with that code is pass a value from another form textbox to the editable listview textbox value.

How can i do this?

thanks

I Want A Grid Which Can Be Editable Directly On To It
Please give me an idea to find A Grid control with the feature that can be editable directly in the Grid data.

Check On Editable DataGrid?
Hi,

Can we check on editable boolean datagrid field.If somebody enters 'K' or 'S' the validation must return True otherwise 'False'?

Please suggest.

Thanks

How Can I Declare An Editable Recordset ?
Hello,
I declare a rsMember record set as follows. But I can't use rsMember.edit to update the record set. How can I do it ?


rsMember.Open "SELECT * FROM Member;", moCnn, adOpenKeyset, adLockOptimistic, adCmdText

Copyright © 2005-08 www.BigResource.com, All rights reserved