main logo
Subject: RE: How do I get bitmaps into a VFP table?
Author: "Jim Kearns"
Posted: 2003/05/30 20:18:00
 
View Entire Thread
New Search


You need to append a blank record first:

Create Table Mybmp(bitmap general)
APPEND BLANK
append general bitmap from 423m.bmp

Jim Kearns
mailto:jkearns AT VelocityQuest .DO.T com
Phone Extension 105

VelocityQuest LLC
www.VelocityQuest.com
18337 East Kara Place
Rowland Heights, CA 91748-4779 USA

Phone: +1.626.854.3260
+1.800.442.1474
Fax: +1.626.854.3263


-----Original Message-----
From: profox-bounces@leafe.com [mailto:profox-bounces AT leafe .DO.T com]On
Behalf Of Dan Thompson
Sent: Friday, May 30, 2003 5:52 PM
To: 'ProFox Email List'
Subject: RE: How do I get bitmaps into a VFP table?


I have tried

Create Table Mybmp(bitmap general)
append general bitmap from 423m.bmp

I get an error "End of File Encountered"

Any ideas?

TIA


-----Original Message-----
From: profox-bounces@leafe.com [mailto:profox-bounces AT leafe .DO.T com]On
Behalf Of Mike Stewart
Sent: Friday, May 30, 2003 3:28 PM
To: ProFox Email List
Subject: RE: How do I get bitmaps into a VFP table?


Take a look at the APPEND GENERAL command.

Mike Stewart

-----Original Message-----
From: profox-bounces@leafe.com [mailto:profox-bounces AT leafe .DO.T com] On
Behalf Of Daniel Thompson
Sent: Friday, May 30, 2003 3:21 PM
To: profox@leafe.com
Subject: How do I get bitmaps into a VFP table?

I am trying to add a signature bitmap into a normal data table.




 
©2003 Jim Kearns
<-- Prior Message New Search Next Message -->