I want to change two fields in a table when a record is created. I've written a trigger that should do the trick, but it won't. Can somebody help me?
create trigger Insert_TS_TBL_Unfinished before INSERT on TBL_Unfinished
FOR EACH ROW
BEGIN
set new.Recordcreated_servertime = now()...
I've developed a database application that has some VBA code behind it. In some functions I use the currentDB Statement. for example Set CTBL = currentdb.openrecordset("TBL_Language"). I've upsized it from access 2000 to SQL 7 for performance reasons and created a ADP front. Now the...
I have A text file that I have To send to machine that processes the commands in that file. Every command is a line in that text file.
I want to display the command progress. Is there any way I can find out how many lines there are in that file.
The lines have not the same length.
You can put data into the Hflexgrid in different ways.
set the column and the row and then fill the text,
MSHFlexGrid1.Row = 1
MSHFlexGrid1.Col = 1
MSHFlexGrid1.Text = text1.Text
or
MSHFlexGrid1.TextMatrix(Row, Column) = text1.Text
I've created an app that controls a machine. The operator can adjust some values, etc. When for some time he doesn't change anything, the app should show the overview page. Is there any way to do that without resetting a timer with every keypress or mousemove.
Maybe though the screensaver...
I've created an app that controls a machine. The operator can adjust some values, etc. When for some time he doesn't change anything, the app should show the overview page. Is there any way to do that without resetting a timer with every keypress or mousemove.
Maybe though the screensaver...
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.