Hello everyone,
I have a standalone VB application that generates a couple files to a directory on the LAN. And after those files are generated need to move thoses file to a Unix server but I haven't done anything like that before. I dont even know if it is possible. Please guide me. Thank you...
I have been assigned to maintain a application that had written in Clipper 5.2. and I am learning and making changes to application at the same time. And The scoop is that we constantly having an error "File is used by another" when support associates running a utility to reindex all...
GRIFFMG,
yes, the printer folder is available.
No, the index operation is not causing the problem. When I copy a lookup.dbf in the same directory as the executable and comment the set path to, it runs fine. But this did not solve my problem. Thanks CVL
...TO CONST_TYPECODE
STORE "---" TO CONST_SRCHCODE
STORE "," TO CONST_DELIM
SET CURSOR OFF
PUBLIC line:= 0
BEGIN SEQUENCE
**************PRODUCTION DATABASE********************SET PATH TO \\FILE016\Med_grp\ARStar\Combstar
**************TEST...
Private Function IsAlphaNumeric(ByVal arg As String, ByVal sReason As String) As Boolean
Dim sbuffer As String
For nCharacter = 1 To Len(arg)
sbuffer = Mid$(arg1, nCharacter, 1)
If Not (LCase(sbuffer) Like "[a-z]" Or IsNumeric(sbuffer)) Then: IsAlphaNumeric =...
rnathan,
Thanks for your sample code. It works but I ran into a date problem, I have a recordset that get the date field from the dbf file, but when my recordset returns, the date field changes to time and i dont know why it does that. any idea. Thanks CL
Hello all,
Do you have any ideas of how to updating records in the
DBF file from vb, I have never work with dbf file extension before. Please guide me. Thanks much for your help.
THANK SO MUCH FOR ALL YOUR HELP. I WILL TRY YOUR SUGGESTION. I AM VERY NEW TO CLIPPER. THIS IS MY FIRST TIME CODING SOMETHING IN CLIPPER. THANKS AGAIN.
...zero record. but I know for sure that we have record that match the criteria in our DBF1. Please tell me what's wrong this this code. Thanks CVL
* OPEN UPDATE DATABASE
USE Startime NEW
* OPEN PDF DATABASE
USE PDF1 NEW
INDEX ON PROVNO2 + (DTOS(FYE)) to prono...
...zero record. but I know for sure that we have record that match the criteria in our DBF1. Please tell me what's wrong this this code. Thanks CVL
* OPEN UPDATE DATABASE
USE Startime NEW
* OPEN PDF DATABASE
USE PDF1 NEW
INDEX ON PROVNO2 + (DTOS(FYE)) to prono...
Hello everyone,
This is my first time writing something clipper. I am trying to append a text file with comma delimited into a DBF file but I could not figure out how to get it to work. I am just stuck. Please help me.
Thanks in advance.
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.