Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Adding a BMP programmatically?
Message
From
28/10/2002 15:26:45
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00716040
Message ID:
00716174
Views:
19
Thanks Jose,
The problem is that there is NOT A BMP RECORD in the FRX to begin with.
Because I am creating the report on the fly using CREATE REPORT (Quick command) then based on a prior user selection, I want to include the BMP.
I am trying adding it via either INSERT INTO with values or
an APPEND BLANK then replacing the appropriate field info.
??
(After the "Modi report" at the bottom, VFP asks for the BMP in Open Window
But it never gets on the report)??

USE report5.frx exclu
APPEND BLANK
replace platform WITH "WINDOWS"
replace uniqueid WITH "_898989898"
replace timestamp WITH 999999999
replace objtype WITH 17
replace vpos WITH 625
replace hpos WITH 1250
replace height WITH 7604
replace picture WITH "apexlogo.bmp"
replace mode WITH 1
replace top WITH .T.
replace norepeat WITH .F.
replace general WITH 1
replace double WITH .F.
replace offset WITH 0
replace supalways WITH .T.
replace supovflow WITH .F.
replace suprpcol WITH 3
replace supgroup WITH 0
replace supvalchng WITH .F.
USE
CLEAR RESOURCES &&??
MODIFY REPORT report5
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform