you can write you own with a seperate inkey funtion like
myinkey() to extract the key, then modify your getsys to call your new funtion myinkey(), then in your myinkey() you call inkey(1), every second but within the loop you call your clock function.
example:
function myinkey( timeout )...
hi alok,
you can write a program in clipper, dos isnt dead it is still apart of windows in the background. i think i can help you with your problem but i need to see your database structure and exacly what fields that you are talking about.
bobby
reduce public vars, it helps when usings array,s instead of alot of vars. this will reduce the symbol table.
example:
public var1, var2, var3
this is better
public var[3]
the above is correct but you can also change the header of the dbf as well, this will be a more secure way of protecting your data. if you need a routine to ( open, close ) for this let me know
bobby
i would like to know if anyone would be interested in a memo class? i thought about writing it to have more control over editing text files for myself and i have started it using class(y) aand it seems to real nice so far, im about 70% done and should be through in about a week or so. beleive...
use more local vars and reuse the names in each function. they can only be seen in the current procedure or funtion so therefore you can reduce the symbol table alot. i try to use things like "FOR x =" where i use "x" over & over. also you can use more arrays example...
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.