hi, apologies if this is in the wrong forum.
I have a timestamp which is stored as as a 32bit integer in a database. I need to convert this integer value back into an understandable format (datetime or string showing 12/12/2007 14:32:01 etc)At the moment is is a nine digit integer 769590025)the...
Hi,
I have an application which uses crIX on an sql express database. The application deals with time and attendance data for employees of a company and basically stores the time they clock in of a morning, the time they clock in and out for breaks/dinner etc during the day and the time they...
Hi everyone,
I'm creating an application which uses an sqlexpress database to store details on company employees.
My database has 14 tables but only 3 of them will ever have any more records added to them (the other 11 tables will never be written to once they have been initially populated)
I...
Hi guys,
I'm writing an application using crIX and a ms access database. I'm new to CR so please bear with me and forgive any obvious mistakes :)
The report I am writing will show how long a person has been in work, ie total number of hours, minutes seconds between them logging in at the start...
Hi,
I need to create a backup of a database whenever a user clicks on a button.
As I'm using sqlexpress, I'll need to run a stored procedure which contains code that tells the database to backup to a file (I've got examples of how to do this).
My problem is that I've never really had to run a...
hi,
I'm creating an application in c++ which uses an sqlexpress database to store data.
I want to be able to add functionality to my application that allows a backup to be made of this database as well as allows the database to be restored from the previous backup.
I understand sqlexpress does...
hi,
probably a really easy one for you guys, but im a newbie so please forgive my ignorance!
I'm trying to setup a record selection filter so that when my report is run, the only values shown on the report are ones that contain a date which is 1 month less than the date the report is viewed, i.e...
I have a report created in crXI which runs off an sql server db.
the report contains a parameter to gather user input which is generated dynamically from the db.
when running the report on my machine I see a nicely formatted window which populates a drop down list containing all the companies in...
Im using cr IX on an sql server db which I cannot modify in any way ie change datatypes, add fields etc as an existing application uses the database as it stands at the moment.
I have 2 db fields, USER and COMPANY set up as follows
USER:-
field type
userid int
username text...
I have a value (11832) which relates to an accountnumber in an sql server db.
is there any way i can find out from which table this value comes from?
eg select * from * where *=11832?
i need to add a field to a report but ive no clue where the field comes from and there are 400 tables in the db...
I have suppression on my details section so that certain records are not displayed on the report.
how can i exclude these values from being included whenever I run a summary as they appear to be added along with the values i require to be summed, even though they are not appearing on the report...
I have a formula which returns a number eg(26,2345.00)
) and displays this value for each record in a group (grpname)
I'm trying to add all of these values and display this sum in the group footer.
I've created an initialize, evaluate and display formula eg @init
whileprintingrecords;
numbervar...
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.