No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
8 Posted Topics
No problem man! Check this [code] Open Text1.Text & ".txt" For Output As #1 For n = 0 To 5 Print #1, Text2.Text Next n Close #1 [/code]
This is the way how you can take out data from FlexGrid [code] For i = 0 To Form1.MSFlexGrid1.Col For j = 0 To Form1.MSFlexGrid1.Row Print Form1.MSFlexGrid1.TextMatrix(i, j) Next j Next i [/code]
Please be more specific: how do you want to use date syntax?
You can create database with the columns: 1) product 2) minimun value 3) current value Than you need to create procedure that will compare current value and minum value. If current value is equal or less then minimun value than send alert for the produvt that needs to be purchase.
[QUOTE=AUGXIS;481882]hello. i'm searching for records of an specific item with it's unique item code but it seems that i don't see some of transactions after transferring it to a flexgrid. i'm using the movefirst movenext method so i could add it to the flexgrid. i'm using vb 6. thanks[/QUOTE] Tell …
Nick: steve585 Years: 26 Location: Europe, Croatia Hair -Brown Eyes -Blue-green Skills: VB, Sql, PHP, Shell Fvourite Music: Clasic R'n'R, Pop, Narodna Relationship status: Single Education: Degree in buissiness computer science Favorite Movie: Forest Gump
do you have this line in your code Printer.KillDoc
Do you have this line in your code [code] Printer.KillDoc [/code] sorry wrong post
The End.
steve585