ePO 3.6.1
I want to test setting up an ePO server in the DMZ, we already have an ePO server in our domain (not in DMZ) and we are using SQL 2005 for the database, this is a seperate server.
Currently the ePO agents are configured to check the current ePO server, not in DMZ, then try the NAI...
I was wondering if anyone knew if it was possible to script the following in PHP. Wilcarded DNS is not possible.
for every directory existing in httpdocs it acts like a subdomain.
so I have a directory called specialed and when a person types http://www.specialed.mydomain.com it takes the...
wow, so is this a dead end or what?
well, anyone interested in starting up some posware for the par software (TC and exalt) from the back end (PC-windows) lemme know. I have the know how but I cant do everything.
Anyone here have and experience with the PAR registers and TC and exalt software versions they would like to post?
Anyone currently developing anything to implement a back office system?
Anyone know if there is a way to find the primary or key fields (ADO) in a database.
I can code my way through the every field in a database but is there some kind if indicator in the database that I can reference for each field to determine if its a primary or key field.
its for a paradox...
Trying to fill in the field: FilterSomething
heres the web page. well, part of it.
<script language=vbscript>
sub FinalSubmit
document.MyReqOpen.submit
end sub
</script>
<Select OnChange="FinalSubmit" Name=FilterSomething tabindex="9" >
<Option>any<Option>autorun<Option>csv<Option>data...
this may help you out or not but... I know that if you view a VB executable you will see some of the ocx files that it uses, it may tell you which dll's.
So the idea is to create an external exe and have it launched (for instance when 479 is generated) to stop the original app and then to peek...
dilettante,
602 is great, ive been using it for almost 2 years now. Anyone reading this that wants a free/cheap alternative to MSOffice.. this is definetely for them. I think it blows Star out of the water but thats my opinion.
thanks again dilettante
thanks dilettante for direction!!!
Great reference material. One thing... the MS article stated that if the worksheet is pre-formatted it will maintain the format, but what ive noticed is that the cells im writing to are grouped cells and they become ungrouped when VB writes to the sheet.
as...
Ive searched hi & lo before posting.
Im connecting to a spreadsheet using ADO
dim CONN As ADODB.Connection, RS As ADODB.Recordset
I cannot use Microsoft Excel 9.0 Object Library because all PC's using this program will not have MSOffice, plus I dont want to worry about licensing issues..
I can...
MrM.
could'nt be easier if you utilize the webbrowser. try the following.
This will strip all tags for you.....
Option Explicit
Private Sub Form_Load()
WebBrowser1.Navigate "www.yahoo.com"
End Sub
Private Sub Command1_Click()
Text1.Text = WebBrowser1.Document.body.innerText
End Sub
of...
hey johnwm,
if you ever see this, since im using adodb to connect to excel do you know if its possible to do the following. I can write to the file based of your reply, thanks.
the problem is that i do not know how to write the cell format structure, i can write to a cell but when i goto view...
Well I finally figured it out. I needed a Jet 4 SP update. Here the link incase anyone stumbles across this in the future.
http://support.microsoft.com/default.aspx?kbid=239114
the update I needed was:
Jet40SP8_9xNT.exe
Thanks again AtrieChoke...
ArtieChoke,
Ill check into that, thanks. Just an update. I copied all my files into my work PC and it wwrites to the database just fine. Really confused now. I think i'll try to update mdac and the other update that goes along with it, forgot what its call right now. Thanks for your help.
yes, im using win98 and I have only one profile setup. I can access the database with another program and I am able to write to it with that program. Its a spreadsheet program.
This is the error I get when I try to update a database field.
Run-time error'-2147467259(80004005)':
[Microsoft][ODBC dBase Driver] Cannot update. Database or object is read-only
I've already checked the read only property to my database and it is not set to read only. I also made sure that a...
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.