Any body have a clue?<br>
A have an App with severals DLLs, if I call any of the modules I get a 429 error, but if I use the same routine called by the MainApp I NEVER got the 429 error again, the relations are OK.<br>
Any ideas?<br>
I use this one a lot, I use the tag property for the filtering.<br>
The Val("12,2") is to find out what the decimal point is comma or a period intead of using an API to find the locale.<br>
<br>
Function filtext(KeyAscii As Integer, tag As String) As Integer<br>
Dim txt As String<br>...
What I do is put a chr(255) a the beginning of the field and check for it when I read the file, if is Chr(255) is a deleted record. You have to make a compact function to pack the file without the deleted records, but don't have to do it all the time.<br>
Maybe is not what you wanted but is...
That works if you are in DOS, the problem I am having is to access the DOS windows from a WIN app. I tried some hooks, but they don´t work when I switch to a DOS windows, I am running out of Ideas
I can't figure this out, I need to access get all the info from a DOS app, I can't find the correct function to capture the whole session in ASCII anybody can help me?<br>
I know that if the DOS window is in Whole Page mode and I press PrintScreen, I can have the characters from the APP in the...
How can I create an user DSN from Code?<br>
It should be created AFTER the program found the database file to be used.<br>
No clue at the documentation
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.