VFUG Turkey fox4um.com members meetings in Istanbul at 24.10.2009,
we are glad to coming together,this is the first event in Turkey for VFP actions.
Notably Cetin BASOZ ( allready you good known VFP MVP,MCP ), me and the other forum members will be there.
hope to will be good session.
Soykan...
Hi Experts,
i wantto develop a small sales forms which will run on pocket pc ,
which is the best , easy way for this goal ?
which is the similar programming tool like vfp ?
PS : i dont wantto to be inpected to .net & vsstudio etc :(
Soykan OEZCELIK
how can i add "send/receive" button this sample ?
**************************************************
Public oform1
oform1=createobject("form1")
oform1.Show
Return
**************************************************
Define Class form1 As Form
Height = 400
Width = 620
DoCreate = .T...
VFP9 uses GDI for this reason,
if you dont want to lose your designs and want to use them with VFP9
put "Set ReportBehavior 80" command
before your report commands routine
after then you can switch back to via "Set ReportBehavior 90" command
HTH
Soykan OEZCELIK
you can download a great solution for this goal from www.universalthread.com downloads section named 'launcher' developed by Nick Neklioudov.
Soykan OEZCELIK
Try this also,
*--- declaring variables
Local LnDIM1,LnDIM2,LnDIM3,LnDIM4,LnDIM5,LnDIM6,LnDIM7,LnDIM8,;
LnDIM9,LnDIM10,LnDIM11,LnDIM12
Local ldStart1,ldStart2,ldStart3,ldStart4,ldStart5,ldStart6,ldStart7,ldStart8,;
ldStart9,ldStart10,ldStart11,ldStart12
Local...
From 19/11/2005 19:46:33
Soykan Ozcelik [Send an email to Soykan Ozcelik] [Send a private message to Soykan Ozcelik] #036893 [This member is online]
SoykanSoft
Tekirdag, Turkey [Turkey]
To
All
Forum:
Thread ID: 1070591
Category:
Message ID: 1070591
Title:
VFP9 changes...
Thanks for the reply wgcs,
i've decided to change my invoice form design with pageframed solution... by this way i don't need to any modal form for add or edit action also all off controls will show on textboxes while user navigate between records on the grid and if user want change at any...
Hi All,
i've trouble about OneToMany forms such as Invoice forms.
i'am using standart toolbar on my applications and i executes
add delete edit etc. commands via
_screen.activeform.addnew()
_screen.activeform.delete() ...
command for toolbar cmdbuttos click codes for form methods.
i've...
Hi All,
i've a invoice form ( private datasession - buffermode pessimistic - Dataenvironmet buffer mode=5 ) , there is textbox etc. control for parent table and for the detail has a grid.
i am inserting records to the child table via detailAdd form ( default data session , buffermode...
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.