This topic is locked

Check if record exists

1/7/2008 11:04:05 AM
ASPRunnerPro General questions
K
KingDean author

When the user keys a request for work the user can choose a barcode to work on or no barcode.
With barcode process?
A. All request are saved to a work_order table. This includes active and in-active request.

B. I need the system to verify that the item barcode they are entering doesn't have an ACTIVE record in the table.

C. If that barcode exist, is marked with anything besides closed, then I do NOT want it in the table.
Without a barcode number?
A. The user could need work on a wall, this doesn't have a barcode

B. I need the system to say if the value of barcode is null, then always allow add of record.
I have posted in the past something very similar; here is a link to that post:
http://www.asprunner.com/forums/index.php?...amp;#entry24264
Any help is very much appreciated.
Using MySQL and ASP Runner 5.1

K
KingDean author 1/8/2008

Anyone?

J
Jane 1/11/2008

Hi,
all these tasks can be accomplished using custom events on the Events tab.

It's difficult to tell you actual code without project structure and your data.

You can send a detailed description to [email]support@xlinesoft.com[/b]. I'll try to find a solution.