I have a tendancy to reuse records
So a typical peice of code to amalgamate a cursor with the original table would be
BEGIN TRANSACTION
select <parent table>
change flag field to 0 for matching records
select <cursor>
scan
locate or seek the flagged field
transfer the info
endscan...
I don't think this is a report problem
but I have this bit of simple code
SELECT _tmp2
SET SKIP TO _tmp2
REPORT FORM orderacks TO PRINTER PROMPT PREVIEW
the report seemed to be skipping through the wrong table
With the set skip in place we get "_tmp2 is not related to the current work...
Now I have a problem
I have a properly purchased and licensed copy of nav tools a faily old version but its not up to me to upgrade it
When I modify form frmmainForm It has started throwing the error "ole error code 0x80040112"
I have tried this on two seperate machines and recovered a backup...
Hi
Obviously I am not stuck as I could go back to my original method of calling a completely seperate file (updatefuel.php)
It would be nice if I could encapsulate the code with the calling form as neither are very big.
At the mo I get error 404
Richard
<th height="206" scope="row"><form...
I have a stretchy line in a report which contains the terms & conditions.
It is in the page footer area and contains 24 lines of text which should push it into page 2.
Unfortunatly nothing is printed.
Anyone have any ideas
Richard
I have this bit of code in the calling prog
<form enctype="multipart/form-data" action="uploader.php" method="POST">
and this bit in the called prog
die(basename($_FILES['uploadedfile']['name']));
returns nothing
Definatly not rocket science
works fine in the dev area and live...
a code snippet that I find very usefull but no longer works
use table1 in 0 alias table1
select table1
afields(fieldarray)
*-* this works
create cursor xyz from array fieldarray
*-* this doesn't
create table xyz from array fieldarray
It certainly used to work
Richard
My predecessor on this job liked auto incremental fields which I always understood were supposed to be a unique field to help with updates.
Unfortunatly the rest of the system is using them as a references so the value in the auto incremental field appears in other tables
Now I have a problem...
I want to add a record field to assist in updates.
I have created the field created the record as a primary key and pressed the operations key
If I "add incremental" I get missing value in the form as a reply.
The version of phpmyadmin is 2.6.4-pl4
What have I missed I have been playing with...
If I set the datasession to private and all the subsiduary forms have the datasession set to default, will the subsiduary forms have access to the calling forms tables or do they need to be reopened and the record pointers reset.
Regards
Richard
I get the "error on page"
The function "Handle_response" has the correct content so I assume there is something wrong with the "div" statement in the html
eventually I want to load a select menu
I havn't included the file getjob because it appears to work OK
A lot of the code has been...
Being very new to AJAX and JS I hope you can tolerate what is probably a stupid question.
Every time I modify any of the code I have to unload IE & reload to get the code changes reflected in the output.
It seems OK in PHP. if I delete the file on the server it will still somehow manage to run...
Can Ajax work on an apache server, the example that I have been looking at calls time.asp which I think will only work on a Windows server
Thanks
Richard
I am trying to expand my knowledge, I have seen some websites where you have a dropdown menu & according to your choice on the first dropdown a second is populated.
As an example if I had two dropdowns & the first was to select a car manufacturer & after your selection the second dropdown gets...
At the moment I get a string out of fpdf to pass on to phpmailer.
$pdfstring = $pdf->Output("","S");
This all works fine with a lot of help from yourselves.
My customer wants a screen that gives him the option of printing or sending as an email or both.
I am unable to write local files...
Now I am stuck
I Cant see anything wrong with the code below, I have checked all the paths are correct and I have tried removing the end "/" off each path.
running phpinfo() shows the required path
I have spent hours researching & I am sure someone will recognise their code snippets.
Thanks...
when I run this code $pdf->Output('F','c:\test.php');
I get this error
FPDF error: Incorrect output destination: C:\TEST.PHP
anybody got any ideas
TIA
Richard
I am using fpdf to create an invoice, this works quite sucessfully.
Is it possible to programatically email the invoice to a client. I have looked all over the help files but I can't see anything that might help
regards
Richard
Well I started off with the apache server failing to serv pages in the document root
I played with httpd.conf, I have since reversed the changes.
Tried rebooting.
I am also using a 3g card which might have some bearing on the issue.
If anyone has the time to have a look
Here is httpd.conf...
Am i going dippy? dynamicfontbold will not accept a .t. or .f.
error = (data type is invalid for this property)
thisform.pgfDetails.page6.gridPriv.column1.DynamicFontBold = IIF(RECNO()%2 =1,.t.,.f.)
I thought it only accepted logical expressions
Rich
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.