Hi everybody, happy new year and my best wishes for you and your families.
I can't run clarion 6.3 on a windows 7 64 bits home premium laptop.. is there need of some extra configuration, or maybe a patch? o simply is not posible on this version of windows?
regards
Hi ShankarJ,
originlly, the tables were tps and the autoincremental were setting on key properties, later, the tables were migrated to sql with identity-columns, is a big monster application, so many parts of code were made thinking in clarion-tps so we have to change the code from time to...
Hi all, we have this problem with sqlserver 2005: the auntoincremental doesn't work, no matters if we try insert from a browse o from code using access.file.insert() the autoincremental field is always 0 and don't let us save the record
If we change to another database in sqlserver 2000 or 2003...
Hi, i'm developing a web system in webdeb languaje and my databases are informix, my tool (webdev) is running on windows, so i have installed informix client on my pc, i declared all the odbc's i need (from several databases on diferent servers) and the tests are fine
The final application is...
Hi everybody, i'm new on php and i'm doing my first proyect with php and informix
i'm working with php 5.2.3, apache 2.2.4 ifx clinet SDK 3.5, on wxp
database is informix 9.4 on hp-ux
I already make connection with ilogin and the odbc is working fine, in fact, i create a table and execute...
After a long time usin clarion 6.3.... i just noticed than topscan.exe doesn't show key tabs!!!
is anything wrong with my clarion version?
is a bug?
some options to activate that i'm missing?
with C5's topscan don't have problem, is there any risk of corrupt o data missing if i open tps...
raai, i don't have a manual af that, but you don't really need it, is simple code of clarion, just write it and the clarion engine will take care of everything
You can declare a trigger on yout dct:
1.- Select the file that you want to perform some code before or after an insert,change or...
thanks ShankarJ and Mark with your help now i can do exactly what i wanted to, finally the code is something like this:
if imagen1 then Report$?Image1{PROP:Text} = 'img\' & clip(imagen1).
i# = 0
settarget(report,?detail)
FORD:ConseFormato = formato1...
Hi ShankarJ
i'm already using the settarget command, is just that the whole code wasn't include on my post
i'll give you more information:
my application is designed for any user can add N formats of invoices (paper size, orientation, tags to be printed(customer's name, customer address...
Hey Raai
Did you try with triggers?
On the dct you add a trigger (could be before or after action)
you can place your code there and will execute in automatic
Example:
Sometimes, i need to identify who why and when a record from certains tables were deleted, so i have a table: (ErasedRecords)...
Hi everybody
I have this problem:
I need to change the properties of strings on a report (change position, color, size etc)
I don't know how many strings the report must print, so i declared a local var: "estring" as array of 100 string (dim 100), i do a loop of N times and on every cycle a...
Hi everybody, i'm using MSSQL "dummy" tables for certains process, always taking care of close my dummy table
The problem is that sometimes, doesn't free the ram memory, so my pc goes to slow, i have to stop and restart mssql agent.
Any tips to free memory from clarion code? just like...
Well ShankarJ, i think here at the office we all have the sames doubts about windev, especially with the extra costs for application servers and native access, and the answers given for people who's selling us WD are the same Art Bonds said, is a fact that we're going to buy WD, we're gonna...
Hi ShankarJ, thanks for the answer, i already found the problem, there was a code routine previous to call the update, just move the routine to another place.
I noticed that you're very good in the use of clarion, got another question for you: do you know WinDev? we are thinking in change from...
Hi,
I have this problem: we have an aplication running with MSSql, when the user try to add a record it sends the following error:
"This record already change by another station. Changes will be shoeing now. Error (Invalid Number Of Parameters (78))"
we press ok and then show another error...
printing from a file? a queue?
copy a report that you already using and working fine is a good idea
when i need to print one page-one time i always use a report print from a file, this file is one that i know will always had one single record, so the detail will be read and print just once
did you already try deleting all the files of your application on the clarion6-obj32-release folder?
maybe you should also try copy your app and dct files on other directory and compile again
doing both things will ensure you start clean and from zero
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.