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...
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.