Hi all,
i hope you could help me with this;
I have a asp.net page which parses the url and insert the values into a db. However the post to my URL requires a 'OK' response e.g http/1.1 200 OK....
How would i send the response?
Thanks
Hi there, hope someone can help with this - After retrieving a file from a oracle blob and write to hdd the file is corrupt . I believe it might be a char set issue: here is my code:
Dim con As OracleConnection = New OracleConnection(sConnString)
con.Open()
' Source...
I need to embed a visio document (office document) into my vb form , but I have to capture events from that document...
at this stage I have embedded the document with the DSOframer control , but I cant access the document events. Only the DSO framer's events. So Ive vreated a macro for the...
I need help with this :
I run a asp function which creates the following:
Do until RS.EOF = TRue
response.write "<Input type='hidden' name='AddressONE" &ind & "' value=' & rsAgencies("A_Adr1") & "'>"
rs.Agencies.movenext
Loop
THEN I want to populate other textboxes with values from the...
Hi ,
Ive developed a fax application - checks a folder in outlook and then sends the attachment as a fax... Everything works fine but when i use the converter(kdimageeditor) the word document looks all scrabled and the text is very small... I need to get the word doc to be saved a a tiff file...
Hi ,
Sorry for posting this in the VB section but hopefully someone can help. Ive developed a fax application - checks a folder in outlook and then sends the attachment as a fax... Everything works fine but when i use the converter(kdimageeditor) the word document looks all scrabled and the...
Hi there,
Ive installed Small business server 2003 - DOne all the wizards and everything - now i need to connect the pcs to the server - the cabling has been done and all the clients connected via a hub. How do i set the network up to the server (software) - I tried entering the domain but it...
Please help with this - I need to check if a value in a cell changed(if the value changes).
Ive used this code:
If Intersect(Target, Range("H28")) Is Nothing Then
Exit Sub
Else
MsgBox "Value changed!"
End If
but this fires even though the value stayed the same...
Any help will be...
I need to post data from one workbook into a sheet in a other workbook. I'm having problems to run any code after the line of code that opens the other workbook.
Does anyone have a idea?
thank you in advance.
Hi there - i need urgnet help with this....
i have two spreadsheet - the first have a macro that brings up a browse dialog box where the user chooses a spreadsheet. Then the macro open the selected spreadsheet... My idea is to import data into a listbox , the user then clicks on a list item...
Do anyone know why you cant use "undo" after a Worksheet_SelectionChange . It seems that you can only undo before this event fires.... any ideas on how to by pass this would be great
Hi there, This is a weird one....
Im working on a excel system someone else created.... The first 3 columns in the sheet contains data validation dropdowns.... When you delete a row , the dropdowns appear in other columns( Ive checked the code and it doesnt seem that the validation is created...
Hi there - Hope someone has an idea....
In the New document event of word I create a toolbar using code..... so this causes word to ask to save the template when you close it down. I cant change the toolbar code or even the event its happening in - What I've create now is a Addin with the...
Hi there,
I have formulas stored in a string var. I want to do a calculation with this var.
E.g. Value = 10/ formulaSTR
Is this possible - I tried the above but I get a "TYPE" error - due to the string.....
The string contains the following :((14*.014)/(22.73*0.1243))
Help would be much...
Ok - I know the heading doesnt make sense at all. Ive added a imagebox and label into a picture box - but now i want to have a 1 click event for everything inside the picturebox - is this possible?
I need to run code when a user hide(closes) a toolbar in word. I cant seem to find a event for this in VBA. I want to add a button to the toolbar ( VIEW Toolbar ) if the user hides the current toolbar. Is this possible?
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.