Cannot access IIS over localhost on win2k server ... works fine when i use external IP .... why is localhost not available in assigned IP selection list?
Thanks
I need to make a control which is simply a text box and a label .... I want the user control to have all the same properties, events , and methods as a textbox but to expose a Caption Property which will map to the text property of the label .... How do I do this other than creating a property...
I'm and trying to create a program flow as follows
Connect
if failed wait 30secs
else Continue
Retry Connect
if connected then process
basically i need to call a function that will retry a number of times at a particular info and then when it is successful resume the program flow.
I know a...
Need to convert from a Text file with fixed-length records to XML with vb.net.
Then I need to read the field values and convert it into a different fixed-length record text format. Any examples of this ... or is there a better way. p.s. the file record specs must be definable at run time
thanks
Need to ouput a recordset XML to a delimited Text file
RS =
rsField1
rsField2
rsField3
Text =
field1|field2|subfield1^subfield2|field3|
Transform
field2 = rsfield1
field1 = rsfield2
subfield1 = left(rsField2,2)
Something like that ... if that makes any sense to anyone
Basically I have to...
Is there anyway to use column level security but instead of an error when attempting to select a column with no permission I want to have it just not appear.
i.e. Give access to 3 of 5 columns then when you do a SELECT * FROM TABLE you get just those 3 columns
Any thoughts.
Thanks
I need to drag and drop a cell of a grid but i would like the mouse icon to be a cell icon with the contents of the cell that's being dragged.
Any suggestions
I need to determine the width of a string as displayed on the screen....
i.e. the number of twips it takes to display ... must show correct for font & fontweight.
Textwidth alone gives inconsistent value
Any Thoughts...
Basically i want a label to autosize to contents and account for changes...
A checkbox does not update its datafield until after validation... is there a way to make it update as soon as the value changes ... e.g. on click. This will be done inside a custom control.
Thx
I have a checkbox bound to an adorecordset provided by a vbdatasource class. The first time i click on the check box is does not fire the WillChangeField Event of the recordset. It works fine after the second?
Is there a reason/workaround for this?
Need a work around for this
I want to create a recordset with this data:
Select Isnumeric(ID) as NID, Description FROM Table
and edit it.
current when i try to edit the NID field i get an error
Multi-step operation produced errors. Check each status value.
How can i make this editable
p.s...
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.