Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. zytalyb

    developed tool has different Layout when runs on a Laptop

    Dear all, can you help me please, I have developed a small tool using my machine (Desktop PC) but when I tried to run this tool on my Laptop, I get a different Layout for some elements such as DataGrid and also different colors. Thanks a lot
  2. zytalyb

    Some Questions about VB.NET

    Hi All, I have noticed something in VB.NET and I want to ask you if you answer this 2 Questions: Q1- When I create and save a new Project using an MS Access Database, so VB saves the Database in the Bin Folder and also in the Debug Folder. Is this Correct? Q2- Please consider the following...
  3. zytalyb

    Excel Sheet export and save with its name in an Access DB

    Dear all, I'm working on a monthly Report (Excel Format) that has only one Sheet (June 2013 ....July 2013.....etc.). I should make an Import for this File and Read (display) its content in a DataGridView of VB.NeT. Then per Click of a Command Button, the Excel Sheet, should be exported in to...
  4. zytalyb

    vb.net cannot perform 'like' operation on system.int32 and system.string

    Thanks alot for the help. I'm very happy that the problem solved.
  5. zytalyb

    vb.net cannot perform 'like' operation on system.int32 and system.string

    Hi all, I use the VB.Net 2012 and connected to an Access Database, that has only one Table (ex. Ges)the Table has 16 column (5 of them are String and the others are Integer data types). I have defined a DataView and want to Filter all the Data according to the Text that I type in the...
  6. zytalyb

    How to get a number from a String

    Thank you very much CaKiwi for your help, it is really great :-), I'm very happy now.
  7. zytalyb

    How to get a number from a String

    Hi CaKiwi, I use the win 7 OS. I have tried your last code and it seems to be working except that the Number in the string FILE_ONE_ (007) is not displayed. Here is the output: Mon Jun 16 10:30:00 2011,, 9876, 12345.5, 10.5 The number 007 should be displayed between the ' '. thanks a lot for...
  8. zytalyb

    How to get a number from a String

    Hi, The second method you used gave me this error: gawk: '/Production gawk: ^ invalid char ''' in expression I have tried with "/ Production.... instead of '/Production .... then I have: gawk: cmd. line:1: /Production on/ {a= $6 gawk: cmd. line:1: ^ unexpected newline or...
  9. zytalyb

    How to get a number from a String

    Hi CaKiwi, I have tried it and became the error message "unexpected newline or end of string". The good thing is the >test.out works well, I have tried it with my first code and become only the date in the output file. The other gawk -f test.awk test.txt gives a syntax error message. thanks in...
  10. zytalyb

    How to get a number from a String

    Thanks a lot CaKiwi for your fast answer, but I'm afraid it does not working well when I tried it. I do not no why? I have also another question, assume we have an output as a result of my problem described above, (Mon Jun 16 10:30:00 2011, 007,98767, 12345.5, 109.5) is it possible to use awk to...
  11. zytalyb

    How to get a number from a String

    Dear all, I need your help in the following problem: When SQL script is executed, so I get the following data as an email message. I saved this message as a text and renamed it. SQL*Plus: Release xx.x.x.x.x Production on Mon Jun 16 10:30:00 2011 Copyright (c) 1982, 2010, Oracle. All rights...
  12. zytalyb

    Microsoft Outlook mail access with AWK

    Hi Annihilannic, because I have no idea about AWK at all, and also because I have no enough time to spent in this task (there are many tasks to do), i think it will be great if anyone who is more experinced than me, write the script for me if possible. kind regards zytalyb
  13. zytalyb

    Microsoft Outlook mail access with AWK

    Dear Annihilannic, thanks a lot for your answer,at first, here is the Problem for which I'm looking for a solution: 1- I receive an important mail every hour, that contains some important data that must be formatted and filtered for some definit felds and forward to other department. The mail...
  14. zytalyb

    Microsoft Outlook mail access with AWK

    Dear all, I'm new in this forum and also in the AWK Programming and need your help for the following Task: I need to write an awk script that can be executed in either Windows XP or Windows 7 to parse such a message to extract the following data and write it to a comma-separated value format...

Part and Inventory Search

Back
Top