hi, we purchased an rv016 a few months back, and it sucks, the first one we bought burnt out, ok, it happens, we got a replacement, but the major problem with it's multi-wan port functions, is that there doesn't seem to be any multi-wan port functions....the ports are there, they just don't...
also you could make a temporary array and split the line into an array using the space as your delimeter
dim sArray() as string
...
sArray() = split(sString, " ", , vbtextcompare)
so if the string "dave jones " is in there it will split into this...
sArray(0) = "dave"
sArray(1) = "Jones"...
hrm, perhaps not trying to check the mail server..."couldn 't log onto desktop mail system", i have outlook selected and the users profile and password...there is nothing else to fill out here...any ideas what might be generating that error?
Hello,
I am new to palms but we have just begun to support them, our e-mail system is HP openmail (with server store) and I have a user who has openmail with server store who is trying to sync his zire to outlook. I set it up using the outlook conduit, should i be using the other one that's...
Hello, couldn't find anything on this anywhere, anyone know what the limitations are to sharing out folders using netfolders? as far as I know right now you have to share out each folder individually and invite everyone into each folder to share... My question is, is there a way to have outlook...
not using scaling to fit and i have tried customizing a pc3 config with no change, this is trying to print to regular 8.5x11 paper, i have no further use for this, couldn't figure it out but people who needed it have moved on to other projects, i think it's just a bug in somenoe elses shiz.
sorry for the very late response, i still have this issue, and currently on another sharp printer as well but a different model ar-405 i believe it was. i've tried troubleshooting through adobe but was unable to solve anything. sharp has next to nothing for support.
trying to print PDF to the ar-507 does not do anything, it doesn't generate an error or anything. I've tried also printing as image option from acrobat print options but the printer prints this error...
object in error: image
error: limitcheck
error description: an implementation limit has...
you could just have the webpage load in your program then you have all the members of the web object exposed in your application and you can then insert anything into any field from your app.
http://networking.earthweb.com/netsysm/article.php/3308191
might want to read that article, i haven't done any of this myself although i've been touching on it out of personal interest.
GetWindowText
GetWindowTextLength
you will need these when you find the window, check www.allapi.net for their usage, and when you have the title you can search for partials using InStr() function, check msdn.microsoft.com for info on this function. everything else is pretty self-explanatory
just to get an idea of what you want to be able to do that for...why would the procedure not exist if you wrote and compiled the program...what is the check for?
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.