Hi,
I have the xml below which I am reading using XML Document. My code also below works fine if I take the namespace out of the xml but I cannot seem to get the reader right with the NameSpace. Advice would be appreciated.
<?xml version="1.0" encoding="UTF-8" ?>
- <iPOSImports...
Hi,
PLease help as I've spent two days confused on this! I'm trying the read the xml file below node by node with the code also below this. All the childnodes values seem to be concatinated together on the output, for example:
DeliveryAddress : HO/A0221Wyatt HouseThe ButtsSanctuary...
Sorry I've worked this out now. I simply need to put the field name at the end to output the values.
v_data(SQL%BULK_EXCEPTIONS(j).ERROR_INDEX).pay_group
I am using the standard Oracle BULK_EXCEPTIONS to trap any invalid rows. Unfortunately I only can get the index number of the row. How do I obtain more info from the row? My code is:
CREATE OR REPLACE PROCEDURE PSADMIN.GLI_EXTRACT_KP
AS
bulk_errors EXCEPTION;
PRAGMA...
thread401-1033316
Hi,
I have exactly the same problem as the above thread and have tried the solutions given but with no luck. The only difference is that I am on 7.1
Any Ideas?
Ironically although 'MenuToolStripButton.Enabled = False' doesnt work 'MenuToolStripButton.Available = False' does!
Now I'm really confused. I cant be bug visual studio bug surely??
Here's the full Sub. The problem is on the last 2 lines of code. Thanks again
Private Sub BindingNavigatorAddNewItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles BindingNavigatorAddNewItem.Click
'Set Defaults...
Thank you for your response. Its a ToolStripItem so I changed this to the below but is doesnt still work. Oh and yes ButtonName is the naem of the control:
CType(sender, ToolStripItem).Enabled = False
I need to disable a menu button once it is clicked. Within the click event of the button I placed:
ButtonName.Enabled = False
This does not seem to work. Any help would be appreciated.
Thanks
Im trying to change a cell value on a insert into a table from a datagrid like below but I cannot seem to get the code right. Please help!
If(VARIABLE_INPUTDataGridView1.Item(var_cash_col_no, row_no).Value) = "Adjustment" Then VARIABLE_INPUTDataGridView1.Item(var_cash_col_no, row_no).Value)...
Thank you I tried as you described in the forms load event but the default value does not appear in the datagrid:
KPPERSON.VARIABLE_INPUT.Columns("PERIOD").DefaultValue = "2"
I get the error below:
Object reference not set to an instance of an object.
Any Idea
I guess this is really easy if you now how but how do you add a default value to a DataGridView cell. I tried the following off msdn but it dont work:
Private Sub VARIABLE_INPUTDataGridView1_DefaultValuesNeeded(ByVal sender As Object, ByVal e As System.Windows.Forms.DataGridViewRowEventArgs)...
Hi,
I would be very greatful if someone could me an idea with this one. I'm sending an Outlook email and printing the values to the body:
oMsg.Body = "Dear " & Me.PREFERREDLabel1.Text & "," & vbCr & vbCr _
Me.DrivingLicErrLabel.Text & vbCr & _
Me.DrivLicExpErrLabel.Text & vbCr & _...
Im trying to do a mailmerge on a word document and think I need to use NEXTIF. For example (see below) I have two columns on a csv and need Applicant ID's Surname's on one document and 99999 on another. How would I do this as the examples I've seen do not appear to be clear?
Applicant ID...
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.