Hello Guys
I made some changes to our "Invoicing Program" (written in version 5.2e).
Our Invoice program creates and Print Invoices, the change i made was at the end of invoicing i was splitting the invoice based on different PO (Purchase Orders) so from 1 Invoice i was creating "n" Invoices...
Hi Drago,
Have you tried "Dosidle" i have been using this for 3-4 years now....Search for "Dosidle" & if you find "Dosidle.obj" keep this file in app folder
and call this function like "Dosidle()" in your main function...
Laadi
Griff,Sam
Thanks alot for your help, I am able to Compile
my clipper apps from XP now....
Griff....you r the best mate!!!! you helped me before
(couple of years ago) & now....thanks
Laado
Sam
Thanks but i still having problems using your way.
To set my Variable i use the batch file which is my first postings.
Following your way i created rmk & Lnk Files as follows
"
rmk file .prg.obj:
clipper $< /O$@ /n/a/i..\include > ERR.OUT
sh001.obj: sh001.prg
Sh000.obj: sh000.prg...
Guys,
Clipper version : 5.2e
Blinker 4
I have been doing development on Win 2000 from last 3 years without any trouble.
Last week my company gave me new one with "XP" on it and all of a sudden my clipper Prgs will not compile.
I spent last 5 hrs looking through past post about this subject...
Guys
I am trying work out how good Cule.net is before i buy?
Has any one used it?
All the info re Cule.net is here
http://www.CULEPlace.com
According to them it supports all the Known locking issues
and supports DBFNTX.
Any suggestions, ideas will be appreciated.
Laadi
Griff
Thanks for the Reply..yeah semms pretty staright forward...
I am at home today(saturday here in australia)..don't have access to any clipper book..
I have changed a bit the function ..
i am creating a file..in a shared drive then used
ddate := FDate(cFile)
But getting a error when...
Guys,
I have problem with windows 98 Boxes with users changing dates very often.
As they also use a Clipper Application for Invoicing it prints wrong dates on the invoices.
Can you suggest a way to fix it?
Also is there any way to get date() from a different Computer lets say our File...
Hey Guys
I am not quite sure how to fix this error.
"HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly"
I will try...
Siena
You can generate Two different Errors by Storing
then in different error string as
Declare @ErrString as varchar(255)
for a error
Select @ErrString = 'errors here...'
goto err_handler
err_handler
RAISERROR(@ErrString ,16,1)
.....
Just a suggestion
If you know you don't...
Hi Siena
I hope i understand your Problem properly...
Create Procedure AccidentEventPut(
@ClientID INT,
@OrgCode INT, **Don't Accept Null Values
@Empid INT **Don't Accept Null Values
)
AS
DECLARE @Success TINYINT,
@Failure TINYINT
SELECT @Success...
Hi Steve
Try this,
SELECT U.NName, C.CommitteeName
FROM Users U JOIN
(Committee_Members CM JOIN Committees C
ON CM.CID = C.CID)
ON U.UID = CM.UID
WHERE U.UID = varintUID
Hope this helps....
Daljinder
Hi Guys
We do some reports by importing DBF files in Access,
The problem i have got is sometimes a value (Numeric)which is read as 0 in Clipper But in Access it becomes Empty,
For Example , If i add a new record in our Products.dbf, the onhand values are set as 0 (By Default), I have no...
Hi there
I tried to run
RUN cmd.exe /c "C:\Program Files\Microsoft Office\Office\WINWORD.EXE" iltopenb.doc /mILOPEN
but got a error message Bad command or file name, i have never tried to start windows app from Dos Apps, i didn't even knew that we can.
Please help, it will solve...
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.