It's difficult to see your problem...
did u review your data types ?
you cannot set a string in a numeric...
and try to put your dw in the screen to see the values...
if u can send your source maybe i could help u.
regards
there is a easy form to do it. Save your picture like a JPG / GIF or BMP ( JPG is better ). You must create a temp file with the information in your db and assign it a "picture object" later.
If you need help you can write me at rjimenez@sysde.com
Regards.
there are several examples about it... mbalent wrote some examples.
if it's possible, i like my own controls. I wrote some source in PB to use my own calendar.
the idea it's the following:
you must create a datawindow with 35 ( 7 days * 5 rows ) cols, called them c1, c2, c3...c31, and paint...
To make a datetime picker is easy, i made one for my applications. I think, in PFC there's a control to do this.
If you need help, i could tell you how i did it.
regards.
hi!
I'd prefer know the long for each register..but if you don't have it, you could do the following:
Save a Register Header before your data
struct {
long size;
...
}
with it, you know the real size of your data.
If you want to do it better, you make a File header and save general...
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.