Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Satellite Forms Active X Control Not Working
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00770765
Message ID:
00774246
Vues:
10
>Thank You for your suggestion but I was already setting it to enabled. I have a sample VB program that came with SAT Forms and it works fine. I dont know if something is corrupt or what might be happening. Do you have a sample VFP 7 form using the active X control you could send to me at jesterr@bellsouth.net for testing purposes.

The most commonly missed step is running the following so the info gets installed on the PDA:

RUN /n rdkinst.exe install.ini -quiet -condpath SFrmCn50.dll -SDDI Sddi_PalmDB.dll -crtreg MEMC -restarths -instprc -name "My Company Name"

The MEMC initials above [and below] are the Creator ID you used in the SatForms App Project Properties. The install.ini file would look something like:
;
; Installer Section
;
;     KEY            DESCRIPTION
;
;     EngWinTitle    window title when installing engine
;     EngInstruct    user instructions that appear when installing engine
;     ConduitPath    path to Satellite Forms conduit (SFrmCn50.DLL)
;                    (The path can be absolute or relative to the Windows
;                    System directory.)
;

[Installer]

EngWinTitle=My Company Name

EngInstruct=Ready to copy My App Name to Palm handheld.\n\n**Warning:  
You must already have a "User Name" for the target handheld.**\n\nPress
the "Install" button to continue or press "Cancel" to abort.\n\nPlease make 
sure that your Satellite Forms conduit is installed before continuing.\n\nIf 
this dialog is still here after synching please make sure that the Satellite 
Forms conduit is installed.

;ConduitPath=SFrmCn50.dll

;
; PRC File Section
;
; Note: Create one key per .PRC file to install.
; All .PRC files must be listed with keys of
; the form 'PrcFileX', where X are consecutive
; integers starting with zero.
;
;     KEY        DESCRIPTION
;
;     PrcFileX   name of .PRC [or .PDB] file to
;                install (X starts at 0)
;

[PRC_Files]

PrcFile0=SF51RDK.prc
PrcFile1=EMEMC0000#MyAppName.PRC
PrcFile2=EMEMC0000$MyAppName.PDB
PrcFile3=EMEMC0000_Table1Name.PDB
PrcFile4=EMEMC0000_TableXName.PDB
PrcFile5=AnyOtherExtensionFileName.prc
PrcFile6=MyAppName.PRC
You can have has many PrcFileX files as needed, just start the X-count at zero. In the EngInstruct string above, I added CRLFs for better readability. You would have to remove them in the real INI file.
Mark McCasland
Midlothian, TX USA
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform