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: *

  • Users: WaZda
  • Content: Threads
  • Order by date
  1. WaZda

    Printing receipt to Epson TM-U220

    Hello, This is my very first time am doing an application for a sales point. Am having a hard time printing the datareport to the "Epson TM-U220" printer that they got. Could someone please help me with some piece of codes. Do i need to set the paper size? Please how do i go about this. Thank...
  2. WaZda

    Bind CR and Add Parameter Field

    Hi, I have some database field i've dragged and dropped on my Crystal report. I programatically create a dataset and bind it to the report. This works perfectly. Now i have some other parameter fields placed on the report that am trying to send data into, but this is not working. When i comment...
  3. WaZda

    Write to Crystal Report [Vb 2005]

    2005] Write to Crystal Report Hi everybody and i wish u all a happy new year. Am working on a project whereby i have to send some informations to a crystal report. Am using Visual Studio 2005. I would like to do some query to the SQL server then do some manipulations with the data and then send...
  4. WaZda

    Write to DataReport

    Hi everybody and i wish u all a happy new year. Am working on a project whereby i have to send some informations to a crystal report. Am using Visual Studio 2005. I would like to do some query to the SQL server then do some manipulations with the data and then send some of the data manipulated...
  5. WaZda

    Date operations in FoxPro 6

    Hi foxpro users, i need an select statement in which which should give me informations on a particular date. i would like to test a date column(date_limit) to see if the month of that date minus 3 month = the system month part of the current date. select * from table where (datepart('m'...
  6. WaZda

    Retrieve from a MEMO field using vb6

    Hi everybody am having a hard time retrieving from a memo field. I connect fine to the database. The insert into command works fine as well. But when i retrieve, there seems to be nothing in the table. And even if i open foxpro6 and type in some details in the memo field, when i try to retrieve...
  7. WaZda

    MEMO field in FoxPro

    hi every body, am dealing with a foxpro6 database and am having a hard time inserting into the memo field of the table. Save for retrieving from a memo field. Can someone tell me what the problem is? and how to solve it? am using vb6 Thanks for helping. WaZda
  8. WaZda

    Like a Reminder

    hi everybody, am developping an application in which i have to use a kind of reminder strategie. the application saves the date and a message in the database, and on due date, the message is sent to the screen of the user. But i just don't know how to be checking for the date. Coz it has to be...
  9. WaZda

    Listbox with 2 Column

    hi every body, can someone help me populate on a listbox, 2 columns of 2 differents fields of a table? I hope the question is clear enough. I want to have 2 column on my listbox. And the first column will have informations of field_1 of the table, and the second column will have informations of...
  10. WaZda

    insert Date into FoxPro 6 database

    hi everybody, am developping a vb6 application that uses a foxpro 6 database. insertion of numerique and charactor works fine. but i have to insert a date too. that's where am having a problem. i use the DTP on the vb6 interface and when i insert the '"& dtp.value &"' into the the table, i have...
  11. WaZda

    Resize VB application

    hi everybody, can someone help please. i've been using developping vb6 applications which work fine and everything. But my major problem is that vb keeps the resolution of ur screen while you're developping the application. So when u take it to a client computer where the resolution is smaller...

Part and Inventory Search

Back
Top