Carolx Programmer
How about sending emails using Outlook Automation with Bullzip printer for PDF attachment.
I was using the Mapi protocol to send pay slips by email but it is not working with Windows 11. I kept getting the message 'Mapi is not registered on this computer'. ChatGpt suggested...
Sorry I didn't give up. I had to leave. I will look further into the suggestions and if I come up with a solution I will post the results. Thanks very much for the assistance.
The problem is not crucial. They can get the variance at the end of the report by subtracting the outflow from the inflow or vice versa. I just wanted to include it on the report.
The variables are ok on the report form. The flowtypeid is evaluating correctly for the inflow but is outputting 0 for the outflow even when I use this formula: IIF(flowtypeid = 8, amount, IIF(flowtypeid = 6, -amount, 0)) for the variance.
It is a cash flow program, inflow and outflow records. The Id for the inflow is 8 and for the outflow it is 6. The variable name is flowtypeid. The report variable is used to determine the variance at report end (inflow - outflow)
Hello Forum
I have two formulae for report variables in sequence in Report Properties: IIF(flowtypeid = 8,amount,0) and IIF(flowtypeid = 6,amount,0) . The first outputs a non-zero amount, the second outputs 0. The records have non-zero values for flowtypeid = 8 and flowtypeid = 6. Do you know...
Hi Forum,
I use the expression x = AGETFILEVERSION(arrVersion, "vpay202410.exe") to determine whether an upgrade is due, whether an outdated executable is being used, and whether the name of the executable has been changed, as Mike had suggested. Thanks for the suggestions.
An executable, tpay24.exe, can have different versions. What I meant is that if someone copies an older version in the application folder it would overwrite the current one of the same name.
Mike,
What I want to find out is what the latest version number should be - perhaps by reading it from...
Hi Forum
I want to set up the application so that only an executable with a specific version number is allowed. If another executable is copied into the application folder but the version number differs from the legitimate executable the execution is aborted with an explanatory message if it is...
Hi Forum good evening.
Please help me figure out what is happening here.
If I run the database backup Stored Procedure in the query window using: exec [Sundries].[MCRevenueBackupSP] "C:\Marshall\" it completes ok.
If I run the FoxPro SQL Pass Through it doesn't complete successfully. The...
This is a part of the stored procedure:
@BurialPlotId INT,
@Returnvar INT OUTPUT
BEGIN TRANSACTION
SELECT * FROM Burial.TransferGravePlot (HOLDLOCK) WHERE burialplotid = @BurialPlotId
IF NOT EXISTS(SELECT * FROM Burial.TransferGravePlot WHERE burialplotid = @BurialPlotId)
BEGIN
SET...
Chris I tried it again.
laAliases[lnI] -> transtab (lnI = 1)
laAliases[lnI] -> 0 (lnI = 2)
laAliases[lnI] -> transtab1 (lnI = 3) but it is outside of the loop
The stored procedure returned two result sets: an empty cursor and a cursor with one record and two fields: burialplotid and transferdate.
I tried Mike's method but it didn't work. I also used Chris code and got 'table number is invalid'. What I did eventually was to set step and display the...
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.