All,
I would like to ask if it would be possible to use VFP7.0 to use as programming database for this model and serve as data collection software?
This terminal will be used for tracking / inventory. When the barcode image reads, the program should display the relevant information associated...
Thank you, JerryKlmns.
All I want to do is that I have a command button "To" caption as with MS outlook new message window. When I click this button, an address book window will appear and then will select the recipients, then when I click OK, all the selected recipients will be copied on text...
Brian & kilroy,
Thanks for the Tips.
Surprisingly, PACKing the table reduces the size of .FPT eventhough there were no deleted records in the table, in fact it is just replacing a blank data (as kilroy suggested) in General Field. Problem #2 was solved.
I am still having a big problem in...
I am developing student’s profile (VFP7) and using General Field to store ID picture using this command {APPEND GENERAL stud.pix FROM id001.jpg LINK}.
The problems are:
1.The size of the Table Memo (.FPT) is quite large compared to the actual file size of the inserted ID picture (id001.jpg)...
Thanks for the tips. What I am trying to say is "how VFP handles the data, is it a memory variable?" Appreciate if you could send a sample code on how to handle this. Thanks.
Gene
Does anyone knows why my built-in LAN connection always display unplugged status though WinXP installed its driver automatically during the installation? Please help!
Gene
Try this one.
1. In your Form2 INIT event, put DO FORM Form1.
2. Following will be the code in your OK button.
thisform.release
if ThisForm.Name="Form1"
messagebox ("form1")
Form1.release()
endif
do form form3
Gene
Try this one.
1. In your Form2 INIT event, put DO FORM Form1.
2. Following will the code in your OK button.
thisform.release
if ThisForm.Name="Form1"
messagebox ("form1")
Form1.release()
endif
do form form3
Gene
Thanks for the info.
****************************************************
Following lines were gathered from InstallShield Express that would like to clarify if it is possible to use rather than using a third party software.
From the number 4 menu - "Customize the Setup Appearance" >...
Hi,
Just want to have my CD installation program created from InstallShield to have a unique Serial no. or CD key which is required before the installation process, e.g. WinXP.
Thanks!
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.