Good evening folks,
I have been facin a dificulty in the alignment of the fields in my report and I am starting to have an headache.
So far I changed the font type to the most commons (Verdana,Tahoma,Courier,...) but it always return something like that:
FIELD_01: $$$$$$$$$$$$$$$$...
Good Morning, ShankarJ.
That's what I do (pass the Employee number to HoursForm) but, think about it:
The employee ShankarJ does not (yet) exists, so when I add the first worked hour it gives me a "Violation of foreign key".
That's just an example because my application is quite different.
I...
Good afternoon everybody.
I'm here to exchange an idea with the fellows about child records. Let's suppose that I have a table Employees and it's related with another table named Hours.
Employees have a 1:many relationship with Hours where its recorded worked hours that this employee make in a...
Good evening folks.
I have an Stored Procedure in my database that returns only one integer but how do I "get" this result/return in Clarion?
I have tried many ways like:
Dummy{PROP:SQL} = 'select last_client();'
Dummy{PROP:SQL} = 'call last_client();'
Dummy{PROP:SQL} = 'select * from...
Hi Everyone.
Can you tell me how to use the content of a variable as a "dictionary prefix"?
Please, allow me to explain what I want to do.
Today when I want to save or update data I use:
[...]
Access:TableName.Insert() or Access:TableName.Update()
What I want to do now is something like...
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.