Hi Lebisol,
Thanks for yet another good reply. Try http://www.webthang.co.uk. - Let me know what you think.
I have been going through my design and feel that it would be great if I set up a web site with my a order entry database and a number of admin pages. I can then create links from other...
Hi,
I have a website which consists of approximately 45 pages. The site is kept consistent there a banner has been places at the top of each page. The banner has been designed in Macromedia FW. It has the name of the company and 5 rollover options. These are
HOME
LOGIN
PRODUCTS
SERVICES
ABOUT...
Basically I have a program written in VFP. I have a tool kit that can add certain features to forms etc. I have a form and want to add an extra field to the form. I can subclass a form. With regards to tables, I have to create a new table as I don't have access to the original table. These...
Hi,
I have a table called TempInv. This table contains a number of fields. I have a new table called MyNewTable. This table has the following fields: ID and NewText.
How can I sync these tables so that they run parallel to one another i.e. record 001 in TempInv relates to records 001 in...
Hi,
I want to use Dreamweaver MX to build a simple order entry form. I will use MS Access to build the database. I will therefore need to build a login form, admin form, order entry form, customers form, employees form etc within DW MX.
I wanted to know if anyone has done something like this...
Hi Mike,
Let me explain a little more.
Dept
Employee Number
Employee Name
Salary - A001
Allowances (to include car/fuel A002, shift allowance A007, first aid
A008,
travel allowance A012 and fuel benefit A014)
Overtime A015, A016, A017, A018
Xmas Bonus A004
Deere Bonus A005
SMP A003
Misc...
would the following code not work then?
REPLACE Salary WITH Salary + IIF(wtran.wr_trncde = "A001", WTRAN.wr_tempval + WTRAN.wr_permval, 0)
REPLACE Allowances WITH Allowances + IIF(wtran.wr_trncde = "A002"+"A007"+"A008"+"A012"+"A014", WTRAN.wr_tempval + WTRAN.wr_permval, 0)
REPLACE Overtime...
Hi, Can anyone tell me if I am using the wrong code for my replace statement?
REPLACE Salary WITH Salary + IIF(wtran.wr_trncde = "A001", WTRAN.wr_tempval + WTRAN.wr_permval, 0)
REPLACE Allowances WITH Allowances + IIF(wtran.wr_trncde = "A002"+"A007"+"A008"+"A012", WTRAN.wr_tempval +...
Hi,
can anyone help explain line by line in english what is code below is trying to do.
&& frmPurchaseProcessing.OpnePostings(tcMode)
LOCAL llRetVal
ThisForm.MySetupStuff()
llRetVal = DODEFAULT(tcMode)
IF llRetVal
ThisForm.Edit()
ThisForm.MyUpdateStuff()
ThisForm.Save()
ENDIF &&...
Hi there,
When I click on Start> Settings> Network and Dialup connections, I am unable to proceed and view my connections. Instead my task bar locks up. Also when I right click on My Network Places, I am unable to view the properties. The window just does not open.
Has anyone experience any of...
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.